Skip to content

Commit

Permalink
Remove outdated invoker conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jul 9, 2024
1 parent 277a725 commit 37ebe02
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 25 deletions.
1 change: 0 additions & 1 deletion src/it/MPMD-165/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
# under the License.

invoker.goals = clean pmd:pmd
invoker.maven.version = 3+
1 change: 0 additions & 1 deletion src/it/MPMD-182/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
# under the License.

invoker.goals = clean verify pmd:pmd
invoker.java.version = 1.8+
3 changes: 0 additions & 3 deletions src/it/MPMD-206-sourceDirectories-js/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@
# under the License.

invoker.goals = clean verify

# This test requires at least maven 3.3.9 or later (https://issues.apache.org/jira/browse/MNG-5440)
invoker.maven.version = 3.3.9+
1 change: 0 additions & 1 deletion src/it/MPMD-219-pmd-processing-error/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@

invoker.goals = clean pmd:check
invoker.buildResult = failure
invoker.maven.version = 3+
2 changes: 0 additions & 2 deletions src/it/MPMD-244-logging/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@
# under the License.

invoker.goals = clean pmd:check
invoker.maven.version = 3.1.0+
invoker.debug = true
2 changes: 0 additions & 2 deletions src/it/MPMD-258-multiple-executions/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@
# specific language governing permissions and limitations
# under the License.

invoker.debug = true
invoker.goals = clean compile pmd:pmd
invoker.maven.version = 3.1.0+
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@

invoker.goals = clean verify
invoker.goals.2 = verify site -DskipTests
invoker.maven.version = 3+
1 change: 0 additions & 1 deletion src/it/MPMD-268-deprecated-rules/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
# under the License.

invoker.goals = clean verify
invoker.maven.version = 3.1.0+
invoker.debug = false
1 change: 0 additions & 1 deletion src/it/MPMD-277-multi-module-check/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@

invoker.goals = clean package
invoker.goals.2 = verify
invoker.maven.version = 3+
1 change: 0 additions & 1 deletion src/it/MPMD-283-aggregated-pmd/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
# under the License.

invoker.goals = clean verify site
invoker.maven.version = 3+
2 changes: 0 additions & 2 deletions src/it/MPMD-317-auxclasspath-provided/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@

invoker.goals = clean verify
invoker.goals.2 = clean verify -Daggregate=true
invoker.maven.version = 3+
invoker.debug = true
2 changes: 0 additions & 2 deletions src/it/MPMD-318-auxclasspath-includeTests/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@

invoker.goals = clean verify
invoker.goals.2 = clean verify -Daggregate=true
invoker.maven.version = 3+
invoker.debug = true
1 change: 0 additions & 1 deletion src/it/MPMD-323-multi-module-basedir/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
# under the License.

invoker.goals = clean verify
invoker.maven.version = 3+
1 change: 0 additions & 1 deletion src/it/MPMD-323-ruleset-basedir-jgitver/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
# under the License.

invoker.goals = clean verify
invoker.maven.version = 3+
invoker.java.version = 11+
1 change: 0 additions & 1 deletion src/it/MPMD-89-232-typeresolution/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@

invoker.goals = clean test-compile
invoker.buildResult = failure
invoker.maven.version = 3+
5 changes: 1 addition & 4 deletions src/it/empty-rulesets/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@
# specific language governing permissions and limitations
# under the License.

# with Maven 2.x, configuring rulesets parameter to empty value results to default value
invoker.maven.version = 3.0-alpha+

invoker.goals = clean verify
invoker.goals = clean verify

0 comments on commit 37ebe02

Please sign in to comment.