File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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 >
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>
15641570 <goal>tree</goal>
15651571 </goals>
15661572 </execution>
1573+ -->
15671574 <execution >
15681575 <id >report</id >
15691576 <phase >site</phase >
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 >
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 >
You can’t perform that action at this time.
0 commit comments