Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.m2e.site/pom.xml4
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 4 deletions
diff --git a/org.eclipse.m2e.site/pom.xml b/org.eclipse.m2e.site/pom.xml
index bc23ed64..65e8b11b 100644
--- a/org.eclipse.m2e.site/pom.xml
+++ b/org.eclipse.m2e.site/pom.xml
@@ -53,7 +53,7 @@
</goals>
<configuration>
<file>${project.build.directory}/${project.artifactId}-${project.version}.zip</file>
- <serverId>forge-releases</serverId>
+ <serverId>${m2e.site-serverSettingsId}</serverId>
<repositoryUrl>${m2e.site-compressed}</repositoryUrl>
<repositoryPath>m2e/${unqualifiedVersion}/N/${unqualifiedVersion}.${buildQualifier}</repositoryPath>
</configuration>
@@ -82,7 +82,7 @@
</goals>
<configuration>
<file>${project.build.directory}/${project.artifactId}-${project.version}.zip</file>
- <serverId>forge-releases</serverId>
+ <serverId>${m2e.site-serverSettingsId}</serverId>
<repositoryUrl>${m2e.site-compressed}</repositoryUrl>
<repositoryPath>m2e/${unqualifiedVersion}/N/LATEST</repositoryPath>
</configuration>
diff --git a/pom.xml b/pom.xml
index c284fd2f..d91672f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,8 +36,6 @@
<m2e-maven-runtime.version>${project.version}</m2e-maven-runtime.version>
- <m2e.site-compressed>http://repository.sonatype.org/service/local/repositories/forge-sites/content-compressed/</m2e.site-compressed>
-
<tycho-version>0.16.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>

Back to the top