Skip to content

Commit

Permalink
One more IT
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jul 3, 2024
1 parent 735a2d1 commit 7b0dea4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions toolbox/src/it/gav-identify-1/invoker.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
invoker.goals = eu.maveniverse.maven.plugins:toolbox:${project.version}:gav-identify -Dtarget=eca800aa73e750ec9a880eb224f0bb68f5b7873b
8 changes: 8 additions & 0 deletions toolbox/src/it/gav-identify-1/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.maveniverse.maven.toolbox.it</groupId>
<artifactId>unused</artifactId>
<version>1.0.0</version>
<!-- POM is unused, is only to make invoker detect this as a test case -->
</project>
1 change: 1 addition & 0 deletions toolbox/src/it/gav-identify-1/verify.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
assert new File(basedir, 'build.log').text.contains("org.apache.maven:maven-core:3.6.3")

0 comments on commit 7b0dea4

Please sign in to comment.