git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
19 lines
410 B
XML
19 lines
410 B
XML
<project xmlns:x="jelly:xml" xmlns:j="jelly:core">
|
|
|
|
<j:whitespace trim="no" xmlns="dummy">
|
|
<document>
|
|
|
|
<properties>
|
|
<title>${pom.name} Properties</title>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="${pom.name} Settings">
|
|
<p>There are no settings to customize this plugin</p>
|
|
</section>
|
|
</body>
|
|
</document>
|
|
</j:whitespace>
|
|
|
|
</project> |