Community
Participate
Working Groups
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<id>source-feature</id>
<goals>
<goal>source-feature</goal>
</goals>
<configuration>
<excludes>
<plugin id="org.eclipse.jdt" />
<plugin id="org.junit4" />
<plugin id="org.eclipse.jdt.doc.user" />
</excludes>
</configuration>
</execution>
</executions>
</plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho.version}</version>