File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments