Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

alexrzem/ping-federate-jar-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping Federate Plugin Plugin

Maven Plugin to create a Ping Federate plugin Jar

Usage

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>

About

Maven Plugin to create a Ping Federate plugin Jar

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages