Christian,

we released the update jar plugin so that you can install it on beta 10 
and fix this issue.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Christian Goos <[EMAIL PROTECTED]> wrote on 28/08/2003 
09:53:10 PM:

> 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]
> 

Reply via email to