Skip to content

Commit 49972e4

Browse files
BananeweizenCalixte
authored andcommitted
Multiple Maven fixes
* require Maven 3.9.0, as that is the minimum version required by the Maven plugins that we use * remove tycho.mode system property, it's deprecated * relocate the eclipse-run plugin, it's published under the tycho namespace, not the tycho.extras namespace anymore
1 parent 32bba97 commit 49972e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

net.sf.eclipsecs-updatesite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
</executions>
131131
</plugin>
132132
<plugin>
133-
<groupId>org.eclipse.tycho.extras</groupId>
133+
<groupId>org.eclipse.tycho</groupId>
134134
<artifactId>tycho-eclipserun-plugin</artifactId>
135135
<configuration>
136136
<repositories>

net.sf.eclipsecs.target/Maven update check.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
33
<intAttribute key="M2_COLORS" value="0"/>
44
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
5-
<stringAttribute key="M2_GOALS" value="versions:display-dependency-updates versions:display-plugin-updates -Dtycho.mode=maven -T1"/>
5+
<stringAttribute key="M2_GOALS" value="versions:display-dependency-updates versions:display-plugin-updates -T1"/>
66
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
77
<booleanAttribute key="M2_OFFLINE" value="false"/>
88
<stringAttribute key="M2_PROFILES" value=""/>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
3636
<maven-site-plugin-version>3.12.1</maven-site-plugin-version>
3737
<maven-surefire-plugin-version>3.2.5</maven-surefire-plugin-version>
38-
<maven-version>3.6.3</maven-version>
38+
<maven-version>3.9.0</maven-version>
3939
<tycho-version>4.0.6</tycho-version>
4040
<versions-maven-plugin-version>2.16.2</versions-maven-plugin-version>
4141

@@ -239,7 +239,7 @@
239239
</executions>
240240
</plugin>
241241
<plugin>
242-
<groupId>org.eclipse.tycho.extras</groupId>
242+
<groupId>org.eclipse.tycho</groupId>
243243
<artifactId>tycho-eclipserun-plugin</artifactId>
244244
<version>${tycho-version}</version>
245245
</plugin>

0 commit comments

Comments
 (0)