Skip to content

Commit

Permalink
Update example pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jloisel authored Jun 11, 2019
1 parent 6f169a6 commit 622f484
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,29 @@ Depending on the goal you plan to use, additional parameters may be required.
You should specify the version in your project's plugin configuration:

```xml
<project>
...
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>com.octoperf</groupId>
<artifactId>octoperf-test</artifactId>
<version>1.0.0-SNAPSHOT</version>

<build>
<!-- To use the plugin goals in your POM or parent POM -->
<plugins>
<plugin>
<groupId>com.octoperf</groupId>
<artifactId>octoperf-maven-plugin</artifactId>
<version>2.0.0</version>
<configuration>
<!-- See configuration below -->
...
</configuration>
</plugin>
...
</plugins>
</build>
...

<!-- OctoPerf Maven Repository -->
<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit 622f484

Please sign in to comment.