On Sun, 2008-05-04 at 15:14 +0700, Jason Dillon wrote: > The latest incarnation of Groovy support for Maven, GMaven has been > released! This is the first release of the code-base since it was > moved from the Mojo project to the Groovy project. > > For more details on whats included in this release please see the > release notes: > > http://groovy.codehaus.org/GMaven+-+1.0-rc-1+Release
The constructions:
<dependencyManagement>
<dependency>
<groupId>org.codehaus.groovy.maven</groupId>
<artifactId>gmaven-mojo</artifactId>
<version>1.0-rc-1</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy.maven.runtime</groupId>
<artifactId>gmaven-runtime-default</artifactId>
<version>1.0-rc-1</version>
</dependency>
</dependencyManagement>
appears to be malformed POM XML. Using it I just get
Reason: Parse error reading POM. Reason: Unrecognised tag: 'dependency'
(position: START_TAG seen ...<dependencyManagement>\n <dependency>...
@142:17)
If I use a dependencies tag instead of a dependencyManagement tag it seems to
work better.
--
Russel.
====================================================
Dr Russel Winder Partner
Concertant LLP t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road, f: +44 8700 516 084
London SW11 1EN, UK. m: +44 7770 465 077
signature.asc
Description: This is a digitally signed message part
