Skip to content

Commit

Permalink
Let Tycho handle metadata with default
Browse files Browse the repository at this point in the history
The config for signing only makes it suspect for
eclipse-wildwebdeveloper#1505
.
  • Loading branch information
akurtakov committed Apr 23, 2024
1 parent 62670df commit 57be0fa
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,23 +277,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>p2-metadata</id>
<phase>package</phase>
<goals>
<goal>p2-metadata</goal>
</goals>
</execution>
</executions>
<configuration>
<defaultP2Metadata>false</defaultP2Metadata>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 57be0fa

Please sign in to comment.