Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Plugin
-
Labels:None
-
Number of attachments :
Description
I'm lacking the possibility to be able to generate a real multimodule application i.e. an ear containing both a web module and an ejb module with java sources.
I know it is possible to list all classes as a <resource>, however when doing so I can't get the packageName to automatically be prepended to the java files path (src/main/java/<package>/.../App.java).
What it means is that I'd like to be able to mark the java files as source files also when doing multiple modules generations.
Attachments
Issue Links
| This issue is superceded by: | ||||
| ARCHETYPE-33 | Better Archetype template processing support |
|
|
|
Also somewhat related to this...
How about creating Java sources in different subpackages such as ${package}\model or ${package}\web ?