Hi,
I am using Maven 1.0 beta 10 and had a problem with the JAR-Plugin.
I could not run the jar I created and found that the jar-index that
was created by the plugin caused the problem.
Even when setting maven.jar.index to false it still created the index.
In the plugin.jelly the index is always set to "true" but it should be
set to false instead (this is what the plugin-documentation says)
Christian
<ant:jar
jarfile="${maven.build.dir}/${maven.final.name}.jar"
basedir="${maven.build.dest}"
index="true"
excludes="${maven.jar.excludes}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]