Hello, I create an archetype for my project.
there are my archetype.xml
<archetype>
<id>archetype</id>
<sources>
<source>src/main/java/DummyNode.java</source>
</sources>
<testSources>
<source>src/test/java/DummyNodeTest.java</source>
</testSources>
<resources>
<resource>src/main/resources/app-config.xml</resource>
</resources>
</archetype>
My *.java can move to package directory but app-config.xml doesn't
How do I do can make it move to apporiate locations?
--
View this message in context:
http://www.nabble.com/how-to-make-archetype-resource-copy-as-package-structure-tp18751132p18751132.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]