Adrian Custer ha scritto: > hey all, > > there appears to be a maven-source-plugin with a source:jar target. Not > sure how it works, especially if it integrates the src into the jar or > makes a separate jar for the sources. > According to the docs (http://maven.apache.org/plugins/maven-source-plugin/jar-mojo.html) it will build a jar containing the sources. This jar is commonly used in the maven repos, put along with the binary jar allows plugins such as the eclipse plugin to download the sources too and attach them to the binary providing info for code completion and auto-documentation.
Cheers Andrea ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
