Skip to content

Commit

Permalink
feat: add javadocs for jans-client-api project #1095
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Mar 22, 2022
1 parent 0dfab39 commit fa858e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion jans-client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,14 @@
</plugins>
</pluginManagement>
</build>

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<profiles>
<profile>
<id>run-test-with-mocked-op-clients</id>
Expand Down

0 comments on commit fa858e4

Please sign in to comment.