
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows Server 2003, Java 1.5, IDEA 6.0.4, Maven 2.0.5, Maven Reloaded 0.8.1
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
SPR-2704
Create and upload Maven Source and Javadoc Bundles for Spring 2.0
|
|
|
|
|
|
|
|
| Virtual Machine: |
Sun JVM
- 1.5
|
| Platform: |
Tomcat
- 5.5
|
|
Note: There are a number of already existing related issues, but none seemed to address this one specific improvement: create companion javadoc and source archives for every spring jar, including module jars, and make them available via maven.
One of the benefits to using maven is the automatic downloading and configuration of source and javadoc for a specific library. This can be done directly from maven (e.g. mvn idea:idea or mvn eclipse:eclipse) or through an IDE plugin (e.g. Maven Reloaded). When it works, it's really quite nice and brings us a step closer to an ideal development environment.
Currently, the javadoc and source archives are created and made available only for the mondo, all-encompassing spring.jar. In this case, auto-fetching and configuration of source and javadoc works great. One could even say it works _awesome_.
Unfortunately, we're only using a subset of spring and we explicitly list our dependencies on each module. In this case, there aren't any javadoc or source modules to be associated with the class jars. It would be fantastic if spring also provided these for those of us who only require a small subset of spring and would like to leverage maven's ability to auto-fetch and configure these.
With future versions of spring, is it possible to include the associated javadoc and source archies for all of the spring jars, including the seperate module jars?
Christian
|
|
Description
|
Note: There are a number of already existing related issues, but none seemed to address this one specific improvement: create companion javadoc and source archives for every spring jar, including module jars, and make them available via maven.
One of the benefits to using maven is the automatic downloading and configuration of source and javadoc for a specific library. This can be done directly from maven (e.g. mvn idea:idea or mvn eclipse:eclipse) or through an IDE plugin (e.g. Maven Reloaded). When it works, it's really quite nice and brings us a step closer to an ideal development environment.
Currently, the javadoc and source archives are created and made available only for the mondo, all-encompassing spring.jar. In this case, auto-fetching and configuration of source and javadoc works great. One could even say it works _awesome_.
Unfortunately, we're only using a subset of spring and we explicitly list our dependencies on each module. In this case, there aren't any javadoc or source modules to be associated with the class jars. It would be fantastic if spring also provided these for those of us who only require a small subset of spring and would like to leverage maven's ability to auto-fetch and configure these.
With future versions of spring, is it possible to include the associated javadoc and source archies for all of the spring jars, including the seperate module jars?
Christian |
Show » |
|
I'd like to take a look a that. Can you just answer a quick question? How do you create bundle for central repository at the moment? Is there any script or other automated way of doing that? I just don't want to reinvent the wheel :)