maven-plugins/license/xdocs/properties.xml
2003-01-24 03:44:26 +00:00

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>