Skip to content

Commit

Permalink
568417: Build changes for migration of MAT JIPP to new CI infrastructure
Browse files Browse the repository at this point in the history
Try changing copy to download.eclipse to deploy phase

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=568417


Change-Id: I402f3c0551dcf8ead5b594f2402cbd0e18253f47
  • Loading branch information
ajohnson1 committed Nov 4, 2020
1 parent 28765e9 commit 1ec5d06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions org.eclipse.mat.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
8 changes: 4 additions & 4 deletions org.eclipse.mat.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -67,8 +67,8 @@
</configuration>
</execution>
<execution>
<id>deploy</id>
<phase>install</phase>
<id>publish</id>
<phase>deploy</phase>
<goals>
<goal>upload</goal>
</goals>
Expand Down

0 comments on commit 1ec5d06

Please sign in to comment.