Skip to content

Commit 1179cdf

Browse files
committed
Added fake pom
1 parent d6dd016 commit 1179cdf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<project>
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>dummy</groupId>
4+
<artifactId>dummy</artifactId>
5+
<version>1.0</version>
6+
<packaging>pom</packaging>
7+
<build>
8+
<defaultGoal>verify</defaultGoal>
9+
</build>
10+
</project>

0 commit comments

Comments
 (0)