Add documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114135 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-09-30 23:39:00 +00:00
parent 7e84c74111
commit aba19dd7ae
2 changed files with 22 additions and 0 deletions

1
project.properties Normal file
View File

@ -0,0 +1 @@
maven.html2xdoc.enabled=true

21
xdocs/index.html Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>About Maven-Plugins</title>
<!--
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="this is my page">
<link rel="stylesheet" type="text/css" href="./styles.css">
-->
</head>
<body>
<h1>Overview</h1>
<p>
This project is a container for non-core Maven plugins.
</p>
</body>
</html>