Skip to content

Commit

Permalink
chore: Additional cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
  • Loading branch information
MMaiero committed Sep 18, 2024
1 parent 62daf02 commit e4b8dd6
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions kura/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,48 +185,6 @@
</distributionManagement>

<profiles>
<profile>
<id>java8</id>
<activation>
<jdk>1.8</jdk>
</activation>
<properties>
<osgi-dp-plugin-version>0.3.0</osgi-dp-plugin-version>
<tycho-version>1.7.0</tycho-version>

<tycho.surefire.testenv.args>
-DbuildingWithTycho=true -Dosgi.locking=none
-Dds.showtrace=true
-Djava.io.tmpdir=/tmp
-Dorg.osgi.framework.storage=/tmp/osgi/framework_storage
-Dosgi.clean=true
-Dkura.home=${project.basedir}/target/kura
-Dkura.plugins=${project.basedir}/target/kura/plugins
-Dkura.packages=${project.basedir}/target/kura/data/packages
-Dkura.data=${project.basedir}/target/kura
-Dkura.tmp=${project.basedir}/target/kura/tmp
-Dkura.snapshots=${project.basedir}/target/kura/user/snapshots
-Dkura.configuration=file:${kura.basedir}/emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties
-Dlog4j.configurationFile=file:${kura.basedir}/emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml
-Dorg.eclipse.kura.mode=emulator
-Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer
-Ddpa.configuration=/tmp/kura/dpa.properties
-Dosgi.console=5002
</tycho.surefire.testenv.args>
</properties>
<!--
TODO: the features module need a fix on the osgi-dp plugin for
working with Tycho 3.
org.eclipse.kura-p2 is working only with Java 8, we do not
know what this module does.
-->
<modules>
<module>org.eclipse.kura.wire.script.filter.provider</module>
<module>features</module>
<module>org.eclipse.kura-p2</module>
</modules>
</profile>
<profile>
<id>java17</id>
<activation>
Expand Down

0 comments on commit e4b8dd6

Please sign in to comment.