diff --git a/tycho-its/projects/issue1261/category.xml b/tycho-its/projects/issue1261/category.xml new file mode 100644 index 0000000000..1982a92d37 --- /dev/null +++ b/tycho-its/projects/issue1261/category.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/tycho-its/projects/issue1261/pom.xml b/tycho-its/projects/issue1261/pom.xml new file mode 100644 index 0000000000..c7da96f009 --- /dev/null +++ b/tycho-its/projects/issue1261/pom.xml @@ -0,0 +1,56 @@ + + + 4.0.0 + + tycho-its-project.issue1261 + testrepo + 1.0.0 + + eclipse-repository + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho-version} + + false + + + + org.eclipse.tycho + tycho-gpg-plugin + ${tycho-version} + + + pgpsigner + + sign-p2-artifacts + + + ${test-pgp-key.name} + ${test-pgp-key.serverId} + false + + + + + + + + + + platform-repo + p2 + https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/ + + + + \ No newline at end of file