Skip to content

Commit 6282f0d

Browse files
committed
Temporarily use tycho-packaging-plugin with plexus-archiver 4.10.0
1 parent 7caca2d commit 6282f0d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,22 @@
6666
</configuration>
6767
</plugin>
6868
</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>
6985
</build>
7086

7187
<!--

0 commit comments

Comments
 (0)