Skip to content

Commit

Permalink
changes to trigger build
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Aug 24, 2023
1 parent 944bca0 commit c2a629a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .mvn/maven-build-cache-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
</input>
<executionControl>
<runAlways>
<goalsLists>
<goalsList artifactId="maven-install-plugin">
<goals>
<goal>install</goal>
</goals>
</goalsList>
<!-- <goalsLists>-->
<!-- <goalsList artifactId="maven-install-plugin">-->
<!-- <goals>-->
<!-- <goal>install</goal>-->
<!-- </goals>-->
<!-- </goalsList>-->
<goalsList artifactId="maven-invoker-plugin">
<goals>
<goal>install</goal>
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def mavenBuild(jdk, cmdline, mvnName) {
{
junit testResults: '**/target/surefire-reports/*.xml,**/target/invoker-reports/TEST*.xml', allowEmptyResults: true
// debug purpose
sh "cat jetty-ee10/jetty-ee10-maven-plugin/target/it/jetty-start-war-distro-mojo-it/jetty-simple-webapp/target/jetty-start-war.out"
//sh "cat jetty-ee10/jetty-ee10-maven-plugin/target/it/jetty-start-war-distro-mojo-it/jetty-simple-webapp/target/jetty-start-war.out"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion jetty-ee10/jetty-ee10-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<bundle-symbolic-name>${project.groupId}.maven.plugin</bundle-symbolic-name>
<jetty.stopKey>FREEBEER</jetty.stopKey>
<jetty.jvmArgs></jetty.jvmArgs>
<jacoco.skip>false</jacoco.skip>
<jacoco.skip>true</jacoco.skip>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit c2a629a

Please sign in to comment.