Skip to content

Commit

Permalink
chore: Disabling the project-info-reports
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Sep 15, 2024
1 parent 0eae20f commit f9a1258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ pipeline {
steps {
echo 'Building Site'
// Generate the driver documentation.
sh './mvnw -P${JENKINS_PROFILE},with-java,skip-prerequisite-check,jdk9+ site -X -pl :plc4j-driver-all'
sh './mvnw -P${JENKINS_PROFILE},with-java,skip-prerequisite-check site -X -pl :plc4j-driver-all'
// Build the actual website.
sh './mvnw -P${JENKINS_PROFILE},skip-prerequisite-check,jdk9+ site -X -pl .'
sh './mvnw -P${JENKINS_PROFILE},skip-prerequisite-check site -X -pl .'
}
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@
<version>3.12.1</version>
<configuration>
<!--templateFile>${session.executionRootDirectory}/src/site/template/site.vm</templateFile-->
<generateReports>true</generateReports>
<generateReports>false</generateReports>
<generateSitemap>true</generateSitemap>
<relativizeDecorationLinks>false</relativizeDecorationLinks>
<locales>en</locales>
Expand Down

0 comments on commit f9a1258

Please sign in to comment.