We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7caca2d commit 6282f0dCopy full SHA for 6282f0d
pom.xml
@@ -66,6 +66,22 @@
66
</configuration>
67
</plugin>
68
</plugins>
69
+ <pluginManagement>
70
+ <plugins>
71
+ <plugin>
72
+ <groupId>org.eclipse.tycho</groupId>
73
+ <artifactId>tycho-packaging-plugin</artifactId>
74
+ <dependencies>
75
+ <dependency>
76
+ <groupId>org.codehaus.plexus</groupId>
77
+ <artifactId>plexus-archiver</artifactId>
78
+ <version>4.10.0</version>
79
+ </dependency>
80
+ </dependencies>
81
+ </plugin>
82
+
83
+ </plugins>
84
+ </pluginManagement>
85
</build>
86
87
<!--
0 commit comments