Skip to content

Commit 059151d

Browse files
committed
gave explicit name to projects in test_standalone poms
1 parent 2987cdd commit 059151d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

graalpython/com.oracle.graal.python.test/src/tests/standalone/check_home_pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ SOFTWARE.
4545
<modelVersion>4.0.0</modelVersion>
4646

4747
<groupId>org.apache.maven.plugin.my.unit</groupId>
48-
<artifactId>project-to-test</artifactId>
48+
<artifactId>project-check-home</artifactId>
4949
<version>1.0-SNAPSHOT</version>
5050
<packaging>jar</packaging>
5151
<name>Test MyMojo</name>

graalpython/com.oracle.graal.python.test/src/tests/standalone/fail_without_graalpy_dep_pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ SOFTWARE.
4545
<modelVersion>4.0.0</modelVersion>
4646

4747
<groupId>org.apache.maven.plugin.my.unit</groupId>
48-
<artifactId>project-to-test</artifactId>
48+
<artifactId>project-fail-without-graalpy-dep</artifactId>
4949
<version>1.0-SNAPSHOT</version>
5050
<packaging>jar</packaging>
5151
<name>Test MyMojo</name>

graalpython/com.oracle.graal.python.test/src/tests/standalone/prepare_venv_pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ SOFTWARE.
4545
<modelVersion>4.0.0</modelVersion>
4646

4747
<groupId>org.apache.maven.plugin.my.unit</groupId>
48-
<artifactId>project-to-test</artifactId>
48+
<artifactId>project-prepare-venv</artifactId>
4949
<version>1.0-SNAPSHOT</version>
5050
<packaging>jar</packaging>
5151
<name>Test MyMojo</name>

0 commit comments

Comments
 (0)