Skip to content

Commit de17840

Browse files
committed
Pick up exec-maven-plugin version from parent POM
1 parent 1c50286 commit de17840

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

commons-rng-examples/examples-jmh/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@
163163
<plugin>
164164
<groupId>org.codehaus.mojo</groupId>
165165
<artifactId>exec-maven-plugin</artifactId>
166-
<version>${rng.exec.version}</version>
167166
<executions>
168167
<execution>
169168
<id>benchmark</id>
@@ -196,7 +195,7 @@
196195
<!-- Build an executable jar that runs JMH:
197196
mvn package -Pexamples-jmh
198197
199-
java -jar target/examples-jmh.jar -h
198+
ava -jar target/examples-jmh.jar -hj
200199
java -jar target/examples-jmh.jar NextDoubleGenerationPerformance -rf json -rff out.json
201200
java -jar target/examples-jmh.jar NextIntGen.*nextInt$ -p randomSourceName=MSWS,PCG_MCG_XSH_RS_32
202201
java -jar target/examples-jmh.jar ContinuousSamplersPerformance.sample -p samplerType=BoxMullerNormalizedGaussianSampler

commons-rng-examples/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<commons.module.name>org.apache.commons.rng.examples</commons.module.name>
4747

4848
<rng.picocli.version>4.7.6</rng.picocli.version>
49-
<rng.exec.version>3.5.0</rng.exec.version>
5049
<rng.shade.version>3.6.0</rng.shade.version>
5150

5251
<!-- Disable JApiCmp failures (but keep the report). The examples API is allowed to change. -->
@@ -81,15 +80,6 @@
8180
</dependencyManagement>
8281

8382
<build>
84-
<pluginManagement>
85-
<plugins>
86-
<plugin>
87-
<groupId>org.codehaus.mojo</groupId>
88-
<artifactId>exec-maven-plugin</artifactId>
89-
<version>${rng.exec.version}</version>
90-
</plugin>
91-
</plugins>
92-
</pluginManagement>
9383
<plugins>
9484
<plugin>
9585
<artifactId>maven-pmd-plugin</artifactId>

0 commit comments

Comments
 (0)