I know this does not answer your question, but have a look at the versions-maven-plugin

specifically, running

mvn versions:update-parent

it may be an alternative solution for the problem you have

Sent from my iPod

On 8 Oct 2008, at 04:07, "陈思淼" <[EMAIL PROTECTED]> wrote:

I create a parent pom which contain the repository url and the common
plugin, all my pom are derived from this pom, my define like this:

 <parent>

  <groupId>com.mycompany</groupId>

  <artifactId>parent</artifactId>

  <version> LATEST</version>

 </parent>

I want to define the version is LATEST so all the project can get the
latest parent pom, but the maven dont allow me to do this, why can define the dependent artifact version to be LATEST and cant define the parent pom?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to