diff options
-rw-r--r-- | features/org.eclipse.cvs-feature/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/features/org.eclipse.cvs-feature/pom.xml b/features/org.eclipse.cvs-feature/pom.xml index b9d60bbe5..2191b4d55 100644 --- a/features/org.eclipse.cvs-feature/pom.xml +++ b/features/org.eclipse.cvs-feature/pom.xml @@ -25,15 +25,15 @@ <build> <plugins> <plugin> - <groupId>org.eclipse.tycho.extras</groupId> - <artifactId>tycho-source-feature-plugin</artifactId> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-source-plugin</artifactId> <version>${tycho.version}</version> <executions> <execution> <phase>package</phase> - <id>source-feature</id> + <id>feature-source</id> <goals> - <goal>source-feature</goal> + <goal>feature-source</goal> </goals> <configuration> <excludes> @@ -49,7 +49,7 @@ <version>${tycho.version}</version> <executions> <execution> - <id>attached-p2-metadata</id> + <id>attach-p2-metadata</id> <phase>package</phase> <goals> <goal>p2-metadata</goal> |