Shared Libraries

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

Changes (2)

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 (which should be typed as a single line) :
{noformat}
mvn archetype:create
-Dversion=1.0-SNAPSHOT
{noformat}

*Note :* Of course this command has been formatted. You should type it as a single line.
{info}