JVx - Maven snapshots
We now provide our JVx nightly via Maven Snapshots. Our nightly build job automatically uploads new JVx snapshots. If you want to use the last JVx snapshot in your project, simply add:
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
to your pom.xml and set JVx' version to: 1.2_beta-SNAPSHOT.
If you use our new JVx archetype 1.1.9, simple change the version in the master project:
<properties>
<jvx.version>1.2_beta-SNAPSHOT</jvx.version>
</properties>
<jvx.version>1.2_beta-SNAPSHOT</jvx.version>
</properties>
All SNAPSHOT versions contain debugging information. The release versions don't.