Skip to content

Commit

Permalink
Remove unnecessary defaults (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Aug 21, 2023
1 parent c30d37b commit a7b41a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ THE SOFTWARE.
<jenkins.version>2.361</jenkins.version>
<jmh.version>1.37</jmh.version>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>

<!-- may use e.g. 2C for 2 × (number of cores) -->
<forkCount>1</forkCount>

<!-- Normally filled in by "maven-hpi-plugin" with the path to "org-netbeans-insane-hook.jar" extracted from this repository -->
<jenkins.insaneHook>--patch-module=java.base=${project.build.outputDirectory}/netbeans/harness/modules/ext/org-netbeans-insane-hook.jar --add-exports=java.base/org.netbeans.insane.hook=ALL-UNNAMED</jenkins.insaneHook>
</properties>
Expand Down Expand Up @@ -291,7 +287,6 @@ THE SOFTWARE.
<buildDirectory>${project.build.directory}</buildDirectory>
</systemPropertyVariables>
<reuseForks>false</reuseForks>
<forkCount>${forkCount}</forkCount>
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>
Expand Down

0 comments on commit a7b41a2

Please sign in to comment.