mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Releng: Move P2 repository population to the right profile
This commit is contained in:
parent
188e0ecf5d
commit
d88f73bf22
1 changed files with 23 additions and 90 deletions
|
@ -31,51 +31,6 @@
|
|||
<groupId>org.eclipse.cbi.maven.plugins</groupId>
|
||||
<artifactId>eclipse-jarsigner-plugin</artifactId>
|
||||
</plugin>
|
||||
<!--<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>${project.build.directory}/${tm-zipfile}</inputFile>
|
||||
</configuration>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>pack</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>sign</id>
|
||||
<configuration>
|
||||
<inputFile>${project.build.directory}/${tm-zipfile}</inputFile>
|
||||
<signerInputDirectory>/home/data/httpd/download-staging.priv/tools/tm/hudson</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>
|
||||
|
@ -103,32 +58,29 @@
|
|||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<delete includeemptydirs="false">
|
||||
<fileset dir="${tm-install}">
|
||||
<include name="**"/>
|
||||
</fileset>
|
||||
</delete>
|
||||
<!--<zip destfile="${tm-install}/org.eclipse.tm.repo.zip">
|
||||
<fileset dir="target/checksumFix">
|
||||
<include name="**"/>
|
||||
</fileset>
|
||||
</zip>
|
||||
<copy includeemptydirs="false" todir="${tm-install}">
|
||||
<fileset dir="target/checksumFix">
|
||||
<include name="**"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
-->
|
||||
<chmod perm="g+w">
|
||||
<fileset dir="${tm-install}">
|
||||
<include name="**"/>
|
||||
</fileset>
|
||||
</chmod>
|
||||
<copy todir="${tm-install}">
|
||||
<fileset dir="${project.build.directory}/../../../../" includes="rseserver*"/>
|
||||
</copy>
|
||||
</tasks>
|
||||
<target>
|
||||
<delete includeemptydirs="false">
|
||||
<fileset dir="${tm-install}">
|
||||
<include name="**" />
|
||||
</fileset>
|
||||
</delete>
|
||||
<copy includeemptydirs="false" todir="${tm-install}">
|
||||
<fileset dir="target/repository">
|
||||
<include name="**"/>
|
||||
</fileset>
|
||||
<fileset dir="target">
|
||||
<include name="${tm-zipfile}"/>
|
||||
</fileset>
|
||||
<fileset dir="${project.build.directory}/../../../../">
|
||||
<include name="rseserver*"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<chmod perm="g+w">
|
||||
<fileset dir="${tm-install}">
|
||||
<include name="**"/>
|
||||
</fileset>
|
||||
</chmod>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
@ -155,25 +107,6 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<delete includeemptydirs="false">
|
||||
<fileset dir="${tm-install}">
|
||||
<include name="**" />
|
||||
</fileset>
|
||||
</delete>
|
||||
<copy includeemptydirs="false" todir="${tm-install}">
|
||||
<fileset dir="target/repository">
|
||||
<include name="**"/>
|
||||
</fileset>
|
||||
<fileset dir="target">
|
||||
<include name="${tm-zipfile}"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<chmod perm="g+w">
|
||||
<fileset dir="${tm-install}">
|
||||
<include name="**"/>
|
||||
</fileset>
|
||||
</chmod>
|
||||
|
||||
<copy file="target/${tm-zipfile}" todir="${tm-install}">
|
||||
</copy>
|
||||
<chmod perm="g+w">
|
||||
|
|
Loading…
Add table
Reference in a new issue