I created a webapp project , and my pom.xml:
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<classesDirectory>target\classes</classesDirectory>
<finalName>itsm-ejb</finalName>
<outputDirectory>F:\jboss-4.0.4.GA\server\maven_itms\deploy</outputDirectory>
</configuration>
</plugin>
Now I have src/main/config/ejb.xml,I want to jar it into web.jar.
How I to do?
--
View this message in context:
http://www.nabble.com/How-to-jar-additional-files-outside-of-the-default-directories--tf2951672s177.html#a8255091
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]