Hi, On Tue, Sep 1, 2009 at 3:59 PM, Isabel Drost<[email protected]> wrote: > Do you know whether and where there is any information online on which > adjustments are necessary in the POMs?
The Maven release guide [1] covers this quite well. The latest org.apache:apache parent POM [2] contains most of these settings as defaults for any projects that inherit from it. Note however that the version 6 of that POM also introduces a number of other new things (remote resources plugin, attached source and javadoc artifacts, etc.), so it should be carefully reviewed before making it the parent of an existing POM. [1] http://maven.apache.org/developers/release/releasing.html [2] http://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom BR, Jukka Zitting
