Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Johnson2020-11-04 09:46:24 +0000
committerAndrew Johnson2020-11-04 09:46:24 +0000
commit1ec5d066d82a3bc7dc199f11e4047cb65a6af608 (patch)
tree950d7524ab4390c6eef6bc5b6c27046bbca308dc
parent28765e9da0de591d413ff80fe0564a4fd1fbdae3 (diff)
downloadorg.eclipse.mat-1ec5d066d82a3bc7dc199f11e4047cb65a6af608.tar.gz
org.eclipse.mat-1ec5d066d82a3bc7dc199f11e4047cb65a6af608.tar.xz
org.eclipse.mat-1ec5d066d82a3bc7dc199f11e4047cb65a6af608.zip
568417: Build changes for migration of MAT JIPP to new CI infrastructure
Try changing copy to download.eclipse to deploy phase Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=568417 Change-Id: I402f3c0551dcf8ead5b594f2402cbd0e18253f47
-rw-r--r--org.eclipse.mat.product/pom.xml8
-rw-r--r--org.eclipse.mat.updatesite/pom.xml8
2 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.mat.product/pom.xml b/org.eclipse.mat.product/pom.xml
index 26e16bca..aac4b0ca 100644
--- a/org.eclipse.mat.product/pom.xml
+++ b/org.eclipse.mat.product/pom.xml
@@ -187,8 +187,8 @@
<version>2.0.0</version>
<executions>
<execution>
- <id>publish-prepare</id>
- <phase>install</phase>
+ <id>prepare-publish-rcp</id>
+ <phase>deploy</phase>
<goals>
<goal>sshexec</goal>
</goals>
@@ -200,8 +200,8 @@
</configuration>
</execution>
<execution>
- <id>publish</id>
- <phase>install</phase>
+ <id>publish-rcp</id>
+ <phase>deploy</phase>
<goals>
<goal>upload</goal>
</goals>
diff --git a/org.eclipse.mat.updatesite/pom.xml b/org.eclipse.mat.updatesite/pom.xml
index f8a54ede..c8372ba7 100644
--- a/org.eclipse.mat.updatesite/pom.xml
+++ b/org.eclipse.mat.updatesite/pom.xml
@@ -54,8 +54,8 @@
<version>2.0.0</version>
<executions>
<execution>
- <id>deploy-prepare</id>
- <phase>install</phase>
+ <id>prepare-publish</id>
+ <phase>deploy</phase>
<goals>
<goal>sshexec</goal>
</goals>
@@ -67,8 +67,8 @@
</configuration>
</execution>
<execution>
- <id>deploy</id>
- <phase>install</phase>
+ <id>publish</id>
+ <phase>deploy</phase>
<goals>
<goal>upload</goal>
</goals>

Back to the top