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
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
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
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
org.apache.maven.plugins
maven-release-plugin
clean
install
Search the list f