Forum Discussion

Yoav_Seroussi's avatar
Yoav_Seroussi
Occasional Contributor
14 years ago

Important: Maven plugin is bad or can't be downloaded

Hi,

We are running the tests automatically in hudson using the maven-soapui-pro plugin.
Up until recently it was working fine, but now that you switched site (I soppose) it stopped.

Here is the complete Hudson output:
Started by user anonymous
Updating http://svn1/muzicall/qa/soapUI/trunk/AutoTests/Fox Auto Tests
At revision 6427
no change for http://svn1/muzicall/qa/soapUI/trunk/AutoTests/Fox Auto Tests since the previous build
[workspace] $ /opt/hudson/hudson_home/tools/maven_2.2.1/bin/mvn soapui-pro:test -Dsoapui.scripting.library=/opt/SoapUI/scripts
[INFO] Scanning for projects...
Downloading: http://artifactory:8080/artifactory/repo/eviware/maven-soapui-pro-plugin/3.5.1/maven-soapui-pro-plugin-3.5.1.pom
[INFO] Unable to find resource 'eviware:maven-soapui-pro-plugin:pom:3.5.1' in repository central (http://artifactory:8080/artifactory/repo)
Downloading: http://www.eviware.com/repository/maven2//eviware/maven-soapui-pro-plugin/3.5.1/maven-soapui-pro-plugin-3.5.1.pom
0/13K
2/13K
3/13K
5/13K
7/13K
9/13K
10/13K
13/13K
13/13K
13K downloaded (maven-soapui-pro-plugin-3.5.1.pom)
[WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for eviware/maven-soapui-pro-plugin/3.5.1/maven-soapui-pro-plugin-3.5.1.pom - IGNORING
Downloading: http://artifactory:8080/artifactory/repo/eviware/maven-soapui-pro-plugin/3.5.1/maven-soapui-pro-plugin-3.5.1.jar
[INFO] Unable to find resource 'eviware:maven-soapui-pro-plugin:maven-plugin:3.5.1' in repository central (http://artifactory:8080/artifactory/repo)
Downloading: http://www.eviware.com/repository/maven2//eviware/maven-soapui-pro-plugin/3.5.1/maven-soapui-pro-plugin-3.5.1.jar
0/15K
2/15K
3/15K
4/15K
6/15K
7/15K
9/15K
10/15K
11/15K
13/15K
14/15K
15/15K
15K downloaded (maven-soapui-pro-plugin-3.5.1.jar)
[WARNING] Unable to get resource 'eviware:maven-soapui-pro-plugin:maven-plugin:3.5.1' from repository eviwarePluginRepository (http://www.eviware.com/repository/maven2/): Error transferring file: Connection refused
[INFO] Cannot find mojo descriptor for: 'soapui-pro:test' - Treating as non-aggregator.
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - com.muzicall:FoxAutoTests:jar:0.0.1-SNAPSHOT
[INFO] task-segment: [soapui-pro:test]
[INFO] ------------------------------------------------------------------------
Downloading: http://artifactory:8080/artifactory/repo/eviware/maven-soapui-pro-plugin/3.5.1/maven-soapui-pro-plugin-3.5.1.jar
[INFO] Unable to find resource 'eviware:maven-soapui-pro-plugin:maven-plugin:3.5.1' in repository central (http://artifactory:8080/artifactory/repo)
Downloading: http://www.eviware.com/repository/maven2//eviware/maven-soapui-pro-plugin/3.5.1/maven-soapui-pro-plugin-3.5.1.jar
[WARNING] Unable to get resource 'eviware:maven-soapui-pro-plugin:maven-plugin:3.5.1' from repository eviwarePluginRepository (http://www.eviware.com/repository/maven2/): Error transferring file: Connection refused
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=eviware -DartifactId=maven-soapui-pro-plugin -Dversion=3.5.1 -Dpackaging=maven-plugin -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=eviware -DartifactId=maven-soapui-pro-plugin -Dversion=3.5.1 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


eviware:maven-soapui-pro-plugin:maven-plugin:3.5.1

from the specified remote repositories:
central (http://artifactory:8080/artifactory/repo),
eviwarePluginRepository (http://www.eviware.com/repository/maven2/),
snapshots (http://artifactory:8080/artifactory/repo)


eviware:maven-soapui-pro-plugin:maven-plugin:3.5.1

from the specified remote repositories:
central (http://artifactory:8080/artifactory/repo),
eviwarePluginRepository (http://www.eviware.com/repository/maven2/),
snapshots (http://artifactory:8080/artifactory/repo)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 2 seconds
[INFO] Finished at: Mon Jun 21 14:57:11 BST 2010
[INFO] Final Memory: 3M/38M
[INFO] ------------------------------------------------------------------------
Recording test results
Finished: FAILURE


Regards,
Mike

3 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi Mike,

    Unfortunately we have had problems with our network during the release period, are you still experiencing this issue?

    regards!

    /Ole
    eviware.com
  • Yoav_Seroussi's avatar
    Yoav_Seroussi
    Occasional Contributor
    Hi Ole,

    There is still an issue. I think that the coverage plugin can't be found now.
    Here's the output of a build I ran just now to check:
    Started by user anonymous
    Updating http://svn1/muzicall/qa/soapUI/trunk/AutoTests/Fox Auto Tests
    At revision 6493
    no change for http://svn1/muzicall/qa/soapUI/trunk/AutoTests/Fox Auto Tests since the previous build
    [workspace] $ /opt/hudson/hudson_home/tools/maven_2.2.1/bin/mvn soapui-pro:test -Dsoapui.scripting.library=/opt/SoapUI/scripts
    [INFO] Scanning for projects...
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Unnamed - com.muzicall:FoxAutoTests:jar:0.0.1-SNAPSHOT
    [INFO] task-segment: [soapui-pro:test]
    [INFO] ------------------------------------------------------------------------
    Downloading: http://artifactory:8080/artifactory/repo/eviware/soapui-coverage-xmlbeans/3.5.1/soapui-coverage-xmlbeans-3.5.1.pom
    [INFO] Unable to find resource 'eviware:soapui-coverage-xmlbeans:pom:3.5.1' in repository central (http://artifactory:8080/artifactory/repo)
    Downloading: http://www.eviware.com/repository/maven2//eviware/soapui-coverage-xmlbeans/3.5.1/soapui-coverage-xmlbeans-3.5.1.pom
    [INFO] Unable to find resource 'eviware:soapui-coverage-xmlbeans:pom:3.5.1' in repository eviwarePluginRepository (http://www.eviware.com/repository/maven2/)
    Downloading: http://www.eviware.com/repository/maven2/eviware/soapui-coverage-xmlbeans/3.5.1/soapui-coverage-xmlbeans-3.5.1.pom
    [INFO] Unable to find resource 'eviware:soapui-coverage-xmlbeans:pom:3.5.1' in repository eviwareRepository (http://www.eviware.com/repository/maven2)
    Downloading: http://artifactory:8080/artifactory/private-internal-repository/eviware/soapui-coverage-xmlbeans/3.5.1/soapui-coverage-xmlbeans-3.5.1.pom
    [INFO] Unable to find resource 'eviware:soapui-coverage-xmlbeans:pom:3.5.1' in repository deploymentRepo (http://artifactory:8080/artifactory/private-internal-repository)
    Downloading: http://artifactory:8080/artifactory/repo/eviware/soapui-coverage-xmlbeans/3.5.1/soapui-coverage-xmlbeans-3.5.1.pom
    [INFO] Unable to find resource 'eviware:soapui-coverage-xmlbeans:pom:3.5.1' in repository central (http://artifactory:8080/artifactory/repo)
    Downloading: http://artifactory:8080/artifactory/repo/eviware/soapui-coverage-xmlbeans/3.5.1/soapui-coverage-xmlbeans-3.5.1.jar
    [INFO] Unable to find resource 'eviware:soapui-coverage-xmlbeans:jar:3.5.1' in repository central (http://artifactory:8080/artifactory/repo)
    Downloading: http://www.eviware.com/repository/maven2//eviware/soapui-coverage-xmlbeans/3.5.1/soapui-coverage-xmlbeans-3.5.1.jar
    [INFO] Unable to find resource 'eviware:soapui-coverage-xmlbeans:jar:3.5.1' in repository eviwarePluginRepository (http://www.eviware.com/repository/maven2/)
    Downloading: http://www.eviware.com/repository/maven2/eviware/soapui-coverage-xmlbeans/3.5.1/soapui-coverage-xmlbeans-3.5.1.jar
    [INFO] Unable to find resource 'eviware:soapui-coverage-xmlbeans:jar:3.5.1' in repository eviwareRepository (http://www.eviware.com/repository/maven2)
    Downloading: http://artifactory:8080/artifactory/private-internal-repository/eviware/soapui-coverage-xmlbeans/3.5.1/soapui-coverage-xmlbeans-3.5.1.jar
    [INFO] Unable to find resource 'eviware:soapui-coverage-xmlbeans:jar:3.5.1' in repository deploymentRepo (http://artifactory:8080/artifactory/private-internal-repository)
    Downloading: http://artifactory:8080/artifactory/repo/eviware/soapui-coverage-xmlbeans/3.5.1/soapui-coverage-xmlbeans-3.5.1.jar
    [INFO] Unable to find resource 'eviware:soapui-coverage-xmlbeans:jar:3.5.1' in repository central (http://artifactory:8080/artifactory/repo)
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Failed to resolve artifact.

    Missing:
    ----------
    1) eviware:soapui-coverage-xmlbeans:jar:3.5.1

    Try downloading the file manually from the project website.

    Then, install it using the command:
    mvn install:install-file -DgroupId=eviware -DartifactId=soapui-coverage-xmlbeans -Dversion=3.5.1 -Dpackaging=jar -Dfile=/path/to/file

    Alternatively, if you host your own repository you can deploy the file there:
    mvn deploy:deploy-file -DgroupId=eviware -DartifactId=soapui-coverage-xmlbeans -Dversion=3.5.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

    Path to dependency:
    1) eviware:maven-soapui-pro-plugin:maven-plugin:3.5.1
    2) eviware:soapui-coverage-xmlbeans:jar:3.5.1

    ----------
    1 required artifact is missing.

    for artifact:
    eviware:maven-soapui-pro-plugin:maven-plugin:3.5.1

    from the specified remote repositories:
    central (http://artifactory:8080/artifactory/repo),
    eviwareRepository (http://www.eviware.com/repository/maven2),
    deploymentRepo (http://artifactory:8080/artifactory/private-internal-repository),
    eviwarePluginRepository (http://www.eviware.com/repository/maven2/),
    snapshots (http://artifactory:8080/artifactory/repo)



    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 2 seconds
    [INFO] Finished at: Wed Jun 23 10:16:46 BST 2010
    [INFO] Final Memory: 10M/89M
    [INFO] ------------------------------------------------------------------------
    Recording test results
    Finished: FAILURE


    As you can see it complains about the artifact "soapui-coverage-xmlbeans" (probably required by the plugin).

    Regards,
    Mike