this should also be fixed for the war-plugin? -----Original Message----- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 2:17 PM To: Maven Users List Subject: Re: Problem with Jar-Plugin
maven.jar.index is a property for the rc1 release. If you want to use it, you must download the plugin from cvs head (http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/jar/) ----- Original Message ----- From: "Christian Goos" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 1:53 PM Subject: Problem with Jar-Plugin > 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] > > _____________________________________________________________________ > Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger > http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de France _____________________________________________________________________ Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de France --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
