Brett Porter wrote on Thursday, December 04, 2003 11:08 PM:
> IS everything in ../maven-plugins?
No, it is not. I only had the three plugins below checked out for further examination
and development.
> Is there a
> build.properties file overriding some property?
>
> You are only attempting to build with these plugins:
> [exec] Maven Eclipse Plug-in
> [exec] Maven Genapp Plugin
> [exec] Maven JBuilder Plug-in
> [exec] Maven WAR Plugin
>
> Looks like moving the bootstrap-required plugins out of the
> core was not such a great idea...
I agreed with Jason, that it does not matter. But the docs on the web for building
Maven state that I need the *maven* module only to build it. If the documentation is
fixed, newbies like me will not bother you with things you take for granted :)
A small patch:
$ cvs diff -u
cvs server: Diffing .
Index: bootstrap.xml
===================================================================
RCS file: /home/cvspublic/maven/xdocs/start/bootstrap.xml,v
retrieving revision 1.13
diff -u -r1.13 bootstrap.xml
--- bootstrap.xml 18 Oct 2003 00:29:14 -0000 1.13
+++ bootstrap.xml 5 Dec 2003 08:40:45 -0000
@@ -54,8 +54,8 @@
<subsection name="Bootstrapping Maven">
<p>
Before you can begin the process, you'll need to download the
- source from the <code>maven</code> CVS
- repository. If you are not familiar with the CVS
+ source from the <code>maven</code> and <code>maven-plugin</code>
+ CVS repository. If you are not familiar with the CVS
repositories, please see the <a
href="http://maven.apache.org/cvs-usage.html">documentation</a>.
</p>
Anyway, thanks to you and Jason for help.
BTW: I've checked-out the maven-plugins from HEAD, while maven is checked-out from the
branch. This was my impression of the right way after following the discussion of the
list.
Regards,
J�rg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]