We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ab92f commit fa9067eCopy full SHA for fa9067e
1 file changed
pom.xml
@@ -452,7 +452,6 @@
452
<forkMode>pertest</forkMode>
453
<systemPropertyVariables>
454
<java.util.logging.config.class>org.hps.logging.config.TestLoggingConfig</java.util.logging.config.class>
455
- <org.lcsim.cacheDir>${org.lcsim.cacheDir}</org.lcsim.cacheDir>
456
<hep.aida.IAnalysisFactory>hep.aida.ref.BatchAnalysisFactory</hep.aida.IAnalysisFactory>
457
</systemPropertyVariables>
458
</configuration>
@@ -782,17 +781,6 @@
782
781
</ciManagement>
783
784
<profiles>
785
- <profile>
786
- <id>default-cache-dir</id>
787
- <activation>
788
- <property>
789
- <name>!org.lcsim.cacheDir</name>
790
- </property>
791
- </activation>
792
- <properties>
793
- <org.lcsim.cacheDir>${user.home}</org.lcsim.cacheDir>
794
- </properties>
795
- </profile>
796
<profile>
797
<id>no-plugin</id>
798
<activation>
0 commit comments