File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments