diff options
author | Martin Stockhammer <martin_s@apache.org> | 2019-10-13 21:49:43 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2019-10-13 21:50:15 +0200 |
commit | aaa8b6ec2b2afee32ca89fff8b5e653ae7c3382c (patch) | |
tree | c90dab7198a2b450b45cf8daca2e85717ba051ef /pom.xml | |
parent | 0ad8ad66a1968d4f98f5717a2e5a8722126ccf96 (diff) | |
download | archiva-aaa8b6ec2b2afee32ca89fff8b5e653ae7c3382c.tar.gz archiva-aaa8b6ec2b2afee32ca89fff8b5e653ae7c3382c.zip |
Moving license plugin to profile
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 35 |
1 files changed, 21 insertions, 14 deletions
@@ -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> |