Browse Source

Merge pull request #14892 from thingsboard/lts-4.2

Merge LTS
pull/14893/head
Viacheslav Klimov 4 months ago
committed by GitHub
parent
commit
53c6411bcb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 11
      pom.xml

11
pom.xml

@ -172,16 +172,6 @@
<activeByDefault>true</activeByDefault>
</activation>
</profile>
<profile>
<id>default-surefire-java-opts</id>
<activation>
<property>
<name>!env.SUREFIRE_JAVA_OPTS</name> </property>
</activation>
<properties>
<env.SUREFIRE_JAVA_OPTS> </env.SUREFIRE_JAVA_OPTS>
</properties>
</profile>
<!-- download sources under target/dependencies -->
<!-- mvn package -Pdownload-dependencies -Dclassifier=sources dependency:copy-dependencies -->
<profile>
@ -676,7 +666,6 @@
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED
-Dqueue.edqs.local.rocksdb_path="target/rocksdb/fork_${surefire.forkNumber}/edqs"
-Dqueue.calculated_fields.rocks_db_path="target/rocksdb/fork_${surefire.forkNumber}/cf"
${env.SUREFIRE_JAVA_OPTS}
</argLine>
</configuration>
</plugin>

Loading…
Cancel
Save