We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af9f0b commit fc1db3aCopy full SHA for fc1db3a
1 file changed
pom.xml
@@ -5,7 +5,10 @@
5
<groupId>works.buddy.samples</groupId>
6
<artifactId>works-with-heroku</artifactId>
7
<version>1.0</version>
8
- <packaging>war</packaging>
+
9
+ <!-- demo for github webhook -->
10
11
+ <packaging>war</packaging>
12
<properties>
13
<maven.compiler.source>1.6</maven.compiler.source>
14
<maven.compiler.target>1.6</maven.compiler.target>
0 commit comments