Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2013-07-06 19:49:44 +0000
committerTom Schindl2013-07-06 19:49:44 +0000
commit1cf23d0b53ea6bb6e313313fbd9ac6c2ffdedc9c (patch)
tree17159d96ddbaada3914ad44074df96ad283fc843 /releng/org.eclipse.fx.updatesite/pom.xml
parent8b37bdfa9ccd3d36e5a0868018c0a8b5662f812c (diff)
downloadorg.eclipse.efxclipse-1cf23d0b53ea6bb6e313313fbd9ac6c2ffdedc9c.tar.gz
org.eclipse.efxclipse-1cf23d0b53ea6bb6e313313fbd9ac6c2ffdedc9c.tar.xz
org.eclipse.efxclipse-1cf23d0b53ea6bb6e313313fbd9ac6c2ffdedc9c.zip
adding publishing to build
Diffstat (limited to 'releng/org.eclipse.fx.updatesite/pom.xml')
-rw-r--r--releng/org.eclipse.fx.updatesite/pom.xml57
1 files changed, 3 insertions, 54 deletions
diff --git a/releng/org.eclipse.fx.updatesite/pom.xml b/releng/org.eclipse.fx.updatesite/pom.xml
index 01f22e652..b6cfce660 100644
--- a/releng/org.eclipse.fx.updatesite/pom.xml
+++ b/releng/org.eclipse.fx.updatesite/pom.xml
@@ -30,62 +30,11 @@
</build>
<profiles>
- <!-- >profile>
+ <profile>
<id>build-server</id>
- <pluginRepositories>
- <pluginRepository>
- <id>Eclipse Nexus</id>
- <url>http://maven.eclipse.org/nexus/content/repositories/public/</url>
- </pluginRepository>
- </pluginRepositories>
<build>
<plugins>
<plugin>
- <groupId>org.eclipse.dash.maven</groupId>
- <artifactId>eclipse-signing-maven-plugin</artifactId>
- <version>1.0.5</version>
- <executions>
- <execution>
- <id>pack</id>
- <configuration>
- <inputFile>${p2repo-zip-path}</inputFile>
- </configuration>
- <phase>package</phase>
- <goals>
- <goal>pack</goal>
- </goals>
- </execution>
- <execution>
- <id>sign</id>
- <configuration>
- <inputFile>${p2repo-zip-path}</inputFile>
- <signerInputDirectory>${signer-input-directory}</signerInputDirectory>
- </configuration>
- <phase>package</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- <execution>
- <id>repack</id>
- <configuration>
- <inputFile>${project.build.directory}/signed/site_assembly.zip</inputFile>
- </configuration>
- <phase>package</phase>
- <goals>
- <goal>pack</goal>
- </goals>
- </execution>
- <execution>
- <id>fixCheckSums</id>
- <phase>package</phase>
- <goals>
- <goal>fixCheckSums</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
@@ -102,7 +51,7 @@
</fileset>
</delete>
<copy includeemptydirs="false" todir="${download-publish-path}">
- <fileset dir="target/checksumFix">
+ <fileset dir="target">
<include name="**" />
</fileset>
</copy>
@@ -113,7 +62,7 @@
</plugin>
</plugins>
</build>
- </profile-->
+ </profile>
</profiles>
</project> \ No newline at end of file

Back to the top