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 a930e37 commit e314d25Copy full SHA for e314d25
1 file changed
pom.xml
@@ -1414,6 +1414,31 @@
1414
</execution>
1415
</executions>
1416
</plugin>
1417
+ <plugin>
1418
+ <groupId>org.eclipse.dash</groupId>
1419
+ <artifactId>license-tool-plugin</artifactId>
1420
+ <version>1.1.1-SNAPSHOT</version>
1421
+ <executions>
1422
+ <execution>
1423
+ <id>license-check</id>
1424
+ <goals>
1425
+ <goal>license-check</goal>
1426
+ </goals>
1427
+ </execution>
1428
+ </executions>
1429
+ </plugin>
1430
1431
+ <groupId>org.apache.maven.plugins</groupId>
1432
+ <artifactId>maven-javadoc-plugin</artifactId>
1433
1434
1435
+ <id>attach-javadocs</id>
1436
1437
+ <goal>jar</goal>
1438
1439
1440
1441
1442
</plugins>
1443
</build>
1444
</profile>
0 commit comments