mirror of https://github.com/apache/maven.git
9 lines
190 B
XML
9 lines
190 B
XML
|
<project>
|
||
|
<groupId>foo</groupId>
|
||
|
<artifactId>foo</artifactId>
|
||
|
<currentVersion>1.0</currentVersion>
|
||
|
<build>
|
||
|
<sourceDirectory>src/main/java</sourceDirectory>
|
||
|
</build>
|
||
|
</project>
|