Skip to content

Commit

Permalink
Adding profile for javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Jul 18, 2023
1 parent dc1a4b9 commit e87fac4
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions cui-java-bom/cui-java-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -100,6 +102,33 @@
</plugins>
</build>
</profile>
<profile>
<id>javadoc</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<artifactId>jandex-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>

</plugins>
</build>
</profile>
<profile>
<id>sonar</id>
<build>
Expand Down Expand Up @@ -130,7 +159,8 @@
<pluginManagement>
<plugins>
<plugin>
<!-- Used for correct javadoc-creation, especially regarding builder -->
<!-- Used for correct javadoc-creation, especially regarding
builder -->
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit e87fac4

Please sign in to comment.