Skip to content

Commit ce0fad4

Browse files
committed
Simplify target platform handling
There is no need to have the target in maven module, it can be referenced as a file directly.
1 parent 1ef45df commit ce0fad4

File tree

3 files changed

+1
-55
lines changed

3 files changed

+1
-55
lines changed

Diff for: pom.xml

+1-8
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@
5050
<properties>
5151
<mirror-repo-name>updates-nightly</mirror-repo-name>
5252
<mirror-docker-repo-name>updates-docker-nightly</mirror-docker-repo-name>
53-
<mirror-mylyn-repo-name>updates-mylyn-nightly</mirror-mylyn-repo-name>
5453
<tycho-version>4.0.4</tycho-version>
55-
<target-platform>linuxtools-e4.31</target-platform>
5654
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
5755
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
5856
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
@@ -208,12 +206,7 @@
208206
</environment>
209207
</environments>
210208
<target>
211-
<artifact>
212-
<groupId>org.eclipse.linuxtools</groupId>
213-
<artifactId>org.eclipse.linuxtools.target</artifactId>
214-
<classifier>${target-platform}</classifier>
215-
<version>1.0.0</version>
216-
</artifact>
209+
<file>${maven.multiModuleProjectDirectory}/releng/org.eclipse.linuxtools.target/linuxtools-e4.31.target</file>
217210
</target>
218211
</configuration>
219212
</plugin>

Diff for: releng/org.eclipse.linuxtools.target/pom.xml

-46
This file was deleted.

Diff for: releng/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
<modules>
4646
<module>org.eclipse.linuxtools.releng-site</module>
4747
<module>org.eclipse.linuxtools.docker-site</module>
48-
<module>org.eclipse.linuxtools.target</module>
4948
</modules>
5049

5150
</project>

0 commit comments

Comments
 (0)