Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-4
-
Fix Version/s: 2.0-alpha-1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
A Java source folder may contain non Java resources such as JavaDoc package.html etc.
<sources> <source>src/main/java/App.java</source> <source>src/main/java/package.html</source> </sources> <testSources> <source>src/test/java/AppTest.java</source> <source>src/main/java/package.html</source> </testSources>
Currently when specifying non Java resources they don't get distributed in the packaged archetype jar.
I am struggling with the same problem. Maybe the package.html file should go into src/main/javadoc/package.html but I could not make this work either. I tried to specify it under sources, resources, and siteResources. It simply does not end up in the packaged archetype jar.