On Fri, 18 Mar 2005 15:02:29 +0100, J�rg Schaible
<[EMAIL PROTECTED]> wrote:
> Simon Kitching wrote on Friday, March 18, 2005 1:05 AM:
> 
> [snip]
> 
> > Which maven target are you trying to build?
> > eg "maven jar", "maven dist", "maven site"?
> >
> > Some targets do need commons-build to be present as a
> > "sibling" directory to the one that you are trying to build
> > (commons-validator in this case). These targets are mostly
> > the ones related to building website stuff, as commons-build
> > has the common stylesheets etc. However it is expected that
> > only the project maintainers will need to do these tasks.
> >
> > The target "maven jar" should not need commons-build. This
> > target will create the .jar files needed to *use* validator.
> > And this is the default target.
> 
> This is wrong. Either the POM extends a parent or not. This is not dependent 
> on a target.

This isn't about the POM extending a parent. It doesn't.

> > If you do want to build the related website, commons-build is
> > in the subversion repository along with all the other commons stuff.
> 
> This one has to be present builing with Maven.

No, it doesn't. I just renamed my commons-build directory out of the
way and did 'maven clean jar' and it worked just fine.

The reference to commons-build is inside the postGoal for
'xdoc:copy-resources', which is executed only if you are building the
docs.

--
Martin Cooper


> - J�rg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to