Skip to content

Commit 948e6dd

Browse files
committed
work
1 parent 29bc4ff commit 948e6dd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,11 @@
13221322
<artifactId>maven-failsafe-plugin</artifactId>
13231323
<version>${maven-failsafe-plugin.version}</version>
13241324
</plugin>
1325+
<plugin>
1326+
<groupId>com.heroku.sdk</groupId>
1327+
<artifactId>heroku-maven-plugin</artifactId>
1328+
<version>3.0.3</version>
1329+
</plugin>
13251330
</plugins>
13261331
</pluginManagement>
13271332
<plugins>
@@ -1457,6 +1462,7 @@
14571462
<groupId>org.apache.maven.plugins</groupId>
14581463
<artifactId>maven-dependency-plugin</artifactId>
14591464
<executions>
1465+
<!--
14601466
<execution>
14611467
<id>unpack-dependency-classes-install</id>
14621468
<phase>pre-site</phase>
@@ -1564,6 +1570,7 @@
15641570
<goal>tree</goal>
15651571
</goals>
15661572
</execution>
1573+
-->
15671574
<execution>
15681575
<id>report</id>
15691576
<phase>site</phase>
@@ -1611,6 +1618,14 @@
16111618
-->
16121619
</configuration>
16131620
</execution>
1621+
<execution>
1622+
<id>copy-dependencies</id>
1623+
<phase>package</phase>
1624+
<goals><goal>copy-dependencies</goal></goals>
1625+
<configuration>
1626+
<includeScope>compile</includeScope>
1627+
</configuration>
1628+
</execution>
16141629
</executions>
16151630
</plugin>
16161631
<plugin>
@@ -1716,6 +1731,10 @@
17161731
</systemPropertyVariables>
17171732
</configuration>
17181733
</plugin>
1734+
<plugin>
1735+
<groupId>com.heroku.sdk</groupId>
1736+
<artifactId>heroku-maven-plugin</artifactId>
1737+
</plugin>
17191738
<plugin>
17201739
<groupId>org.asciidoctor</groupId>
17211740
<artifactId>asciidoctor-maven-plugin</artifactId>

0 commit comments

Comments
 (0)