Nice conversation with myself :)

I replaced

 <parent>
   <artifactId>maven-plugins</artifactId>
   <groupId>org.apache.maven.plugins</groupId>
   <version>4</version>
 </parent>

with

 <parent>
   <artifactId>maven-plugins</artifactId>
   <groupId>org.apache.maven.plugins</groupId>
   <version>4-SNAPSHOT</version>
 </parent>

in maven-source-plugin's pom, and it seems to work...

Regards,
Norbi


Norbert Sándor írta:
As I see it is caused by the maven-source-plugin...
Anyone any ideas how to solve this?

thx
N.

Norbert Sándor írta:
I get the following error when I try to build 4.1.1 from head. Am I the only one? :)

Regards:
Norbi


[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.plugins
ArtifactId: maven-plugins
Version: 4

Reason: Unable to download the artifact from any repository

 org.apache.maven.plugins:maven-plugins:pom:4

from the specified remote repositories:
 codehaus.org (http://snapshots.repository.codehaus.org),
 central (http://repo1.maven.org/maven2),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 tapestry.javaforge (http://howardlewisship.com/repository),
 openqa (http://maven.openqa.org/)


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




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




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

Reply via email to