Skip to content

Commit 2022c8f

Browse files
author
Wang, Gang(Gary)
committed
MNEMONIC-339: Collect license from dependent artifacts
1 parent c2d0942 commit 2022c8f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,19 @@
201201

202202
<build>
203203
<plugins>
204+
<plugin>
205+
<groupId>org.codehaus.mojo</groupId>
206+
<artifactId>license-maven-plugin</artifactId>
207+
<version>1.13</version>
208+
<executions>
209+
<execution>
210+
<id>download-licenses</id>
211+
<goals>
212+
<goal>download-licenses</goal>
213+
</goals>
214+
</execution>
215+
</executions>
216+
</plugin>
204217
<!--plugin>
205218
<groupId>org.apache.maven.plugins</groupId>
206219
<artifactId>maven-clean-plugin</artifactId>

0 commit comments

Comments
 (0)