Skip to content

Commit

Permalink
Disable ITs with not set CI Friendly with newer Maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Sep 27, 2024
1 parent 14c7766 commit d17a837
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:use-dynamic-version-from-scm
invoker.buildResult = failure

# https://issues.apache.org/jira/browse/MNG-8211
invoker.maven.version = !4.0.0+, !3.9.10+
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:use-dynamic-version-from-scm

# https://issues.apache.org/jira/browse/MNG-8211
invoker.maven.version = !4.0.0+, !3.9.10+
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
invoker.goals=-X ${project.groupId}:${project.artifactId}:${project.version}:use-dynamic-version-from-scm

# https://issues.apache.org/jira/browse/MNG-8211
invoker.maven.version = !4.0.0+, !3.9.10+
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:use-dynamic-version-from-scm

# https://issues.apache.org/jira/browse/MNG-8211
invoker.maven.version = !4.0.0+, !3.9.10+
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:use-dynamic-version-from-scm -DappendSnapshot=false

# https://issues.apache.org/jira/browse/MNG-8211
invoker.maven.version = !4.0.0+, !3.9.10+
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:use-dynamic-version-from-scm -DuseVersion=9.9.9-9

# https://issues.apache.org/jira/browse/MNG-8211
invoker.maven.version = !4.0.0+, !3.9.10+
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:use-dynamic-version-from-scm -DpropertyName=version_from_scm

# https://issues.apache.org/jira/browse/MNG-8211
invoker.maven.version = !4.0.0+, !3.9.10+
3 changes: 3 additions & 0 deletions versions-maven-plugin/src/it/it-set-004/invoker.properties
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:set -DnewVersion=testing

# https://issues.apache.org/jira/browse/MNG-8211
invoker.maven.version = !4.0.0+, !3.9.10+

0 comments on commit d17a837

Please sign in to comment.