arunkumarmcsd / webscarab-ng

Automatically exported from code.google.com/p/webscarab-ng
0 stars 0 forks source link

The plugin repository for org.dstovall:onejar-maven-plugin:1.2.1 has moved. #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. clean/delete the maven repository. 
2. svn checkout http://webscarab-ng.googlecode.com/svn/trunk/ 
webscarab-ng-read-only
3. cd webscarab-ng-read-only
4. mvn install

What is the expected output? What do you see instead?

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.153s
[INFO] Finished at: Wed Oct 02 00:36:27 CEST 2013
[INFO] Final Memory: 5M/93M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.dstovall:onejar-maven-plugin:1.2.1 or one of its 
dependencies could not be resolved: Failed to read artifact descriptor for 
org.dstovall:onejar-maven-plugin:jar:1.2.1: Could not transfer artifact 
org.dstovall:onejar-maven-plugin:pom:1.2.1 from/to dstovall.org 
(http://dstovall.org/maven2/): The target server failed to respond -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException

What version of the product are you using? On what operating system?
% svn info                                                                      

Path: .
URL: http://webscarab-ng.googlecode.com/svn/trunk
Repository Root: http://webscarab-ng.googlecode.com/svn
...
Last Changed Rev: 18
Last Changed Date: 2011-05-09 23:16:51 +0200 (Lun, 09 mai 2011)

% uname -a
Darwin jibook.lan 12.4.0 Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 
2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64

Please provide any additional information below.

according to https://code.google.com/p/onejar-maven-plugin/, the 
onejar-maven-plugin pluginRepository has moved : 

    "We have moved the project here to Google Code, including the project's Maven repository. If you haven't already, you MUST update your pom.xml's <pluginRepository> declaration to get access to the latest releases."

therefore, this :
        <pluginRepository>
            <id>dstovall.org</id>
            <url>http://dstovall.org/maven2/</url>
        </pluginRepository>

should be replaced by this : 

        <pluginRepository>
            <id>onejar-maven-plugin.googlecode.com</id>
            <url>http://onejar-maven-plugin.googlecode.com/svn/mavenrepo</url>
        </pluginRepository>

Original issue reported on code.google.com by lezo...@gmail.com on 1 Oct 2013 at 10:48