zorzella / guiceberry

Leverage Guice to achieve Dependency Injection on your JUnit tests
Apache License 2.0
28 stars 13 forks source link

Create Javadoc jars when packagin releases #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please create a guiceberry-X.X.X-javadoc.jar when packaging the release.  This 
will make it much easier for me to mirror it to the Maven repository where that 
jar is required.  Also, it is really helpful for Eclipse users since it will 
use that jar to give you the JavaDocs for a method you're calling within the 
IDE.

Original issue reported on code.google.com by benjamin...@gmail.com on 30 Sep 2011 at 9:29

GoogleCodeExporter commented 9 years ago
Also "ant javadoc" fails because you don't first create the directory 
build/dist/guiceberry-X.X.X

Original comment by benjamin...@gmail.com on 30 Sep 2011 at 9:40

GoogleCodeExporter commented 9 years ago
Another improvement, though minor, would be to have the sources jar that's 
generated be named with a -sources suffix instead of -src since that's required 
by Maven.

Original comment by benjamin...@gmail.com on 1 Oct 2011 at 5:40