diff --git a/jar/xdocs/goals.xml b/jar/xdocs/goals.xml index 6d81ffa0..ec361710 100644 --- a/jar/xdocs/goals.xml +++ b/jar/xdocs/goals.xml @@ -63,6 +63,8 @@ jar:deploy-snapshot Deploy a snapshot jar to the remote repository. + DEPRECATED: use jar:deploy with + -SNAPSHOT in the project version for equivalent behaviour. @@ -85,6 +87,8 @@ Install a snapshot into the local repository. The jar is built using the jar:jar goal and copied into the local repository as the -SNAPSHOT version. + DEPRECATED: use jar:install with + -SNAPSHOT in the project version for equivalent behaviour.