mirror of https://github.com/apache/maven.git
add missing test file
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
40cbcfff05
commit
c456f94dfd
|
@ -0,0 +1,11 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>foo</artifactId>
|
||||
<groupId>foo</groupId>
|
||||
<version>99.44</version>
|
||||
<packaging>bleh</packaging>
|
||||
|
||||
<modules>
|
||||
<module>test-module</module>
|
||||
</modules>
|
||||
</project>
|
Loading…
Reference in New Issue