Skip to content

Commit

Permalink
Do not disable the default metadata generation
Browse files Browse the repository at this point in the history
Currently the eclipse-sign goal disables the default meta data
generation of a project (as it needs to update the metadata afterwards)
but this seem to fail under some circumstances with quite obscure
errors.

This removes the disabling of the default-metadata what might be a tiny
little slower but seem not to cause any issues in reward.
  • Loading branch information
laeubi committed Feb 5, 2024
1 parent 0f3dd5d commit 46bb843
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eclipse-platform-parent/pom.xml
Expand Up @@ -868,9 +868,6 @@
<phase>verify</phase>
</execution>
</executions>
<configuration>
<defaultP2Metadata>false</defaultP2Metadata>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 46bb843

Please sign in to comment.