Skip to content

Commit

Permalink
fix: Enabled the "with-java" profile when building the plc4j-driver-all
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Feb 13, 2024
1 parent dce42c4 commit 11de90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pipeline {
steps {
echo 'Building Site'
// Generate the driver documentation.
sh './mvnw -Djava.version=1.8 -P${JENKINS_PROFILE},skip-prerequisite-check site -X -pl :plc4j-driver-all'
sh './mvnw -Djava.version=1.8 -P${JENKINS_PROFILE},with-java,skip-prerequisite-check site -X -pl :plc4j-driver-all'
// Build the actual website.
sh './mvnw -Djava.version=1.8 -P${JENKINS_PROFILE},skip-prerequisite-check site -X -pl .'
}
Expand Down

0 comments on commit 11de90a

Please sign in to comment.