Quick update, i was able to confirm that the path doxia uses is relative to
the current working directory...i.e. the directory you call maven from. So
the above scenario doesn't appear possible currently. via [1], doxia uses
some kind of request base directory setting which is getting the cwd.
I a
Ok strange problem, using maven site 3.12.0 (also tried 3.6.0)
Project layout is like this
/pom.xml <- root project
/src/site/testfile/file1.json <- the snippet i want
/project1 <- pom project only
/project1/warmodule/pom.xml <- the project i'm generating a site for
/project1/warmodule/src/site.x
Sorry. That was confusing. I had sent the message with the subject
'multi module issues'.
It should've been
"Re: Multi-module wars"
Kevin Galligan wrote:
Just wanted to comment quick on the message from Vincent (I just saw
this message for the first time...). I aban
> -Original Message-
> From: Richard Allen [mailto:[EMAIL PROTECTED]
> Sent: mercredi 30 novembre 2005 14:01
> To: Maven Users List
> Subject: Re: Multi-module wars
[snip]
> However, I would like to see the maven-war-plugin support the web.xml
> merge fun
Actually, I just noticed that support for merging dependent WARs with a
WAR project has been added to the latest version of the maven-war-plugin
(see http://jira.codehaus.org/browse/MNG-1507). You will have to check
Maven 2 (or at least the maven-war-plugin) out from Subversion and build
it you
A solution may be to put your common WAR code in a separate project,
have your other WAR projects call out the common war project as a
dependency, and then use the maven-war-plugin hack posted by Kevin
Galligan (see
http://www.nabble.com/-M2-war-project-using-war-type-dependencies-t473430.html#
Hi,
I am trying to create an application that is made up of a number of war files
that are almost identical.
Each war differs only by resource descriptors (web.xml, etc) and a few images.
Can I do this using a multi-module project as shown below:
Project (pom.xml)
|
|---ear module (pom.xml)
|