git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113938 13f79535-47bb-0310-9956-ffa450edef68
17 lines
422 B
XML
17 lines
422 B
XML
<?xml version="1.0"?>
|
|
<project>
|
|
<id>native-helloworld</id>
|
|
<name>Native Hello World</name>
|
|
<currentVersion>1.0</currentVersion>
|
|
|
|
<package>org.apache.maven.natives.sample.helloworld</package>
|
|
|
|
<!-- Gump integration -->
|
|
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
|
<build>
|
|
<sourceDirectory>src/java</sourceDirectory>
|
|
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
|
|
</build>
|
|
</project>
|
|
|