Skip to content

Commit

Permalink
Merge pull request #1387 from mosip/kamalsinghthoughtworks-patch-1
Browse files Browse the repository at this point in the history
Pom.xml updated for java doc generation
  • Loading branch information
Sohandey authored Mar 14, 2024
2 parents 1731ebf + 822feb0 commit c7a81c4
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions authentication-demo-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,21 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
Expand Down Expand Up @@ -323,14 +338,6 @@
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven.javadoc.version}</version>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down

0 comments on commit c7a81c4

Please sign in to comment.