Reputation: 69
Am getting following error.I have jdk1.7.0_05
, maven 3.0.5
and eclipse juno
. what might be possible proble for this ?
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its
dependencies could not be resolved: Failed to read artifact descriptor for org.
apache.maven.plugins:maven-resources-plugin:jar:2.5: The repository system is of
fline but the artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.5 i
s not available in the local repository.
Upvotes: 0
Views: 10691
Reputation: 944
Click the update settings button on the windows-preferences-maven and after updating the proxies in settings.xml this may referesh your settings.
Upvotes: 0
Reputation: 276
Viewing this message in error: "The repository system is of fline"
It is possible that offline option has checked in eclipse preferences for Maven, check in window/preferences/maven.
Upvotes: 1