huuanh1987 / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

Add to pom.xml so that a source jar file is always created #177

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Especially with snapshot releases, we want the source jar attached when we
do the upload to the repository. This should be done automatically by
pom.xml rather than the developer remembering to include source:jar in the
deployment command.

Original issue reported on code.google.com by david.j....@googlemail.com on 7 Mar 2009 at 3:28

GoogleCodeExporter commented 8 years ago
I've duplicated the source:jar setup in the parent pom.xml into the sub-module
pom.xml. That should ensure that the jar definitely gets created and attached 
to the
deployment.

Original comment by david.j....@googlemail.com on 7 Mar 2009 at 5:15