Hi,

Is anyone else having problems downloading version 1.12 of the jaxws-maven-plugin? I am getting the following error:

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------ [INFO] Building Apache Tuscany SCA Tours Credit Card Payment Contribution JAXB
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------ Downloading: http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/codehaus/mojo/jaxws-maven-plugin/1.12/jaxws-maven-plugin-1.12.pom Downloading: http://people.apache.org/repo/m2-incubating-repository/org/codehaus/mojo/jaxws-maven-plugin/1.12/jaxws-maven-plugin-1.12.pom Downloading: http://snapshots.repository.codehaus.org/org/codehaus/mojo/jaxws-maven-plugin/1.12/jaxws-maven-plugin-1.12.pom Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/jaxws-maven-plugin/1.12/jaxws-maven-plugin-1.12.pom Downloading: http://people.apache.org/repo/m2-incubating-repository/org/codehaus/mojo/jaxws-maven-plugin/1.12/jaxws-maven-plugin-1.12.pom Downloading: http://ws.zones.apache.org/repository2/org/codehaus/mojo/jaxws-maven-plugin/1.12/jaxws-maven-plugin-1.12.pom Downloading: http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//org/codehaus/mojo/jaxws-maven-plugin/1.12/jaxws-maven-plugin-1.12.pom Downloading: http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/org/codehaus/mojo/jaxws-maven-plugin/1.12/jaxws-maven-plugin-1.12.pom Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/jaxws-maven-plugin/1.12/jaxws-maven-plugin-1.12.pom [INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.codehaus.mojo:jaxws-maven-plugin

Reason: POM 'org.codehaus.mojo:jaxws-maven-plugin' not found in repository: Unable to download the artifact from any repository

 org.codehaus.mojo:jaxws-maven-plugin:pom:1.12

from the specified remote repositories:
 indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 codehaus-snapshot (http://snapshots.repository.codehaus.org),
 apache (http://people.apache.org/repo/m2-ibiblio-rsync-repository),
 apache.ws.zone (http://ws.zones.apache.org/repository2),
 central (http://repo1.maven.org/maven2),
 osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2),
 apache.incubator (http://people.apache.org/repo/m2-incubating-repository)
for project org.codehaus.mojo:jaxws-maven-plugin


Thanks,

Mark

[email protected] wrote:
Author: rfeng
Date: Mon Jun  1 19:15:10 2009
New Revision: 780790

URL: http://svn.apache.org/viewvc?rev=780790&view=rev
Log:
Use 1.12 jaxws wsimport

Modified:
    tuscany/sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/pom.xml

Modified: 
tuscany/sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/pom.xml?rev=780790&r1=780789&r2=780790&view=diff
==============================================================================
--- 
tuscany/sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/pom.xml 
(original)
+++ 
tuscany/sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/pom.xml 
Mon Jun  1 19:15:10 2009
@@ -212,7 +212,7 @@
         <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>jaxws-maven-plugin</artifactId>
-            <version>1.9</version>
+            <version>1.12</version>
             <executions>
                 <execution>
                     <id>wsimport</id>



Reply via email to