Minijar in Mojo Sandbox
That was quick! The maven2 minijar plugin is already online in the Mojo sandbox! As it’s not released yet you have to add the repository to you pom for now.
<repositories>
<repository>
<id>Maven Snapshots</id>
<url>http://snapshots.maven.codehaus.org/maven2/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
Run ‘mvn minijar:minijar’ to see how many bytes you can save on your distributions.