Skip to content

Commit

Permalink
fix deployment for eclipse plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec committed Jul 15, 2021
1 parent 8fbbd3c commit f13f60e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,4 @@ doRunCommand "mvn deploy -f cobigen-cli --projects !cli-systemtest -P!p2-build $
# need to exclude cobigen-maven-systemtest as of https://issues.sonatype.org/browse/NEXUS-19853 for deployment only!
doRunCommand "mvn deploy -f cobigen-maven --projects !cobigen-maven-systemtest -P!p2-build $ENABLED_TEST $DEBUG $BATCH_MODE $DEPLOY_SIGN"
doRunCommand "mvn deploy -f cobigen-templates -P!p2-build $ENABLED_TEST $DEBUG $BATCH_MODE $DEPLOY_SIGN"
doRunCommand "mvn install -f cobigen-eclipse $ENABLED_TEST $DEBUG $BATCH_MODE"
doRunCommand "mvn deploy -f cobigen-eclipse -DskipTests $DEBUG $BATCH_MODE -Dupdatesite.repository=$DEPLOY_UPDATESITE --projects cobigen-eclipse-updatesite"
doRunCommand "mvn deploy -f cobigen-eclipse -DskipTests $ENABLED_TEST $DEBUG $BATCH_MODE -Dupdatesite.repository=$DEPLOY_UPDATESITE --projects cobigen-eclipse-updatesite"

0 comments on commit f13f60e

Please sign in to comment.