Index: xdocs/navigation-pdf.xml =================================================================== RCS file: /home/cvspublic/maven/xdocs/navigation-pdf.xml,v retrieving revision 1.8 diff -u -r1.8 navigation-pdf.xml --- xdocs/navigation-pdf.xml 23 Jul 2004 04:52:09 -0000 1.8 +++ xdocs/navigation-pdf.xml 23 Jul 2004 17:05:39 -0000 @@ -51,7 +51,7 @@ - + Index: xdocs/navigation.xml =================================================================== RCS file: /home/cvspublic/maven/xdocs/navigation.xml,v retrieving revision 1.44 diff -u -r1.44 navigation.xml --- xdocs/navigation.xml 23 Jul 2004 04:52:09 -0000 1.44 +++ xdocs/navigation.xml 23 Jul 2004 17:05:09 -0000 @@ -63,7 +63,7 @@ - + @@ -84,7 +84,6 @@ - Index: xdocs/ant-guide/qna/antfarming.xml =================================================================== RCS file: /home/cvspublic/maven/xdocs/ant-guide/qna/antfarming.xml,v retrieving revision 1.2 diff -u -r1.2 antfarming.xml --- xdocs/ant-guide/qna/antfarming.xml 23 Jul 2004 04:40:07 -0000 1.2 +++ xdocs/ant-guide/qna/antfarming.xml 23 Jul 2004 17:01:52 -0000 @@ -33,7 +33,7 @@

To do anything with Maven, you will still need to set up a - project.xml file with the information you need to do + project.xml file with the information you need to do the Maven tasks you are using.

@@ -58,7 +58,7 @@ - + Index: xdocs/ant-guide/qna/help.xml =================================================================== RCS file: /home/cvspublic/maven/xdocs/ant-guide/qna/help.xml,v retrieving revision 1.2 diff -u -r1.2 help.xml --- xdocs/ant-guide/qna/help.xml 23 Jul 2004 04:40:07 -0000 1.2 +++ xdocs/ant-guide/qna/help.xml 23 Jul 2004 17:51:03 -0000 @@ -34,17 +34,17 @@

If you were using Ant, you'd probably run ant -projecthelp, and if that didn't help, - just run "ant" and hope the defualt goal is what you wanted. + just run "ant" and hope the default target is what you wanted. A build.properties.sample file may have been provided so you'd copy that and edit it to see if that helped. Then you'd fix individual problems as they came up. - If everything goes wrong and you can't find the right goal or what property it's expecting, you dig into + If everything goes wrong and you can't find the right target or what property it's expecting, you dig into build.xml and look at what it is attempting.

The process for Maven should be simpler unless the project is being really unhelpful.

- +

If there is no maven.xml file, then you know the build hasn't been customised so you can rely on a few things working. @@ -57,11 +57,11 @@

You shouldn't expect to have to define any properties outside what the project has provided and you have - already defined to get Maven running, as only the standard Mavne plugin properties are being used, and you + already defined to get Maven running, as only the standard Maven plugin properties are being used, and you know how they behave.

- +

If there is a maven.xml file, then the build has been customised. You can still rely on the above goals doing what they advertise, but they might not be the recommended way of building that Index: xdocs/ant-guide/qna/hooks.xml =================================================================== RCS file: /home/cvspublic/maven/xdocs/ant-guide/qna/hooks.xml,v retrieving revision 1.2 diff -u -r1.2 hooks.xml --- xdocs/ant-guide/qna/hooks.xml 23 Jul 2004 04:40:07 -0000 1.2 +++ xdocs/ant-guide/qna/hooks.xml 23 Jul 2004 17:02:30 -0000 @@ -41,7 +41,8 @@ So, here is a sample maven.xml file that demonstrates how this would be achieved:

- + + @@ -52,7 +53,8 @@ - + + ... ]]> Index: xdocs/ant-guide/qna/speed.xml =================================================================== RCS file: /home/cvspublic/maven/xdocs/ant-guide/qna/speed.xml,v retrieving revision 1.3 diff -u -r1.3 speed.xml --- xdocs/ant-guide/qna/speed.xml 23 Jul 2004 04:40:07 -0000 1.3 +++ xdocs/ant-guide/qna/speed.xml 23 Jul 2004 17:02:36 -0000 @@ -44,7 +44,7 @@

Part of the misconception comes from claims that building the site or building 30 projects takes a lot of CPU and memory. Well, this would happen in Ant too if it were attempted! - This area is also a focus for future development so generating these types of parts of the build + This area is also a focus for future development so that generating these parts of the build are much faster.

Index: xdocs/reference/user-guide.xml =================================================================== RCS file: /home/cvspublic/maven/xdocs/reference/user-guide.xml,v retrieving revision 1.70 diff -u -r1.70 user-guide.xml --- xdocs/reference/user-guide.xml 23 Jul 2004 04:52:09 -0000 1.70 +++ xdocs/reference/user-guide.xml 23 Jul 2004 09:46:15 -0000 @@ -168,9 +168,9 @@ 3 - maven maven Maven + maven 1.0-b5-dev Apache Software Foundation @@ -201,9 +201,9 @@ parent-project.xml - super-extendo super-extendo Super Extendo + super-extendo @@ -234,9 +234,9 @@ 3 - commons commons-master Commons Master Maven POM + commons Apache Software Foundation @@ -269,9 +269,10 @@ - commons-betwixt + master-project.xml commons-betwixt Betwixt + commons-betwixt ... ]]> Index: xdocs/reference/developers/releasing-plugins.xml =================================================================== RCS file: /home/cvspublic/maven/xdocs/reference/developers/releasing-plugins.xml,v retrieving revision 1.8 diff -u -r1.8 releasing-plugins.xml --- xdocs/reference/developers/releasing-plugins.xml 23 Jul 2004 04:40:08 -0000 1.8 +++ xdocs/reference/developers/releasing-plugins.xml 23 Jul 2004 17:02:42 -0000 @@ -74,7 +74,7 @@
  • - Go the JIRA administration page + Go to the JIRA administration page for the Maven plugin you have just released (Note that you need to be a JIRA administrator for this project) and release the version. Also make sure to add a new version for the following development version. This is required so that issue creators/plugin developers can assign a "fix for" version @@ -107,7 +107,6 @@ These versions can go beyond 10: eg 1.13. A third version increment is optional and signifies minor updates. These may also be deployed as snapshots or users may just be asked to build out of CVS to acquire these fixes. - eg. 1.0.1 - use less whitespace in output HTML.

  • @@ -119,7 +118,7 @@

  • -

    Q: Why would I want to given all the pain it will take?

    +

    Q: Why would I want to, given all the pain it will take?

    A: Several possible answers... :-) Pick yours:

    1. Because, making a release is honorific and you'll be thanked for it!