diff --git a/releng/org.eclipse.tm.repo/.project b/releng/org.eclipse.tm.repo/.project new file mode 100644 index 00000000000..48b339b03f7 --- /dev/null +++ b/releng/org.eclipse.tm.repo/.project @@ -0,0 +1,11 @@ + + + org.eclipse.tm.repo + + + + + + + + diff --git a/releng/org.eclipse.tm.repo/category.xml b/releng/org.eclipse.tm.repo/category.xml new file mode 100644 index 00000000000..58ae7e51fb9 --- /dev/null +++ b/releng/org.eclipse.tm.repo/category.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + TM and RSE Main Features + + + + + Examples, Tests and Incubation Plug-ins. + + + diff --git a/releng/org.eclipse.tm.repo/pom.xml b/releng/org.eclipse.tm.repo/pom.xml new file mode 100644 index 00000000000..edb9cc6cf78 --- /dev/null +++ b/releng/org.eclipse.tm.repo/pom.xml @@ -0,0 +1,153 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../../ + + org.eclipse.tm + 3.4.0-SNAPSHOT + org.eclipse.tm.repo + eclipse-repository + + juno + org.eclipse.tm.repo.zip + /home/data/httpd/download.eclipse.org/tools/tm/builds/${tm-stream}/nightly + + + + maven.eclipse.org + http://maven.eclipse.org/nexus/content/repositories/public + + + + + build-server + + + + org.eclipse.dash.maven + eclipse-signing-maven-plugin + 1.0.3 + + + pack + + ${project.build.directory}/${tm-zipfile} + + package + + pack + + + + sign + + ${project.build.directory}/${tm-zipfile} + /home/data/httpd/download-staging.priv/tools/tm/hudson + + package + + sign + + + + repack + + ${project.build.directory}/signed/site_assembly.zip + + package + + pack + + + + fixCheckSums + package + + fixCheckSums + + + + + + maven-antrun-plugin + + + deploy + install + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + local-build + + ${project.build.directory}/../../../../ + + + + + maven-antrun-plugin + + + deploy + install + + run + + + + + + + + + + + + + + + + + + + + +