Skip to content

Commit 7a02aa0

Browse files
committed
remove mvn heroku
1 parent 70159ef commit 7a02aa0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -130,21 +130,6 @@
130130
</execution>
131131
</executions>
132132
</plugin>
133-
134-
<plugin>
135-
<groupId>com.heroku.sdk</groupId>
136-
<artifactId>heroku-maven-plugin</artifactId>
137-
<version>1.1.3</version>
138-
<configuration>
139-
<jdkVersion>1.8</jdkVersion>
140-
<appName>profile-summary-for-github</appName>
141-
<processTypes>
142-
<!-- Tell Heroku how to launch your application -->
143-
<web>java -jar -Xmx256M ./target/profile-summary-for-github-jar-with-dependencies.jar</web>
144-
</processTypes>
145-
</configuration>
146-
</plugin>
147-
148133
</plugins>
149134
</build>
150135

0 commit comments

Comments
 (0)