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.

One Response to “Minijar in Mojo Sandbox”

  1. Valerio Schiavoni said, on 15. July 2006 at 0:25

    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

Leave a Reply

Please copy the string mHgenK to the field below: