Concrete developments steps

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (7)

View Page History
<repository>
<id>ow2</id>
<name>OW2 Repo</name> <url>http://maven.ow2.org/maven2
<url>http://maven.objectweb.org/maven2
</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>ow2-snapshot</id> <id>petalslink</id>
<name>OW2 SNAPSHOT Repo</name> <url>http://maven.petalslink.org/public/
<url>http://maven.objectweb.org/maven2-snapshot
</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>ow2-plugin</id>
<name>OW2 plugin Repo</name>
<url>http://maven.objectweb.org/maven2
</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
During the creation, you are asked to confirm the project properties. Type in '*Y*' to confirm.
The executed command results in the creation of a Java Maven project.

{warning}With the current version of the Petals Maven plug-in, you will have to make a minor change in the pom.xml. Otherwise, you will get an build error indicating that some libraries could not be found (related to ws-notifications). Use the version 4.1.1 of the petals-cdk-core and the version 4 for the parent. It should solve all your build problems.{warning}

\\
To transform it into a project we can use in our IDE. For Eclipse, we can use the following commands: