Skip to content

Commit

Permalink
MNEMONIC-340
Browse files Browse the repository at this point in the history
Disable download licenses of dependent artifacts while mvn build
  • Loading branch information
Wang, Gang(Gary) committed Aug 16, 2017
1 parent 2022c8f commit 3f4eb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,14 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.13</version>
<executions>
<!--executions>
<execution>
<id>download-licenses</id>
<goals>
<goal>download-licenses</goal>
</goals>
</execution>
</executions>
</executions-->
</plugin>
<!--plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 3f4eb81

Please sign in to comment.