Browse Source

Fix maven plugin configuration

Closes gh-3601
pull/3630/head
Stephane Nicoll 11 years ago
parent
commit
057824aca7
  1. 8
      spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/exclude-dependency.apt.vm

8
spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/exclude-dependency.apt.vm

@ -72,9 +72,7 @@ @@ -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 @@ @@ -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>

Loading…
Cancel
Save