Skip to content

Commit e314d25

Browse files
committed
readded license tool plugin and javadoc plugin to the MavenCentral profile
1 parent a930e37 commit e314d25

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,6 +1414,31 @@
14141414
</execution>
14151415
</executions>
14161416
</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+
<plugin>
1431+
<groupId>org.apache.maven.plugins</groupId>
1432+
<artifactId>maven-javadoc-plugin</artifactId>
1433+
<executions>
1434+
<execution>
1435+
<id>attach-javadocs</id>
1436+
<goals>
1437+
<goal>jar</goal>
1438+
</goals>
1439+
</execution>
1440+
</executions>
1441+
</plugin>
14171442
</plugins>
14181443
</build>
14191444
</profile>

0 commit comments

Comments
 (0)