You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Russel Winder <ru...@concertant.com> on 2008/05/04 10:43:20 UTC

Re: [groovy-user] GMaven 1.0-rc-1 released

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

Re: [groovy-user] GMaven 1.0-rc-1 released

Posted by Jason Dillon <ja...@planet57.com>.
Thanks, fixed.

--jason


On May 4, 2008, at 3:43 PM, Russel Winder wrote:

> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [groovy-user] GMaven 1.0-rc-1 released

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Its <dependencyManagment><dependencies><dependency>....

-----Original Message-----
From: Russel Winder [mailto:russel.winder@concertant.com] 
Sent: Sunday, May 04, 2008 4:43 AM
To: user@groovy.codehaus.org
Cc: user@mojo.codehaus.org; users@maven.apache.org
Subject: Re: [groovy-user] GMaven 1.0-rc-1 released

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org