We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c195df commit bbb10c7Copy full SHA for bbb10c7
pom.xml
@@ -160,29 +160,6 @@
160
<groupId>org.eclipse.tycho</groupId>
161
<artifactId>tycho-p2-director-plugin</artifactId>
162
<version>${tycho-version}</version>
163
- <executions>
164
- <execution>
165
- <id>materialize-products</id>
166
- <goals>
167
- <goal>materialize-products</goal>
168
- </goals>
169
- <phase>package</phase>
170
- </execution>
171
172
- <id>archive-products</id>
173
174
- <goal>archive-products</goal>
175
176
- <phase>verify</phase>
177
- <configuration>
178
- <formats>
179
- <linux>tar.gz</linux>
180
- <macosx>tar.gz</macosx>
181
- <win32>tar.gz</win32>
182
- </formats>
183
- </configuration>
184
185
- </executions>
186
</plugin>
187
<plugin>
188
0 commit comments