Closed GoogleCodeExporter closed 8 years ago
Issue 32 has been merged into this issue.
Original comment by bwijsmul...@gmail.com
on 15 Jan 2012 at 2:45
I'm working on adding an option to specify a project file path to where your
custom version of the one-jar boot is. This would allow anyone to use the
latest and greatest unstable versions as you like.
Original comment by bwijsmul...@gmail.com
on 15 Jan 2012 at 2:46
Added new feature in the latest 1.4.5-SNAPSHOT to set localOneJarTemplate to
point to a file in the current project that is the onejar-boot file of your
liking.
Example:
<localOneJarTemplate>onejar/one-jar-RC-whatever.jar</localOneJarTemplate>
The latest snapshot can be tested by adding the right repository to your pom:
<pluginRepositories>
<pluginRepository>
<id>onejar-maven-plugin.googlecode.com</id>
<url>http://onejar-maven-plugin.googlecode.com/svn/mavenrepo-snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
Original comment by bwijsmul...@gmail.com
on 15 Jan 2012 at 3:48
Original issue reported on code.google.com by
bimsc...@gmail.com
on 28 Feb 2011 at 10:26