Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.6
-
None
Description
There is a guide to deploying 3rd party jars to a remote repository [1], using deploy:deploy-file. This guide does not mention how source jars can be deployed along with the code jar. A section should be added to the end of this guide providing a quick explanation.
Here is an example of what such documentation might look like:
Deploying Source Jars
To deploy a 3rd party source jar, packaging should be set to "java-source", and generatePom should be set to false.
[1] http://maven.apache.org/guides/mini/guide-deploying-3rd-party-jars.html