git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113198 13f79535-47bb-0310-9956-ffa450edef68
16 lines
368 B
XML
16 lines
368 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Maven Native Plug-in Goals</title>
|
|
<author email="apache@kav.dk">Kasper Nielsen</author>
|
|
</properties>
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>native:jniheader</name>
|
|
<description>Generates JNI header files</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document> |