Skip to content

Commit 7213ba2

Browse files
committed
Let Tycho handle metadata with default
The config for signing only makes it suspect for #1505 .
1 parent 62670df commit 7213ba2

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -277,23 +277,6 @@
277277
</execution>
278278
</executions>
279279
</plugin>
280-
<plugin>
281-
<groupId>org.eclipse.tycho</groupId>
282-
<artifactId>tycho-p2-plugin</artifactId>
283-
<version>${tycho-version}</version>
284-
<executions>
285-
<execution>
286-
<id>p2-metadata</id>
287-
<phase>package</phase>
288-
<goals>
289-
<goal>p2-metadata</goal>
290-
</goals>
291-
</execution>
292-
</executions>
293-
<configuration>
294-
<defaultP2Metadata>false</defaultP2Metadata>
295-
</configuration>
296-
</plugin>
297280
</plugins>
298281
</build>
299282
</profile>

0 commit comments

Comments
 (0)