header

Torsten Curdt’s weblog

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.

  • Hello Torsten,
    i'm interested in how to pass parameters to the RenamingAdapter into the asm subpackage. Can you explain it a little bit, or maybe updating the plugin web site ?

    thanks a lot,
    valerio
blog comments powered by Disqus