Skip to content

Commit 6fe40d8

Browse files
committed
Stop building source features
They are not published anymore as Tycho/PDE handle sources fine without them.
1 parent ab57e13 commit 6fe40d8

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

pom.xml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -92,51 +92,5 @@
9292
<module>repository</module>
9393
</modules>
9494
</profile>
95-
<profile>
96-
<id>generate-feature-source</id>
97-
<activation>
98-
<file>
99-
<exists>feature.xml</exists>
100-
</file>
101-
</activation>
102-
<build>
103-
<plugins>
104-
<plugin>
105-
<groupId>org.eclipse.tycho</groupId>
106-
<artifactId>tycho-source-plugin</artifactId>
107-
<version>${tycho.version}</version>
108-
<executions>
109-
<execution>
110-
<phase>package</phase>
111-
<id>feature-source</id>
112-
<goals>
113-
<goal>feature-source</goal>
114-
</goals>
115-
<configuration>
116-
<excludes>
117-
<plugin id="org.eclipse.pde" />
118-
<plugin id="org.eclipse.pde.doc.user" />
119-
</excludes>
120-
</configuration>
121-
</execution>
122-
</executions>
123-
</plugin>
124-
<plugin>
125-
<groupId>org.eclipse.tycho</groupId>
126-
<artifactId>tycho-p2-plugin</artifactId>
127-
<version>${tycho.version}</version>
128-
<executions>
129-
<execution>
130-
<id>attach-p2-metadata</id>
131-
<phase>package</phase>
132-
<goals>
133-
<goal>p2-metadata</goal>
134-
</goals>
135-
</execution>
136-
</executions>
137-
</plugin>
138-
</plugins>
139-
</build>
140-
</profile>
14195
</profiles>
14296
</project>

0 commit comments

Comments
 (0)