Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Description
Often projects ship jars that include the source code, for convenience, or use in an IDE.
This patch adds:
- a plugin property, maven.jar.include.source, defaulted to false, that is used to decide whether source is included in the jar
- a plugin property, maven.jar.source.path, defaulted to 'src', which is the location of the source in the jar
- a goal to copy source into the maven.build.dest directory before jar'ing.
Patch to allow creation of source jars