Hello,

I have problem with JBoss Packaging Plugin. It seems that configuration
property "archiveName" is not working. Bellow is listed configuration that
should produce war file called 'final-sar-file.sar'. In my case is final
sar file called standard maven way as '${project.build.finalName}'.

Here is part of my pom.xml file:

...

<artifactId>core</artifactId>
<packaging>jboss-sar</packaging>

...

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jboss-packaging-maven-plugin</artifactId>
<version>2.2</version>
<extensions>true</extensions>
<configuration>
<libDirectory>${project.build.directory}/${project.build.finalName}</libDirectory>
<archiveName>final-sar-file.sar</archiveName>
</configuration>
</plugin>

...

Is it problem of plugin or just misunderstanding of plugin functionality?

thanks for help

regards

Jan

Reply via email to