Skip to content

Commit 2b5a6c1

Browse files
authored
Build opt (eugenp#2593)
* Build optimization * Build optimization
1 parent f01d1e2 commit 2b5a6c1

1 file changed

Lines changed: 24 additions & 23 deletions

File tree

core-java/pom.xml

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -373,30 +373,7 @@
373373
</configuration>
374374
</plugin>
375375

376-
<plugin>
377-
<groupId>org.codehaus.mojo</groupId>
378-
<artifactId>exec-maven-plugin</artifactId>
379376

380-
<executions>
381-
<execution>
382-
<id>run-benchmarks</id>
383-
<phase>integration-test</phase>
384-
<goals>
385-
<goal>exec</goal>
386-
</goals>
387-
<configuration>
388-
<classpathScope>test</classpathScope>
389-
<executable>java</executable>
390-
<arguments>
391-
<argument>-classpath</argument>
392-
<classpath/>
393-
<argument>org.openjdk.jmh.Main</argument>
394-
<argument>.*</argument>
395-
</arguments>
396-
</configuration>
397-
</execution>
398-
</executions>
399-
</plugin>
400377
</plugins>
401378

402379
</build>
@@ -431,6 +408,30 @@
431408
</systemPropertyVariables>
432409
</configuration>
433410
</plugin>
411+
<plugin>
412+
<groupId>org.codehaus.mojo</groupId>
413+
<artifactId>exec-maven-plugin</artifactId>
414+
415+
<executions>
416+
<execution>
417+
<id>run-benchmarks</id>
418+
<phase>integration-test</phase>
419+
<goals>
420+
<goal>exec</goal>
421+
</goals>
422+
<configuration>
423+
<classpathScope>test</classpathScope>
424+
<executable>java</executable>
425+
<arguments>
426+
<argument>-classpath</argument>
427+
<classpath/>
428+
<argument>org.openjdk.jmh.Main</argument>
429+
<argument>.*</argument>
430+
</arguments>
431+
</configuration>
432+
</execution>
433+
</executions>
434+
</plugin>
434435
</plugins>
435436
</build>
436437
</profile>

0 commit comments

Comments
 (0)