Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-12-01 02:37:55 +0000
committerIgor Fedorenko2012-12-01 02:37:55 +0000
commit3636c8a331b4b91fa16a9b9ca656f9cccf8a8ee3 (patch)
tree17b2289f95551817ada778e9b57100e34c7c9279
parentdb065983535880a4bbdac9c9a1bd106e323c239d (diff)
downloadm2e-core-3636c8a331b4b91fa16a9b9ca656f9cccf8a8ee3.tar.gz
m2e-core-3636c8a331b4b91fa16a9b9ca656f9cccf8a8ee3.tar.xz
m2e-core-3636c8a331b4b91fa16a9b9ca656f9cccf8a8ee3.zip
moved site publishing to 'install' phase
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--org.eclipse.m2e.site/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.m2e.site/pom.xml b/org.eclipse.m2e.site/pom.xml
index 65e8b11b..6b77ce28 100644
--- a/org.eclipse.m2e.site/pom.xml
+++ b/org.eclipse.m2e.site/pom.xml
@@ -47,7 +47,7 @@
<executions>
<execution>
<id>publish-site</id>
- <phase>deploy</phase>
+ <phase>install</phase>
<goals>
<goal>upload-file</goal>
</goals>
@@ -76,7 +76,7 @@
<executions>
<execution>
<id>publish-site-latest</id>
- <phase>deploy</phase>
+ <phase>install</phase>
<goals>
<goal>upload-file</goal>
</goals>

Back to the top