t; ________
> From: Stephen Connolly [stephen.alan.conno...@gmail.com]
> Sent: Sunday, January 26, 2014 11:37 AM
> To: Maven Users List
> Subject: Re: Renaming site.xml or using different top-level site.xml for
> site plugin
>
> In a multimodu
ions are available? Any ideas?
Thanks,
-Ben
--
Benjamin Damm
Silver Spring Networks
+1-650-839-4201
From: Stephen Connolly [stephen.alan.conno...@gmail.com]
Sent: Sunday, January 26, 2014 11:37 AM
To: Maven Users List
Subject: Re: Renaming site.xml or using differ
In a multimodule project you need to attach the site descriptor of parent
poms to the reactor.
Thus the site descriptor you attach will depend on your profile...
Thus you are in a maven anti-pattern (ie artifacts attached to the reactor
should not depend on the profiles active at the time)
You w
I don't really understand what you want to do
see http://svn.apache.org/viewvc/maven/pom/trunk/maven/ for something quite
similar
In our case, the change to use src/site-docs instead of src/site is done in a
separate site-pom.xml instead of a profile in pom.xml, but it doesn't change
the princi
Hello Mavens,
Is there a way to rename site.xml to something else? I want to use the site
framework to produce two "trees" of sites, each quite distinct from each other
because they are based on two different profiles, and I was hoping, two
different site.xml from the superpom at the top.
In