Thanks, but maven2 still adds *.jar to the name so that I get
"jarname.aop.jar"
also its installed in the shnapshot repo, as the standard "project name
- version .jar".
No way to do this?
Roland
Alexandre Poitras schrieb:
Put this in your pom
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<jarName>jarname.aop</jarName>
</configuration>
</plugin>
</plugins>
</build>
You can find all the Jar Mojo configuration elements there :
http://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html
On 5/5/06, Roland Kofler <[EMAIL PROTECTED]> wrote:
JBoss AOP needs .aop suffix for jars.
how can i do that?
thanks, Roland
---------------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]