git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
26 lines
789 B
XML
26 lines
789 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>License Plugin Properties</title>
|
|
<author email="mmay@javafreedom.org">Markus M. May</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="License Properties">
|
|
<table>
|
|
<tr>
|
|
<td>maven.license.licenseFile</td>
|
|
<td>No</td>
|
|
<td>
|
|
Specifies the name (and possibly location) of the License File to transform. Defaults to
|
|
the LICENSE.txt file, which is standard for MAVEN projects. You can define another file,
|
|
so that you can use a short LICENSE.txt file, which is used in your source code and also
|
|
another file with the full license.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</section>
|
|
</body>
|
|
</document>
|