@salaboy: I solved it by adding wagon's extension version in the pom.xml
file:

<extensions>
         <extension>
            <groupId>org.apache.maven.wagon</groupId>
            <artifactId>wagon-webdav</artifactId>
            *<version>1.0-beta-2</version>*
         </extension>
      </extensions>

Best,

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Esteban Aliverti
- Developer @ http://www.plugtree.com
- Blog @ http://ilesteban.wordpress.com


On Wed, Aug 4, 2010 at 12:03 PM, Mauricio Salatino <[email protected]>wrote:

> Yes, of course.. and it works.. the problem seems to be with the plugin
> metadata inside the IDE, probably the metadata needs to be parsed to show
> the project or something like that. And it's clearly related with the wagon
> plugin. If you take a lookt at the path at the end:
>
>
> .m2/repository/org/apache/maven/wagon/wagon-webdav/unknown/wagon-webdav-unknown.pom
> Looks like the version is missing for some reason..
>
>
>
>
> On Wed, Aug 4, 2010 at 11:56 AM, Mark Proctor <[email protected]>wrote:
>
>>  On 04/08/2010 15:49, Mauricio Salatino wrote:
>>
>> this is my IDE error message:
>>
>> Cannot resolve pre-scanned extension artifact:
>> org.apache.maven.wagon:wagon-webdav: Unable to download metadata from
>> repository for extension artifact
>> 'org.apache.maven.wagon:wagon-webdav:jar:unknown': Invalid POM file for
>> artifact: 'org.apache.maven.wagon:wagon-webdav:jar' Reason: Not a v4.0.0
>> POM. for project org.apache.maven.wagon:wagon-webdav at
>> /Users/salaboy/.m2/repository/org/apache/maven/wagon/wagon-webdav/unknown/wagon-webdav-unknown.pom
>>
>>  Have you tried maven command line?
>>
>> Mark
>>
>>
>>
>> On Wed, Aug 4, 2010 at 11:46 AM, Mauricio Salatino <[email protected]>wrote:
>>
>>> I'm fixing some of the drools-grid problems right now in the trunk and I
>>> wanna comment here that
>>> I need to comment out in the parent pom file all the thing related with
>>> wagon. For some reason,
>>> my IDE is not able to deal with it. When I run the build from the console
>>> everything goes fine.
>>> I can also run the build from my IDE, but for some reason the dependency
>>> with the wagon plugin cannot be resolved.
>>> Any one experiencing this problem? I'm with JDK 1.6
>>>
>>> --
>>>  - CTO @ http://www.plugtree.com
>>>  - MyJourney @ http://salaboy.wordpress.com
>>>  - Co-Founder @ http://www.jbug.com.ar
>>>
>>>  - Salatino "Salaboy" Mauricio -
>>>
>>
>>
>>
>> --
>>  - CTO @ http://www.plugtree.com
>>  - MyJourney @ http://salaboy.wordpress.com
>>  - Co-Founder @ http://www.jbug.com.ar
>>
>>  - Salatino "Salaboy" Mauricio -
>>
>>
>> _______________________________________________
>> rules-dev mailing 
>> [email protected]https://lists.jboss.org/mailman/listinfo/rules-dev
>>
>>
>>
>> _______________________________________________
>> rules-dev mailing list
>> [email protected]
>> https://lists.jboss.org/mailman/listinfo/rules-dev
>>
>>
>
>
> --
>  - CTO @ http://www.plugtree.com
>  - MyJourney @ http://salaboy.wordpress.com
>  - Co-Founder @ http://www.jbug.com.ar
>
>  - Salatino "Salaboy" Mauricio -
>
> _______________________________________________
> rules-dev mailing list
> [email protected]
> https://lists.jboss.org/mailman/listinfo/rules-dev
>
>
_______________________________________________
rules-dev mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-dev

Reply via email to