Hi,
I am using maven-sar-plugin to create JBoss SAR.
Question: Why are the dependencies not resolved into the built .sar ?
Configuration:
<project>
...
<packaging>sar</packaging>
...
<build>
<plugins>
<plugin>
<groupId>net.sf.maven-sar</groupId>
<artifactId>maven-sar-plugin</artifactId>
<version>1.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
...X...
</dependency>
</dependencies>
</project>
Result is that the myProject.sar is built with the right directory structure
including META-INF/jboss-service.xml , but it is missing the X.jar from the
dependencies, which causes the Jboss not find the references X.jar classes.
--
View this message in context:
http://www.nabble.com/Creating-JBoss-SAR-with-net.sf.maven-sar-maven-sar-plugin-tp14269095s177p14269095.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]