Archive

Posts Tagged ‘Maven’

How to do upgrade maven in Mac OS X?

August 1, 2012 Leave a comment
Categories: Uncategorized Tags: , , , , , ,

[MVN] How do I add resources to my JAR?

October 18, 2011 Leave a comment

How do I add resources to my JAR?

${basedir}/src/main/resources directory are packaged in your JAR with the exact same structure starting at the base of the JAR.

Categories: DEV, MVN Tags: , , , , , ,

[How to] make run maven proguard plug-in on OS X

October 15, 2011 Leave a comment
...
<plugin>
<executions>
<execution>
<configuration>
<libs>
<lib>${java.home}/lib/rt.jar</lib>
</libs>
</configuration>
</execution>
</executions>
</plugin>
...

Windows platform.

...
<plugin>
<executions>
<execution>
<configuration>
<libs>
<lib>${java.home}/bundle/Classes/classes.jar</lib>
</libs>
</configuration>
</execution>
</executions>
</plugin>
...

Mac OS X platform.

Categories: DEV, MVN Tags: , , , , , , , , , ,

[Link] Android Application Development with Maven

October 7, 2011 Leave a comment
Categories: MVN Tags: , , , , ,

[Link] Maven: The Complete Reference

October 7, 2011 Leave a comment
Categories: MVN Tags: , , , ,
Design a site like this with WordPress.com
Get started