Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:maven 2.0.6, jdk 1.6
Description
I know it's fairly easy to create a separate source jar that contain the java source, but I've run across a case where I want to include the source along with the classes in the same jar.
In this case the jars are GWT modules which use the source to compile the java code into javascript.
Issue Links
- relates to
-
MJAR-30
Allow includes/excludes specification
-
I just tried to check out the source so I could provide a patch, but there seems to be quite a convoluted pom dependency thing going on.
Is there a preferred module to checkout so that I can actually build?