Failure in dependency to plexus-interpolation
---------------------------------------------

                 Key: MRESOURCES-107
                 URL: http://jira.codehaus.org/browse/MRESOURCES-107
             Project: Maven 2.x Resources Plugin
          Issue Type: Bug
    Affects Versions: 2.5
         Environment: mvn 2.07
            Reporter: Bård Lind


Hi.

When I tried to build my project this morning I got this error:
------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.codehaus.plexus:plexus-interpolation:jar:1.13-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.codehaus.plexus 
-DartifactId=plexus-interpolation \
          -Dversion=1.13-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:   
    mvn deploy:deploy-file -DgroupId=org
.codehaus.plexus -DartifactId=plexus-interpolation \
          -Dversion=1.13-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) 
org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.5-20090924.213419-1
        2) org.codehaus.plexus:plexus-interpolation:jar:1.13-SNAPSHOT

----------

The POM in my project has NO reference to a spesific version of the 
maven-resources-plugin.

I found a Qick-fix here: 
http://maven.apache.org/plugins/maven-resources-plugin/plugin-info.html, 
specifying the 2.4 version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to