Commit bae56799 authored by Tommy Ludwig's avatar Tommy Ludwig Committed by Stephane Nicoll

Polish Maven plugin doc

Closes gh-5938
parent 1e855779
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
executable jar. For consistency, they should not be present either when running the executable jar. For consistency, they should not be present either when running the
application. application.
There are tree ways one can exclude a dependency from being packaged/used at runtime There are three ways one can exclude a dependency from being packaged/used at runtime
* Exclude a specific artifact identified by <<<groupId>>> and <<<artifactId>>> * Exclude a specific artifact identified by <<<groupId>>> and <<<artifactId>>>
(optionally with a <<<classifier>>> if needed) (optionally with a <<<classifier>>> if needed)
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</project> </project>
--- ---
This example excludes every artifacts having the <<<my-lib>>> or <<<another-lib>>> This example excludes any artifacts having the <<<my-lib>>> or <<<another-lib>>>
artifact identifiers artifact identifiers
--- ---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment