Skip to content

Commit 6fd2651

Browse files
author
Ian Craggs
committed
Add source and doc Tycho plugins
1 parent 4dedf6e commit 6fd2651

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,16 @@
118118
<artifactId>target-platform-configuration</artifactId>
119119
<version>${tycho.version}</version>
120120
</plugin>
121+
<plugin>
122+
<groupId>org.eclipse.tycho</groupId>
123+
<artifactId>tycho-source-plugin</artifactId>
124+
<version>${tycho.version}</version>
125+
</plugin>
126+
<plugin>
127+
<groupId>org.eclipse.tycho.extras</groupId>
128+
<artifactId>tycho-document-bundle-plugin</artifactId>
129+
<version>${tycho.version}</version>
130+
</plugin>
121131
<plugin>
122132
<groupId>org.eclipse.cbi.maven.plugins</groupId>
123133
<artifactId>eclipse-jarsigner-plugin</artifactId>
@@ -136,7 +146,22 @@
136146
</plugin>
137147
</plugins>
138148
</pluginManagement>
149+
<plugins>
150+
<plugin>
151+
<groupId>org.eclipse.tycho</groupId>
152+
<artifactId>tycho-source-plugin</artifactId>
153+
<executions>
154+
<execution>
155+
<id>plugin-source</id>
156+
<goals>
157+
<goal>plugin-source</goal>
158+
</goals>
159+
</execution>
160+
</executions>
161+
</plugin>
162+
</plugins>
139163
</build>
164+
140165
<profiles>
141166
<profile>
142167
<id>eclipse-sign</id>

0 commit comments

Comments
 (0)