Skip to content

Commit

Permalink
Remove parent pom from some JavaClasspathTest projects
Browse files Browse the repository at this point in the history
That way it's clear what's tested as inheritance happens to override
things.
  • Loading branch information
akurtakov committed Sep 27, 2024
1 parent 0d3bb29 commit 70483dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.m2e.test</groupId>
<artifactId>m2e-test-parent</artifactId>
<version>1.0.0</version>
</parent>
<groupId>org.eclipse.m2e.test</groupId>
<artifactId>549312-fallbackToLatestEE</artifactId>
<version>0.0.1-SNAPSHOT</version>
<build>
Expand Down
7 changes: 1 addition & 6 deletions org.eclipse.m2e.tests/projects/release-flag/pom-release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.m2e.test</groupId>
<artifactId>m2e-test-parent</artifactId>
<version>1.0.0</version>
</parent>

<groupId>org.eclipse.m2e.test</groupId>
<artifactId>release-flag</artifactId>
<version>0.0.1-SNAPSHOT</version>
<build>
Expand Down
7 changes: 1 addition & 6 deletions org.eclipse.m2e.tests/projects/release-flag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.m2e.test</groupId>
<artifactId>m2e-test-parent</artifactId>
<version>1.0.0</version>
</parent>

<groupId>org.eclipse.m2e.test</groupId>
<artifactId>release-flag</artifactId>
<version>0.0.1-SNAPSHOT</version>
<build>
Expand Down

0 comments on commit 70483dd

Please sign in to comment.