Skip to content

Commit

Permalink
Update source feature plugins in Maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoKlare committed Dec 20, 2021
1 parent d2916b1 commit e7f6383
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions releng/edu.kit.ipd.sdq.metamodels.demo.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</configuration>
</plugin>

<!-- Creates source versions of bundles -->
<!-- Creates source versions of bundles and features -->
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
Expand All @@ -81,20 +81,10 @@
<goal>plugin-source</goal>
</goals>
</execution>
</executions>
</plugin>

<!-- Creates source versions of features -->
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<version>${tycho.version}</version>
<executions>
<execution>
<id>source-feature</id>
<phase>package</phase>
<id>feature-source</id>
<goals>
<goal>source-feature</goal>
<goal>feature-source</goal>
</goals>
</execution>
</executions>
Expand All @@ -107,7 +97,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>
Expand Down

0 comments on commit e7f6383

Please sign in to comment.