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 408
408
<ignoredUnusedDeclaredDependencies >
409
409
<ignoredUnusedDeclaredDependency >org.apache.maven.plugins:maven-surefire-plugin</ignoredUnusedDeclaredDependency >
410
410
</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 >
411
419
</configuration >
412
420
</execution >
413
421
<execution >
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ source setenv.sh
4
4
5
5
function setupHeroku() {
6
6
heroku login
7
- heroku ps
7
+ heroku ps -a simpleworklist
8
8
}
9
9
10
10
function runHerokuLocal() {
11
- heroku ps
11
+ heroku ps -a simpleworklist
12
12
./mvnw clean install
13
13
heroku local web
14
14
heroku open
@@ -19,7 +19,7 @@ function runDev() {
19
19
}
20
20
21
21
function runGithubTestBuild() {
22
-
22
+ ./mvnw -B package --file pom.xml
23
23
}
24
24
25
25
function main() {
You can’t perform that action at this time.
0 commit comments