Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-05-18 19:09:41 +0000
committerChris Aniszczyk2011-05-18 19:09:41 +0000
commitb4c78648c96c5665a6ffb5e62fc6d47cf8c8db80 (patch)
tree845457680248b142c16c47a428eae88c3c6a8864 /org.eclipse.mylyn.github-site/pom.xml
parentb60ec6d685162477b6017a3a2ab15861601cc633 (diff)
downloadegit-github-b4c78648c96c5665a6ffb5e62fc6d47cf8c8db80.tar.gz
egit-github-b4c78648c96c5665a6ffb5e62fc6d47cf8c8db80.tar.xz
egit-github-b4c78648c96c5665a6ffb5e62fc6d47cf8c8db80.zip
Fix signing to copy the proper repository
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github-site/pom.xml')
-rw-r--r--org.eclipse.mylyn.github-site/pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.github-site/pom.xml b/org.eclipse.mylyn.github-site/pom.xml
index 3053c57c..cccdc11e 100644
--- a/org.eclipse.mylyn.github-site/pom.xml
+++ b/org.eclipse.mylyn.github-site/pom.xml
@@ -69,7 +69,7 @@
<execution>
<id>repack</id>
<configuration>
- <inputFile>${project.build.directory}/github-updatesite.zip</inputFile>
+ <inputFile>${project.build.directory}/signed/site_assembly.zip</inputFile>
</configuration>
<phase>package</phase>
<goals>
@@ -78,9 +78,6 @@
</execution>
<execution>
<id>fixCheckSums</id>
- <configuration>
- <inputFile>${project.build.directory}/github-updatesite.zip</inputFile>
- </configuration>
<phase>package</phase>
<goals>
<goal>fixCheckSums</goal>

Back to the top