jvanzyl 02/03/02 10:43:29
Added: xdocs getting-started.xml
Log:
Start documenting how people can use Maven right now. We're getting close
to being widely usable :-)
Revision Changes Path
1.1 jakarta-turbine-maven/xdocs/getting-started.xml
Index: getting-started.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Getting Started with Maven</title>
<author email="[EMAIL PROTECTED]">Jason van Zyl</author>
</properties>
<body>
<section name="Getting Started with Maven">
<p>
Everything in Maven gravitates around the definition of a project. The
unit of work in Maven is the project, so before you can get started
with Maven is to create your project definition. The easiest way to
do this is to create an XML representation of this definition. You
can take a look at the Maven project descriptor
<a href="/sample-project-definition.html">here</a>.
</p>
<p>
We are working on a tool that will help you create your project
descriptor automatically but if you want to get started right
away with Maven then all you need to do is create your project.xml
file and generate a build system for your project.
<!--
<p>
One of the most important aspect of the project definition is the
accurate listing of the project dependencies.
</p>
-->
</section>
</body>
</document>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>