Skip to content

Commit 0870681

Browse files
committed
Revert tycho-packaging-plugin config in help.base
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.
1 parent e2f91dc commit 0870681

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ua/org.eclipse.help.base/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,15 @@
2323
<properties>
2424
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
2525
</properties>
26+
<build>
27+
<plugins>
28+
<plugin>
29+
<groupId>org.eclipse.tycho</groupId>
30+
<artifactId>tycho-packaging-plugin</artifactId>
31+
<configuration>
32+
<format>'v${buildTimestamp}'</format>
33+
</configuration>
34+
</plugin>
35+
</plugins>
36+
</build>
2637
</project>

0 commit comments

Comments
 (0)