-
-
Save mefarazath/14a001af1e843775f70687f966ebca1c to your computer and use it in GitHub Desktop.
maven
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Update Identity Extensions | |
mvn versions:update-properties -Dincludes=org.wso2.carbon.identity.* -DgenerateBackupPoms=false | |
// Update Identity Connectors packed by default | |
mvn versions:update-properties -Dincludes=org.wso2.carbon.extension.identity.* | |
// Run in release profile with signing disabled | |
mvn clean install -P wso2-release -Dgpg.skip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment