Shared Libraries

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

Changes (3)

View Page History
\\
{info:title=Info}
To create a new shared library using our maven plugins, if you've already installed maven, you can type the following command :
todo {noformat}
mvn archetype:create -DarchetypeGroupId=org.ow2.petals -DarchetypeArtifactId=maven-archetype-petals-jbi-shared-library -DarchetypeVersion=1.3.1 -DgroupId=org.ow2.petals -DartifactId=<service-assembly-name> -Dversion=1.0-SNAPSHOT
{noformat}
{info}