Re: Multi-module site generation?

2010-01-06 Thread Blimey
- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > > -- View this message in context: http://old.nabble.com/Multi-module-site-generation--tp19466376p27026924.html Sent from the Maven - Users mailing list archive at Na

Re: Examples of multi-module site generation?

2009-07-13 Thread David C. Hicks
Hi Roman, Thanks for the example, but I think I've already got that stuff covered. Here is my sub-module site.xml... Allure Global Solutions http://www.allureglobal.com/

Re: Examples of multi-module site generation?

2009-07-13 Thread Jacob Robertson
Are you seeing this problem after running site:deploy, or are you seeing it inside of target? These links will only hook together properly after a site:deploy.

Re: Examples of multi-module site generation?

2009-07-13 Thread Roman Kournjaev
> Sent: Sunday, July 12, 2009 9:54 PM > To: Maven Users > Subject: Examples of multi-module site generation? > > Can anyone point me to anything that actually works? I've tried every > example I can find via Google (what few there are), and I cannot get the > modules to

RE: Examples of multi-module site generation?

2009-07-13 Thread Mohan KR
Do you have the following element in your child modules site.xml? Thanks, mohan kr -Original Message- From: David C. Hicks [mailto:dhi...@i-hicks.org] Sent: Sunday, July 12, 2009 9:54 PM To: Maven Users Subject: Examples of multi-module site generation? Can anyone point me to

Re: Examples of multi-module site generation?

2009-07-12 Thread Roman Kournjaev
Hi Dave I dont think you are the only person that does not want to know the absolute URL of your pages, I think that absolutely OK. :-) Here is what i have that actually works sometimes and generates a parent link from the child projects. What you will have to do is to point the maven site plugin

Examples of multi-module site generation?

2009-07-12 Thread David C. Hicks
Can anyone point me to anything that actually works? I've tried every example I can find via Google (what few there are), and I cannot get the modules to generate a link back to the parent project. Breadcrumbs don't seem to behave, either. Maybe I'm an oddball and the only person who doesn't kno

Re: Multi-module site generation?

2008-09-12 Thread Dave Newton
--- On Fri, 9/12/08, Dave Newton lied: > Running site-deploy works, as long as I define a file URI > that isn't broken. Which I couldn't. > > Turns out site:deploy works just fine too (once the sites > have been generated, I mean). Spoke too soon; I thought it had worked at one point but now the

Re: Multi-module site generation?

2008-09-12 Thread Dave Newton
--- On Fri, 9/12/08, Wendy Smoak wrote: > http://maven.apache.org/guides/mini/guide-site.html > > (site-deploy is a lifecycle phase, while site:deploy means > to run one specific goal of the site plugin.) Oh. Hrm. Something new every day, and all that. Running site-deploy works, as long as I def

Re: Multi-module site generation?

2008-09-12 Thread Wendy Smoak
On Fri, Sep 12, 2008 at 7:17 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > I've tried site:deploy with the following in the > top-level POM in the hopes it would all get dumped to a directory in the > parent site, but so far no joy; only the parent shows up. Try 'mvn site-deploy' instead, from

Re: Multi-module site generation?

2008-09-12 Thread Dave Newton
--- On Fri, 9/12/08, Wendy Smoak wrote: > What are you trying to do by setting those values? > Preview it locally before deploying it? That was the initial goal, but it's likely the final site will be deployed to a local directory location on the CI machine. I've tried site:deploy with the fol

Re: Multi-module site generation?

2008-09-12 Thread Wendy Smoak
On Fri, Sep 12, 2008 at 5:52 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > Where should I look in TFM/TFW to find a canonical way for a multi-module > project to create a complete website including the modules? > > Right now I've configured each module's site plugin's to > point at "../target/sit

RE: About Multi-module site generation

2008-09-01 Thread Adrian Shum
pom is confifured correctly. See the manve book for more info. Thanks David -- View this message in context: http://www.nabble.com/About-Multi-module-site-generation-tp19217384p1922 2128.html Sent from the Maven - Users mailing list archive at Nabble.com. -

Re: About Multi-module site generation

2008-08-29 Thread David Roussel
. Do I need > some configuration to achieve this? > The built artifact is not put under target/site. If you run 'mvn install' your artifact will be in target, and if you run 'mvn deploy' it will be uploaded to your repo, if your pom is confifured correctly. See the manv

About Multi-module site generation

2008-08-29 Thread Adrian Shum
Dear all, I am trying to use maven site feature for my multi-module project. Here is my project structure myproj/ + myproj-parent/ + myproj-main/ + myproj-web/ + myproj-ear/ There are 5 POMs in total. myproj/pom.xml is a simple POM which only define the 4 sub project as module. myproj

RE: Strange multi-module site generation problem with 2.0.9

2008-04-17 Thread Brian E. Fox
This is a problem with the beta-6 of the site plugin, try beta-5. -Original Message- From: justin_at_work [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 6:39 PM To: users@maven.apache.org Subject: Strange multi-module site generation problem with 2.0.9 I upgraded to Maven

Strange multi-module site generation problem with 2.0.9

2008-04-17 Thread justin_at_work
27;t there, nor is the link to the parent. I rolled back to 2.0.8 and could not reproduce the issue. I have the site plugin configured in my POM to version 2.0-beta-6, so that should be a constant. Any ideas? Thanks, Justin -- View this message in context: http://www.nabble.com/Strange-multi-m

maven-site-plugin: multi-module site generation

2007-02-08 Thread Jo Vandermeeren
Good afternoon, How can I create a full website for a project and its modules with the site-plugin? I've added the plugin to the build cycle in the parent project (pom packaging). When I generate the site using "site:stage", only the site for the parent project is written to the staging directory

Re: multi module site generation - module links not showing in index.html

2006-08-12 Thread Jonathan S. Anderson
Seconded. mvn site:stage generates a site where the submodule links work, but all the javadoc/jxr reports have blank index.html mvn site:deploy generates a site where the submodules are listed with tags, but no links, around them, however the actual submodule site content is properly generated.

multi module site generation - module links not showing in index.html

2006-08-11 Thread Jan Vissers
Wondering whether this is default behavior. When I generate the site for a multi module project the contained modules are displayed at the upper-left of the index.html page - but it is 'plain' text and no hyperlink. How come? -

More multi-module site generation questions

2006-04-21 Thread Sean McNamara
I've got a multi-module project that is building properly, executing a number of reports (correctly) and then building the site. When I look at the "target/site" folder for each module, the information is correct. Folder layout is: + Main + Module1 + target + site + Module2 +