Hi Christian,

> Any Help is much appreciated :o)
> 
> Environment:
> - Win XP Prof
> - CVSNT 2.0.51d (client/server)
> - Eclipse 3.2
> - Maven 2.0.4
> - maven-release-plugin 2.0 beta 4

I haven't yet used Maven for a full release of one my projects, but had some 
issues with 2.0-beta-4 of the release plugin so I added the following to my 
master pom.xml:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-release-plugin</artifactId>
  <version>2.0-beta-5-SNAPSHOT</version>
</plugin>

Perhaps this will solve some of your problems...?


HTH

Thorsten

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

Reply via email to