Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 270efbd

Browse files
committed
Only toggle tycho.extensions, keep packaging as eclipse-plugin
1 parent 45e847d commit 270efbd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

org.eclipse.sisu.plexus/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</parent>
2222

2323
<artifactId>org.eclipse.sisu.plexus</artifactId>
24-
<packaging>${sisu.packaging}</packaging>
24+
<packaging>eclipse-plugin</packaging>
2525

2626
<dependencies>
2727
<!--
@@ -140,22 +140,20 @@
140140
Disable Tycho extensions so artifact can be consumed by Java 8 builds.
141141
-->
142142
<properties>
143-
<sisu.packaging>jar</sisu.packaging>
144143
<tycho.extensions>false</tycho.extensions>
145144
</properties>
146145
<profiles>
147146
<profile>
148147
<!--
149148
Enable Tycho extensions when building the project artifact.
150149
-->
151-
<id>sisu.packaging</id>
150+
<id>tycho.extensions</id>
152151
<activation>
153152
<file>
154153
<exists>src</exists>
155154
</file>
156155
</activation>
157156
<properties>
158-
<sisu.packaging>eclipse-plugin</sisu.packaging>
159157
<tycho.extensions>true</tycho.extensions>
160158
</properties>
161159
</profile>

0 commit comments

Comments
 (0)