Commit 057824ac authored by Stephane Nicoll's avatar Stephane Nicoll

Fix maven plugin configuration

 Closes gh-3601
parent 6d366053
......@@ -72,9 +72,7 @@
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
<configuration>
<excludes>
<excludeArtifactIds>my-lib,another-lib</excludeArtifactIds>
</excludes>
<excludeArtifactIds>my-lib,another-lib</excludeArtifactIds>
</configuration>
...
</plugin>
......@@ -101,9 +99,7 @@
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
<configuration>
<excludes>
<excludeGroupIds>com.foo</excludeGroupIds>
</excludes>
<excludeGroupIds>com.foo</excludeGroupIds>
</configuration>
...
</plugin>
......
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