[ http://jira.codehaus.org/browse/MRESOURCES-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benjamin Bentmann closed MRESOURCES-107. ---------------------------------------- Assignee: Benjamin Bentmann Resolution: Not A Bug bq. The POM in my project has NO reference to a spesific version of the maven-resources-plugin. Then you get the latest version and given you apparently have Apache snapshot repositories enabled for your build, you get the latest snapshot. Snapshots are not meant for production builds. bq. I found a Qick-fix here [...] specifying the 2.4 version. Not that this is not a "fix", it's the recommended practice, always specifiy the version you want, for each and every plugin employed in your build. > 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 > Assignee: Benjamin Bentmann > > 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