Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-05-13 19:04:58 +0000
committerIgor Fedorenko2011-05-13 19:04:58 +0000
commitc83ff1ad170b01a93fe9437b28bfb49033076a97 (patch)
treeb069a09a6a6a6f5ed39bb001a9dba8d12170e086 /org.eclipse.m2e.site/pom.xml
parent8c81cc8880259d585179f8fee9a629c8eac0e88d (diff)
downloadm2e-core-c83ff1ad170b01a93fe9437b28bfb49033076a97.tar.gz
m2e-core-c83ff1ad170b01a93fe9437b28bfb49033076a97.tar.xz
m2e-core-c83ff1ad170b01a93fe9437b28bfb49033076a97.zip
disable publish to eclipse until we move entire build there
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.site/pom.xml')
-rw-r--r--org.eclipse.m2e.site/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/org.eclipse.m2e.site/pom.xml b/org.eclipse.m2e.site/pom.xml
index 79c1ec3a..f8eb281e 100644
--- a/org.eclipse.m2e.site/pom.xml
+++ b/org.eclipse.m2e.site/pom.xml
@@ -105,28 +105,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>wagon-maven-plugin</artifactId>
- <version>1.0-beta-4-SNAPSHOT</version>
- <executions>
- <execution>
- <id>upload-file</id>
- <phase>deploy</phase>
- <goals>
- <goal>upload</goal>
- </goals>
- <configuration>
- <fromDir>${project.build.directory}/site</fromDir>
- <serverId>download.eclipse.org</serverId>
- <includes>**</includes>
- <url>scpexe://dev.eclipse.org/</url>
- <toDir>/home/data/users/prapicau/downloads/technology/m2e/updates/N</toDir>
- </configuration>
- </execution>
-
- </executions>
- </plugin>
</plugins>
</build>
</profile>

Back to the top