sources in archetype.xml will not work outside of src/main/java dir.
--------------------------------------------------------------------
Key: ARCHETYPE-152
URL: http://jira.codehaus.org/browse/ARCHETYPE-152
Project: Maven Archetype
Issue Type: Bug
Components: Archetypes
Affects Versions: 2.0-alpha-2
Environment: MacOSX and WindowsXP
Reporter: Zemian Deng
If source is not in src/main/java with ".java" files, the <sources> or
<testSources> elements in META-INF/archetype.xml will cause errors of "files
not found" when run. This used to work on 1.0-alpha-7.
Example of failed Testcase in the META-INF/archetype.xml file:
<sources>
<source>src/main/scala/App.scala</source>
</sources>
<testSources>
<source>src/test/scala/AppTest.scala</source>
</testSources>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira