Skip to content

Commit 4f80bad

Browse files
authored
update maven-invoker-plugin to 3.5.0 (java 19+) (#341)
1 parent 34e548a commit 4f80bad

File tree

74 files changed

+142
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+142
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@
271271
<plugin>
272272
<groupId>org.apache.maven.plugins</groupId>
273273
<artifactId>maven-invoker-plugin</artifactId>
274+
<version>3.5.0</version>
274275
<executions>
275276
<execution>
276277
<goals>

src/it/projects/bom-flattenMode/verify.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
import groovy.xml.XmlSlurper
20+
1921
File originalPom = new File( basedir, 'bom/pom.xml' )
2022
assert originalPom.exists()
2123

src/it/projects/bom-pomElements/verify.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
import groovy.xml.XmlSlurper
20+
1921
File originalPom = new File( basedir, 'bom/pom.xml' )
2022
assert originalPom.exists()
2123

src/it/projects/cmd-property-substituion/verify.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
import groovy.xml.XmlSlurper
20+
1921
File originalPom = new File( basedir, 'pom.xml' )
2022
assert originalPom.exists()
2123

src/it/projects/complete-artifact-pom/verify.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
import groovy.xml.XmlSlurper
20+
1921
File originalPom = new File( basedir, 'pom.xml' )
2022
assert originalPom.exists()
2123

src/it/projects/complete-mavenplugin-pom/verify.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
import groovy.xml.XmlSlurper
20+
1921
File originalPom = new File( basedir, 'pom.xml' )
2022
assert originalPom.exists()
2123

src/it/projects/complete-multimodule-parent-pom-cifriendly/verify.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
import groovy.xml.XmlSlurper
20+
1921
File originalPom = new File( basedir, 'pom.xml' )
2022
assert originalPom.exists()
2123

src/it/projects/complete-multimodule-parent-pom-direct-dependencies/verify.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
import groovy.xml.XmlSlurper
20+
1921
File originalPom = new File( basedir, 'pom.xml' )
2022
assert originalPom.exists()
2123

src/it/projects/complete-multimodule-parent-pom/verify.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
import groovy.xml.XmlSlurper
20+
1921
File originalPom = new File( basedir, 'pom.xml' )
2022
assert originalPom.exists()
2123

src/it/projects/custom-packaging/verify.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
import groovy.xml.XmlSlurper
20+
1921
File originalPom = new File( basedir, 'pom.xml' )
2022
assert originalPom.exists()
2123

0 commit comments

Comments
 (0)