hi all,

i try to use the maven2 plugin for xfire for running the wsgen task (we don't use ant). i think i did set it up correct but everytime i try to run the task i get following error:

[WARNING] repository metadata for: 'artifact org.codehaus.mojo:xfire-maven-plugin' could not be retrieved from repository: codehaus due to an error: Error transferring file

my pom.xml looks like this:

<project>
...
<pluginRepositories>
       <pluginRepository>
           <releases>
               <updatePolicy />
               <checksumPolicy />
           </releases>
           <snapshots>
               <updatePolicy>daily</updatePolicy>
               <checksumPolicy>ignore</checksumPolicy>
           </snapshots>
           <id>codehaus</id>
           <name>Codehaus Repository</name>
           <url>http://repository.codehaus.org</url>
           <layout />
       </pluginRepository>
       <pluginRepository>
           <releases>
               <updatePolicy />
               <checksumPolicy />
           </releases>
           <snapshots>
               <updatePolicy>daily</updatePolicy>
               <checksumPolicy>ignore</checksumPolicy>
           </snapshots>
           <id>codehaus snapshot</id>
           <name>Codehaus Repository</name>
           <url>http://snapshots.repository.codehaus.org</url>
           <layout />
       </pluginRepository>
   </pluginRepositories>
   <build>
       <plugins>
           <plugin>
               <groupId>org.codehaus.mojo</groupId>
               <artifactId>xfire-maven-plugin</artifactId>
               <executions>
                   <execution>
                       <goals>
                           <goal>wsgen</goal>
                       </goals>
                   </execution>
               </executions>
               <configuration>
                   <package>at.systemone.xfire.someclasses</package>
                   <profile></profile>
                   <binding></binding>
<outputDirectory>${project.build.directory}/client</outputDirectory>
                   <wsdls>
                       <wsdl>${basedir}/src/wsdl/a.wsdl</wsdl>
                   </wsdls>
               </configuration>
           </plugin>
       </plugins>
   </build>
....
</project>

i use mvn xfire:wsgen

aehm .. yes .. that's it .. any ideas? besides, i get timeouts all the time from http://mojo.codehaus.org (browser)

kind regards, sascha

--
Sascha Sadat-Guscheh
Senior Software Developer
--------------------------------------------
System One
Gesellschaft für technologiegestützte
Kommunikationsprozesse m.b.H.
Stiftgasse 6/2/6
1070 Wien, Austria
t: +43 (0)5 0705 - 1080
f: +43 (0)5 0705 - 1082
m: +43 (0)5 0705 - 1085
[EMAIL PROTECTED]
http://www.systemone.at

Find out how System One can work for you, watch our Screencast:
http://www.systemone.at/en/technology/overview


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to