We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d0942 commit 2022c8fCopy full SHA for 2022c8f
pom.xml
@@ -201,6 +201,19 @@
201
202
<build>
203
<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>
217
<!--plugin>
218
<groupId>org.apache.maven.plugins</groupId>
219
<artifactId>maven-clean-plugin</artifactId>
0 commit comments