Browse Source

Moving license plugin to profile

pull/52/head
Martin Stockhammer 4 years ago
parent
commit
aaa8b6ec2b
1 changed files with 21 additions and 14 deletions
  1. 21
    14
      pom.xml

+ 21
- 14
pom.xml View File

@@ -1834,20 +1834,7 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0.0</version>
<executions>
<execution>
<id>aggregate-download-licenses</id>
<goals>
<goal>aggregate-download-licenses</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</plugins>
<pluginManagement>
<plugins>
<plugin>
@@ -2047,6 +2034,26 @@
</plugins>
</build>
</profile>
<profile>
<id>licence-check</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0.0</version>
<executions>
<execution>
<id>aggregate-download-licenses</id>
<goals>
<goal>aggregate-download-licenses</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<repositories>

Loading…
Cancel
Save