Shared Libraries

compared with
Current by Victor NOËL
on May 25, 2016 13:49.

(show comment)
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History

\\
Alternatively, if every library you need is available on maven repositories, you can use the _maven-archetype-petals-jbi-shared-library_ to create a new shared library :

{noformat}
mvn archetype:generate
-DarchetypeGroupId=org.ow2.petals
-DarchetypeArtifactId=maven-archetype-petals-jbi-shared-library
-DarchetypeVersion=1.3.1
-DgroupId=org.ow2.petals
-DartifactId=<shared-library-name>
-Dversion=1.0-SNAPSHOT
{noformat}

\\
{note:title=Note}
Of course this command has been formatted. You should type it as a single line.