File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 408408 <ignoredUnusedDeclaredDependencies >
409409 <ignoredUnusedDeclaredDependency >org.apache.maven.plugins:maven-surefire-plugin</ignoredUnusedDeclaredDependency >
410410 </ignoredUnusedDeclaredDependencies >
411+ <artifactItems >
412+ <artifactItem >
413+ <groupId >com.github.jsimone</groupId >
414+ <artifactId >webapp-runner</artifactId >
415+ <version >9.0.19.0</version >
416+ <destFileName >webapp-runner.jar</destFileName >
417+ </artifactItem >
418+ </artifactItems >
411419 </configuration >
412420 </execution >
413421 <execution >
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ source setenv.sh
44
55function setupHeroku() {
66 heroku login
7- heroku ps
7+ heroku ps -a simpleworklist
88}
99
1010function runHerokuLocal() {
11- heroku ps
11+ heroku ps -a simpleworklist
1212 ./mvnw clean install
1313 heroku local web
1414 heroku open
@@ -19,7 +19,7 @@ function runDev() {
1919}
2020
2121function runGithubTestBuild() {
22-
22+ ./mvnw -B package --file pom.xml
2323}
2424
2525function main() {
You can’t perform that action at this time.
0 commit comments