Hi,
I am trying to use a truezip-maven-plugin plugin.
snippest of pom.xml :
<pluginRepositories>
<pluginRepository>
<id>truezip-maven-plugin</id>
<name>truezip-maven-plugin</name>
<url>
http://mojo.codehaus.org/mojo-sandbox-parent/truezip-maven-plugin
</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>truezip-maven-plugin</id>
<name>truezip-maven-plugin</name>
<url>
http://mojo.codehaus.org/mojo-sandbox-parent/truezip-maven-plugin
</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
I am getting the following error :
[INFO] snapshot org.codehaus.mojo:truezip-maven-plugin:1.0-alpha-1-SNAPSHOT:
checking for updates from truezip-maven-plugin
Downloading:
http://mojo.codehaus.org/mojo-sandbox-parent/truezip-maven-plugin/org/codehaus/mojo/truezip-maven-plugin/1.0-alpha-1-SNAPSHOT/truezip-maven-plugin-1.0-alpha-1-SNAPSHOT.pom
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: org.codehaus.mojo
ArtifactId: truezip-maven-plugin
Version: 1.0-alpha-1-SNAPSHOT
Reason: Unable to download the artifact from any repository
org.codehaus.mojo:truezip-maven-plugin:pom:1.0-alpha-1-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
truezip-maven-plugin
(http://mojo.codehaus.org/mojo-sandbox-parent/truezip-maven-plugin)
Thanks,
Nitin B.
--
View this message in context:
http://www.nabble.com/How-to-exclude-perticular-class-from-dependent-jar.-tp20013814p20241690.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]