Skip to content

athiththan11/WSO2-Password-Validator-Maven-Archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSO2 Password Validators Maven Archetype

Maven Archetype for WSO2 Password Validators. Use the following maven archetype to generate maven projects to implement WSO2 related custom password validators for WSO2 Identity Servers.

<dependency>
    <groupId>com.athiththan.wso2</groupId>
    <artifactId>wso2-password-validators</artifactId>
    <version>1.0.0</version>
</dependency>

Usage

mvn archetype:generate  -DarchetypeGroupId=com.athiththan.wso2          \
                        -DarchetypeArtifactId=wso2-password-validators  \
                        -DarchetypeVersion=1.0.0                        \
                        -DgroupId=<Group ID>                            \
                        -DartifactId=<Artifact ID>