Hi, On Fri, Sep 4, 2009 at 12:48 PM, Isabel Drost<[email protected]> wrote: > I added the apache parent to our pom - at least a "mvn install" from > root still runs smoothly.
You may still want to review things like the contents of the META-INF directories in the generated jar files. The latest Apache parent POM uses the remote resources plugin to place LICENSE and NOTICE files there. It's a good idea to verify that the contents of these files is correct. > If I understood the release guide correctly, basically all that needs > to be done in the POM is to add the apache parent? That should cover all the build changes you need. Note that you need to be using Maven for building and deploying snapshots and the Maven release plugin to do releases for all of this to work smoothly (that's the scenario the parent POM settings are designed for). Otherwise you'll need to make sure that all the parent POM settings work correctly also in your build processes. > repository.apache.org maintainers - that would be in...@apache, namely > INFRA-1896, right? Yes. Adding a subtask of INFRA-1896 is the recommended way to move forward with this. BR, Jukka Zitting
