You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ma...@pirack.com on 2004/10/11 11:11:32 UTC

sar plugin

hi there ...

there exist no official sar plugin for maven ..
i have found two possible plugins but none of them is mentioned on the
maven site ..

i extended one of them by integrating the sar.manifest.classpath property.

are you guys interested in adding the complete sar plugin to your plugin
directory ??



<dependency>
 <groupId>bar</groupId>
 <artifactId>foo</artifactId>
 <version>SNAPSHOT</version>
 <type>jar</type>
 <properties>
	<sar.manifest.classpath>true</sar.manifest.classpath>
  	<sar.bundle>true</sar.bundle>
  </properties>
 </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org