Skip to content

Instantly share code, notes, and snippets.

@pulasthi7
Last active July 4, 2018 16:17
Show Gist options
  • Save pulasthi7/abacb3a84d5f708085b9bceb704eedea to your computer and use it in GitHub Desktop.
Save pulasthi7/abacb3a84d5f708085b9bceb704eedea to your computer and use it in GitHub Desktop.
maven
mvn versions:update-properties -Dincludes=org.wso2.carbon.identity.* -DgenerateBackupPoms=false
mvn versions:update-properties -DgenerateBackupPoms=false -Dincludes=org.wso2.carbon.identity.*,org.wso2.carbon.extension.identity.*,org.wso2.charon,org.apache.rampart.wso2,org.apache.ws.security.wso2,org.wso2.carbon.consent.*,org.wso2.carbon.database.utils -U
//Run in release profile with signing disabled
mvn clean install -P wso2-release -Dgpg.skip
mvn versions:set -DnewVersion=1.0.8-SNAPSHOT
@omindu
Copy link

omindu commented Jun 19, 2018

Add org.wso2.carbon.database.utils package to the list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment