Skip to content

Commit

Permalink
Revert tycho-packaging-plugin config in help.base
Browse files Browse the repository at this point in the history
It looks unneeded but might be what causes about.mappings comparator
issues. Weirdly enough this is not handled by tycho but instead is
manual maven-resources-plugin call in eclipse-platform-parent.
  • Loading branch information
akurtakov committed Sep 7, 2024
1 parent e2f91dc commit 0870681
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ua/org.eclipse.help.base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,15 @@
<properties>
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<configuration>
<format>'v${buildTimestamp}'</format>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 0870681

Please sign in to comment.