Skip to content

Commit f9a1258

Browse files
committed
chore: Disabling the project-info-reports
1 parent 0eae20f commit f9a1258

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ pipeline {
180180
steps {
181181
echo 'Building Site'
182182
// Generate the driver documentation.
183-
sh './mvnw -P${JENKINS_PROFILE},with-java,skip-prerequisite-check,jdk9+ site -X -pl :plc4j-driver-all'
183+
sh './mvnw -P${JENKINS_PROFILE},with-java,skip-prerequisite-check site -X -pl :plc4j-driver-all'
184184
// Build the actual website.
185-
sh './mvnw -P${JENKINS_PROFILE},skip-prerequisite-check,jdk9+ site -X -pl .'
185+
sh './mvnw -P${JENKINS_PROFILE},skip-prerequisite-check site -X -pl .'
186186
}
187187
}
188188

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@
12681268
<version>3.12.1</version>
12691269
<configuration>
12701270
<!--templateFile>${session.executionRootDirectory}/src/site/template/site.vm</templateFile-->
1271-
<generateReports>true</generateReports>
1271+
<generateReports>false</generateReports>
12721272
<generateSitemap>true</generateSitemap>
12731273
<relativizeDecorationLinks>false</relativizeDecorationLinks>
12741274
<locales>en</locales>

0 commit comments

Comments
 (0)