Hello,
I didn't know where to post, so redirect me if I'm wrong.
I found some mistakes in the tutorial :
p34 in the POM File :
Code: <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<configuration>
...
should be :
Code: <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>1.10</version>
<configuration>
...
Maven was enable to find the plugin whithout its version.
p78, p90 an p98:
mvn archetype:create -DarchetypeGroupId=org.objectweb.petals
-DarchetypeArtifactId=maven-archetype-petals-jbi-service-assembly
-DarchetypeVersion=1.0.0 -DgroupId=
org.objectweb.petals -DartifactId=helloProvideSA -Dversion=1.0-SNAPSHOT
should be :
mvn archetype:create -DarchetypeGroupId=org.objectweb.petals
-DarchetypeArtifactId=maven-archetype-petals-jbi-service-assembly
-DarchetypeVersion=1.0.0 -DgroupId=
org.weblab.example -DartifactId=helloProvideSA -Dversion=1.0-SNAPSHOT
regards,
Arnaud,
LITIS LAB