Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrzem committed Nov 20, 2020
1 parent eeed32f commit c493938
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ Maven Plugin to create a Ping Federate plugin Jar

Add the following plugin into your Maven `pom.xml` file:
```
<build>
<plugins>
<plugin>
<groupId>io.rzem.maven.plugin.ping</groupId>
<artifactId>ping-federate-jar-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<goals>
<goal>ping-federate-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<build>
<plugins>
<plugin>
<groupId>io.rzem.maven.plugin.ping</groupId>
<artifactId>ping-federate-jar-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<goals>
<goal>ping-federate-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
```

0 comments on commit c493938

Please sign in to comment.