Skip to content

Commit

Permalink
maven-enforcer-plugin bump 1.1.1 -> 3.1.0 and beanshell replaced with…
Browse files Browse the repository at this point in the history
… groovy for invocation-cmdline-exclude
  • Loading branch information
bvfalcon committed Jul 26, 2022
1 parent 75e9fab commit 25a2fc2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 52 deletions.
Expand Up @@ -35,7 +35,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.1.1</version>
<version>3.1.0</version>
<executions>
<execution>
<goals>
Expand Down
Expand Up @@ -35,7 +35,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.1.1</version>
<version>3.1.0</version>
<executions>
<execution>
<goals>
Expand Down
50 changes: 0 additions & 50 deletions src/it/invocation-cmdline-exclude/verify.bsh

This file was deleted.

21 changes: 21 additions & 0 deletions src/it/invocation-cmdline-exclude/verify.groovy
@@ -0,0 +1,21 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
assert new File(basedir, 'target/invoker-reports/BUILD-minvoker-140-executable.xml').exists()
assert !new File(basedir, 'target/invoker-reports/BUILD-minvoker-140-ignorable.xml').exists()

0 comments on commit 25a2fc2

Please sign in to comment.