commit 890fce96a0ce5e1bbc0d8517bd0b38287036bf5d Author: Mauro Talevi <mauro.tal...@aquilonia.org> AuthorDate: Sun Jul 8 12:03:00 2012 +0200 Commit: Mauro Talevi <mauro.tal...@aquilonia.org> CommitDate: Sun Jul 8 12:03:00 2012 +0200
JBEHAVE-796: Changed p2 repository creation from product to plugins. Updated upload script. diff --git a/jbehave-eclipse/org.jbehave.eclipse.repository/pom.xml b/jbehave-eclipse/org.jbehave.eclipse.repository/pom.xml index e0ecef9..caf0a4e 100644 --- a/jbehave-eclipse/org.jbehave.eclipse.repository/pom.xml +++ b/jbehave-eclipse/org.jbehave.eclipse.repository/pom.xml @@ -18,21 +18,7 @@ <plugins> <plugin> <groupId>org.eclipse.tycho</groupId> - <artifactId>tycho-p2-director-plugin</artifactId> - <executions> - <execution> - <id>materialize-products</id> - <goals> - <goal>materialize-products</goal> - </goals> - </execution> - <execution> - <id>archive-products</id> - <goals> - <goal>archive-products</goal> - </goals> - </execution> - </executions> + <artifactId>tycho-p2-repository-plugin</artifactId> </plugin> </plugins> </build> diff --git a/jbehave-eclipse/pom.xml b/jbehave-eclipse/pom.xml index 4156aa7..1a0d5af 100644 --- a/jbehave-eclipse/pom.xml +++ b/jbehave-eclipse/pom.xml @@ -73,6 +73,14 @@ </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-p2-repository-plugin</artifactId> + <version>${tycho.version}</version> + <configuration> + <includeAllDependencies>true</includeAllDependencies> + </configuration> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> <artifactId>target-platform-configuration</artifactId> <version>${tycho.version}</version> <configuration> diff --git a/jbehave-eclipse/upload-eclipse.sh b/jbehave-eclipse/upload-eclipse.sh index 75b5aaa..28183a8 100755 --- a/jbehave-eclipse/upload-eclipse.sh +++ b/jbehave-eclipse/upload-eclipse.sh @@ -10,10 +10,10 @@ fi ARTIFACT="jbehave-eclipse" QUALIFIER="updates" REFERENCE="/var/www/jbehave.org/reference" -GROUP_ID="org.jbehave.ide" +GROUP_ID="org.jbehave.eclipse" ARTIFACT_ID="org.jbehave.eclipse.repository" -CLASSIFIER="macosx.cocoa.x86_64" -PATH="ide/eclipse" +CLASSIFIER="" +PATH="eclipse" ARTIFACT_FULL="$GROUP_ID:$ARTIFACT_ID:$VERSION:zip:$CLASSIFIER" VERSIONED_ARTIFACT="uploads/$ARTIFACT-$VERSION"