mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Fix maven plugin configuration
Closes gh-3601
This commit is contained in:
+2
-6
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user