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

Commit

Permalink
Only toggle tycho.extensions, keep packaging as eclipse-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mcculls committed May 8, 2022
1 parent 45e847d commit 270efbd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions org.eclipse.sisu.plexus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</parent>

<artifactId>org.eclipse.sisu.plexus</artifactId>
<packaging>${sisu.packaging}</packaging>
<packaging>eclipse-plugin</packaging>

<dependencies>
<!--
Expand Down Expand Up @@ -140,22 +140,20 @@
Disable Tycho extensions so artifact can be consumed by Java 8 builds.
-->
<properties>
<sisu.packaging>jar</sisu.packaging>
<tycho.extensions>false</tycho.extensions>
</properties>
<profiles>
<profile>
<!--
Enable Tycho extensions when building the project artifact.
-->
<id>sisu.packaging</id>
<id>tycho.extensions</id>
<activation>
<file>
<exists>src</exists>
</file>
</activation>
<properties>
<sisu.packaging>eclipse-plugin</sisu.packaging>
<tycho.extensions>true</tycho.extensions>
</properties>
</profile>
Expand Down

0 comments on commit 270efbd

Please sign in to comment.