Skip to content

Instantly share code, notes, and snippets.

@mefarazath
Forked from pulasthi7/commands
Last active October 17, 2017 07:14
Show Gist options
  • Save mefarazath/14a001af1e843775f70687f966ebca1c to your computer and use it in GitHub Desktop.
Save mefarazath/14a001af1e843775f70687f966ebca1c to your computer and use it in GitHub Desktop.
maven
// 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