Re: Using release plugin with multi-module project

2011-02-16 Thread Michael Remijan
Users List ; Michael Remijan Sent: Tuesday, February 15, 2011 11:55 PM Subject: Re: Using release plugin with multi-module project Based on the description of the issue I assume you're using Maven 2.x? Maven 3.0 has been improved (issues fixed) with regards to resolving artifacts with

RE: Using release plugin with multi-module project

2011-02-16 Thread Harpel, Craig
Are you using a pluginManagement section in your parent POM? The following works for me (I'm using Maven 2.2.1): ... org.apache.maven.plugins maven-release-plugin 2.1 clean install

Re: Using release plugin with multi-module project

2011-02-15 Thread Karl Heinz Marbaise
Hi, Michael Remijan wrote: > > I've put this into the top level pom of my > multi-module project. I've also put this into the sub modules as well. so your parent pom has the packaging pom as well as your modules ? Kind regards Karl Heinz Marbaise - Kind regards Karl Heinz Marbaise h

Re: Using release plugin with multi-module project

2011-02-15 Thread Anders Hammar
Based on the description of the issue I assume you're using Maven 2.x? Maven 3.0 has been improved (issues fixed) with regards to resolving artifacts within a multi-module build. So if possible I would suggest you upgrade and you will not run into these issues. If you can't upgrade for some reason

Re: Using release plugin with multi-module project

2011-01-18 Thread Kalle Korhonen
org.apache.maven.plugins maven-release-plugin clean install Search the list f