Skip to content

Commit

Permalink
Merge pull request #21 from embold/development
Browse files Browse the repository at this point in the history
debugging release pipeline
  • Loading branch information
bhidesacl authored Apr 14, 2024
2 parents 11281e5 + fcd5108 commit b8fd957
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,38 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<tags>
<tag>
<name>goal</name>
<placement>a</placement>
<head>Goal:</head>
</tag>
<tag>
<name>requiresDependencyResolution</name>
<placement>a</placement>
<head>Requires Dependency Resolution:</head>
</tag>
<tag>
<name>aggregator</name>
<placement>a</placement>
<head>Aggregator:</head>
</tag>
<tag>
<name>parameter</name>
<placement>a</placement>
<head>Parameter:</head>
</tag>
<tag>
<name>readonly</name>
<placement>a</placement>
<head>Read only:</head>
</tag>
<tag>
<name>required</name>
<placement>a</placement>
<head>Required:</head>
</tag>
</tags>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit b8fd957

Please sign in to comment.