Skip to content

Commit 108ec90

Browse files
committed
setup for heroku
1 parent c8eccc4 commit 108ec90

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,10 +522,18 @@
522522
<groupId>org.apache.maven.plugins</groupId>
523523
<artifactId>maven-dependency-plugin</artifactId>
524524
<executions>
525+
<execution>
526+
<phase>package</phase>
527+
<goals</goals>
528+
<configuration>
529+
530+
</configuration>
531+
</execution>
525532
<execution>
526533
<id>unpack-dependencies</id>
527534
<phase>package</phase>
528535
<goals>
536+
<goal>copy</goal>
529537
<goal>analyze-only</goal>
530538
<goal>analyze-report</goal>
531539
<goal>build-classpath</goal>
@@ -549,6 +557,14 @@
549557
<ignoredUnusedDeclaredDependencies>
550558
<ignoredUnusedDeclaredDependency>org.apache.maven.plugins:maven-surefire-plugin</ignoredUnusedDeclaredDependency>
551559
</ignoredUnusedDeclaredDependencies>
560+
<artifactItems>
561+
<artifactItem>
562+
<groupId>com.github.jsimone</groupId>
563+
<artifactId>webapp-runner</artifactId>
564+
<version>9.0.19.0</version>
565+
<destFileName>webapp-runner.jar</destFileName>
566+
</artifactItem>
567+
</artifactItems>
552568
</configuration>
553569
</execution>
554570
</executions>

0 commit comments

Comments
 (0)