Skip to content

Commit 3f4eb81

Browse files
author
Wang, Gang(Gary)
committed
MNEMONIC-340
Disable download licenses of dependent artifacts while mvn build
1 parent 2022c8f commit 3f4eb81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,14 @@
205205
<groupId>org.codehaus.mojo</groupId>
206206
<artifactId>license-maven-plugin</artifactId>
207207
<version>1.13</version>
208-
<executions>
208+
<!--executions>
209209
<execution>
210210
<id>download-licenses</id>
211211
<goals>
212212
<goal>download-licenses</goal>
213213
</goals>
214214
</execution>
215-
</executions>
215+
</executions-->
216216
</plugin>
217217
<!--plugin>
218218
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)