Skip to content

Commit

Permalink
alias to deploy with java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Johnston committed Jan 3, 2017
1 parent a4dbb1a commit b9b4a86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ alias tailTomcat='sudo tail -f /opt/tomcat7/logs/catalina.out'
alias readTomcat='sudo less /opt/tomcat7/logs/catalina.out'

alias deployPlatform='stopTomcat && gotoPlatform && checkMvnConfig && java_7 && migratePlatform && cleanPlatform && buildPlatform && removePlatform && copyPlatform && startTomcat'
alias deployPlatform8='stopTomcat && gotoPlatform && checkMvnConfig && java_8 && migratePlatform && cleanPlatform && buildPlatform && removePlatform && copyPlatform && startTomcat'
alias deployPlatformNoDB='stopTomcat && buildPlatform && removePlatform && copyPlatform && startTomcat'
alias deployPlatformOffline='stopTomcatNoJpda && buildPlatformOffline && removePlatform && copyPlatform && startTomcatNoJpda'
alias deployPlatformFromScratch='stopTomcat && gotoPlatform && checkMvnConfig && rmM2Repo && java_7 && migratePlatform && cleanPlatform && buildPlatform && removePlatform && copyPlatform && startTomcat'
Expand Down

0 comments on commit b9b4a86

Please sign in to comment.