Re: Maven Site Customization

2010-11-03 Thread ginni

So it is not possible to include external links in the Site?

Yes, my graphic is in src/site/resources/images within the project.

Why would I see the Overview page only the first time I load the Site and
not be able to navigate back to it?

Thanks for replying!

Ginni
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-Site-Customization-tp3247261p3248405.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven Site Customization

2010-11-03 Thread ginni

Also, I added site.xml to each of the pom projects that are 'modules' of the
parent.  The structure is like this:

http://maven.40175.n5.nabble.com/file/n3248665/project-structure.gif 

where aero is the parent pom. common is also a parent pom with aero as its
parent. Its modules are all those under common. The other projects (e.g.,
justification) are pom projects with common as the parent and the sub
projects (e.g., justification-data) as modules.

I added site.xml to each of the pom projects to describe them and included
ref=parent, ref=modules and ref=reports in each one.  However, when I
look at the common project, I see no link to the aero parent.
Again, my images do not show up, though my index.apt files are being used. 
Does some information in the pom.xml overwrite what is specified in
site.xml?

Additionally, there is no link to javadocs.  How do I set all of this up
correctly?

Thanks!
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-Site-Customization-tp3247261p3248665.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven Site Customization

2010-11-03 Thread Dennis Lundberg
On 2010-11-03 14:22, ginni wrote:
 
 So it is not possible to include external links in the Site?

Yes of course it is, but the external site won't have the skin that you
use for your project and they will not get the navigation of your project.

 Yes, my graphic is in src/site/resources/images within the project.
 
 Why would I see the Overview page only the first time I load the Site and
 not be able to navigate back to it?
 
 Thanks for replying!
 
 Ginni


-- 
Dennis Lundberg

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven Site Customization

2010-11-03 Thread Dennis Lundberg
On 2010-11-03 17:02, ginni wrote:
 
 Also, I added site.xml to each of the pom projects that are 'modules' of the
 parent.  The structure is like this:
 
 http://maven.40175.n5.nabble.com/file/n3248665/project-structure.gif 
 
 where aero is the parent pom. common is also a parent pom with aero as its
 parent. Its modules are all those under common. The other projects (e.g.,
 justification) are pom projects with common as the parent and the sub
 projects (e.g., justification-data) as modules.
 
 I added site.xml to each of the pom projects to describe them and included
 ref=parent, ref=modules and ref=reports in each one.  However, when I
 look at the common project, I see no link to the aero parent.
 Again, my images do not show up, though my index.apt files are being used. 
 Does some information in the pom.xml overwrite what is specified in
 site.xml?

Have you set the relativePath element in the parent declaration of
your POMs? The site generation uses those to try to determine the
relative path between parent and child sites.

Oh, have you read the FAQ? In particular:

http://maven.apache.org/plugins/maven-site-plugin/faq.html#Why_dont_the_links_between_parent_and_child_modules_work_when_I_run_mvn_site


 
 Additionally, there is no link to javadocs.  How do I set all of this up
 correctly?

I would suggest that you pick up one of the books on Maven to get the
complete picture. Some of them are available as free downloads:

http://maven.apache.org/articles.html

 
 Thanks!


-- 
Dennis Lundberg

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven Site Customization

2010-11-03 Thread ginni

Hi,

Yes, I do have the relativePath in each pom parent declaration.  And, I
have read the FAQs.

Here's what I am getting when I run site:stage at the topmost parent pom
project: 
  http://maven.40175.n5.nabble.com/file/n3249031/dirs.gif 

In 'site' I see index.html.  When I open it, I see the index.apt I created. 
There are none of the links I put into site.xml in it, nor the graphic
header I listed in there.  But the overview page is there.  The navigation
allows me to drill into the common module and from common, I can drill into
the other modules. Once I do so, I cannot return back up to a parent project
via the leftmost navigation; there are no links to do so.

I presumed by including links in site.xml they would just be included (like
reference sites) in the navigation. It that not the case? I was not
expecting the project style to be applied to the external sites.

Thanks again,
Ginni
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-Site-Customization-tp3247261p3249031.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven Site Customization

2010-11-02 Thread ginni

I have tried setting up site.xml in a parent pom project, with the following:

?xml version=1.0 encoding=ISO-8859-1?

site

  project name=iCAMS
  
bannerLeft
  nameiCAMS/name
  srcimages/AER_logo_k.jpg/src
  hrefhttp://aerosource.aero.org/icams/href
/bannerLeft
  
bannerRight
  srchttp://maven.apache.org/images/maven-small.gif/src
/bannerRight

publishDate position=right/

version position=right/

poweredBy
logo name=Aerospace Application Development Department 
href=https://aerosource.aero.org/add;
img=images/AER_logo_k.jpg/
/poweredBy

  
  body
menu name=iCAMS Project inherit=top
item name=Overview href=index.html/
/menu
menu ref=reports/
links
  item name=Aerosource Project href=http://aerosource/icams/
  item name=Inside Aerospace href=http://info.aero.org//
  item name=Aerospace Corporation href=http://www.aero.org//
/links
  /body
/site

However, when I run mvn site-deploy and access the site, the graphics I
mention are not shown. I do see my index.html as the Overview page, but if I
navigate to any link in the navigation panel, I can no longer return to
Overview (it is not included in the panel). None of my links are included
either.

This looks like a wonderfully powerful way to document our project
(multi-module with a grandparent POM project, a parent POM project (with
modules) and modules under that.  But, I have yet to make this basic part
work.  Is there any better documentation of this customization, or working
example to follow?

Thanks!

Ginni
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-Site-Customization-tp3247261p3247261.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven Site Customization

2010-11-02 Thread Dennis Lundberg
On 2010-11-02 20:08, ginni wrote:
 
 I have tried setting up site.xml in a parent pom project, with the following:
 
 ?xml version=1.0 encoding=ISO-8859-1?
 
 site
 
   project name=iCAMS
   
 bannerLeft
   nameiCAMS/name
   srcimages/AER_logo_k.jpg/src
   hrefhttp://aerosource.aero.org/icams/href
 /bannerLeft
   
 bannerRight
   srchttp://maven.apache.org/images/maven-small.gif/src
 /bannerRight
 
   publishDate position=right/
   
   version position=right/
   
   poweredBy
   logo name=Aerospace Application Development Department 
   href=https://aerosource.aero.org/add;
   img=images/AER_logo_k.jpg/
   /poweredBy
   
   
   body
 menu name=iCAMS Project inherit=top
   item name=Overview href=index.html/
 /menu
 menu ref=reports/
 links
 item name=Aerosource Project href=http://aerosource/icams/
   item name=Inside Aerospace href=http://info.aero.org//
   item name=Aerospace Corporation href=http://www.aero.org//
 /links
   /body
 /site
 
 However, when I run mvn site-deploy and access the site, the graphics I
 mention are not shown.

Have you included the images in the src/site/resources folder of the
project you are building? Note that such resources are not inherited.

 I do see my index.html as the Overview page, but if I
 navigate to any link in the navigation panel, I can no longer return to
 Overview (it is not included in the panel). None of my links are included
 either.

That is to be expected, as the link you have in your site.xml are
external links, i.e. full URLs.

 This looks like a wonderfully powerful way to document our project
 (multi-module with a grandparent POM project, a parent POM project (with
 modules) and modules under that.  But, I have yet to make this basic part
 work.  Is there any better documentation of this customization, or working
 example to follow?

The Site Plugin has docs at

http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html

 
 Thanks!
 
 Ginni


-- 
Dennis Lundberg

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: site customization

2006-10-14 Thread Arik Kfir
Note that you can also use this syntax:

[snip]
...
menu name=modules/
menu name=reports/
...
[/snip]



On Fri, 2006-10-13 at 12:20 -0700, Attila Mezei-Horvati wrote:

 Dohh.
 Here is the solution, if other people are interested:
 
 menu name=Development
   item name=Setup href=howto.html/
 /menu
 ${modules}
 ${reports}
 
 Here is a link to the help files: 
 http://maven.apache.org/plugins/maven-site-plugin/howto.html
 
 Now, if I would understand why the modules menu links
 to my modules as index.html instead of
 module_name/index.html or similar
 
 Attila
 
 
 --- Attila Mezei-Horvati [EMAIL PROTECTED] wrote:
 
  I am trying to add a custom page (about how to
  get/build the project) to the project site. 
  
  The site is generated by maven 2. 
  
  Unfortunately I can't figure it out how to add a
  couple of menu items so that maven keeps all the
  ones
  generated by default. If I specify my own site.xml
  and
  menu-s then the default ones are not generated any
  more. If I just put the page in the xdoc folder
  without adding a site.xml the page will not be
  linked.
  
  
  What is the solution? Can't seem to find any doc on
  it.
  thanks,
  Attila
  
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam
  protection around 
  http://mail.yahoo.com 
  
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


site customization

2006-10-13 Thread Attila Mezei-Horvati
I am trying to add a custom page (about how to
get/build the project) to the project site. 

The site is generated by maven 2. 

Unfortunately I can't figure it out how to add a
couple of menu items so that maven keeps all the ones
generated by default. If I specify my own site.xml and
menu-s then the default ones are not generated any
more. If I just put the page in the xdoc folder
without adding a site.xml the page will not be linked.


What is the solution? Can't seem to find any doc on
it.
thanks,
Attila

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



Re: site customization

2006-10-13 Thread Attila Mezei-Horvati
Dohh.
Here is the solution, if other people are interested:

menu name=Development
  item name=Setup href=howto.html/
/menu
${modules}
${reports}

Here is a link to the help files: 
http://maven.apache.org/plugins/maven-site-plugin/howto.html

Now, if I would understand why the modules menu links
to my modules as index.html instead of
module_name/index.html or similar

Attila


--- Attila Mezei-Horvati [EMAIL PROTECTED] wrote:

 I am trying to add a custom page (about how to
 get/build the project) to the project site. 
 
 The site is generated by maven 2. 
 
 Unfortunately I can't figure it out how to add a
 couple of menu items so that maven keeps all the
 ones
 generated by default. If I specify my own site.xml
 and
 menu-s then the default ones are not generated any
 more. If I just put the page in the xdoc folder
 without adding a site.xml the page will not be
 linked.
 
 
 What is the solution? Can't seem to find any doc on
 it.
 thanks,
 Attila
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 protection around 
 http://mail.yahoo.com 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



Re: Site customization

2006-03-01 Thread Roland Bali
Hi Laurie,

I had the same problem a while ago and was told I had to make my own
template. It's not that complicated though, I simply copied the
maven-site.vm from maven-site-plugin.jar. You can then configure the plugin
to use your template.

See http://movlan.sourceforge.net/ for the end result of my modifications.

Kind regards,
Roland

On 2/28/06, Laurie Harper [EMAIL PROTECTED] wrote:

 Yeah, that'd work -- if I wasn't already using bannerLeft and
 bannerRight to display project logos ;-) What I was hoping to do was put
 the banner image underneath all the navigation links in the sidebar, in
 the same place as the Build by Maven image.

 L.

 Yann Le Du wrote:
  Hi Laurie, in your site.xml you can add e.g. :
 
  ~ project name=MyProject
  ~   bannerLeft
  ~ nameSourceForge/name
  ~ srchttp://images.sourceforge.net/sfx/logo.gif/src
  ~ hrefhttp://sf.net/href
  ~   /bannerLeft
  ~   ...
 
  Is it what you want ?
 
  http://maven.apache.org/guides/mini/guide-site.html
 
  - Yann
 
  2006/2/28, Laurie Harper [EMAIL PROTECTED]:
  Hi, I have a Maven2 generated site hosted on sf.net. There's a
  requirement that every page display a SourceForge banner image, so I'm
  trying to figure out how to make 'mvn site' include one for me
  automatically.
 
  I was hoping I could put something in site.xml to put the banner in the
  left nav bar, under the Maven banner image. Can that be done, or do I
  need to use a customized template?
 
  L.
 
 
  -
  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]




Re: Site customization

2006-03-01 Thread Laurie Harper
Thanks for the info. Yes, that's exactly the result I'm looking for, so 
I'll play with using custom templates.


L.

Roland Bali wrote:

Hi Laurie,

I had the same problem a while ago and was told I had to make my own
template. It's not that complicated though, I simply copied the
maven-site.vm from maven-site-plugin.jar. You can then configure the plugin
to use your template.

See http://movlan.sourceforge.net/ for the end result of my modifications.

Kind regards,
Roland

On 2/28/06, Laurie Harper [EMAIL PROTECTED] wrote:

Yeah, that'd work -- if I wasn't already using bannerLeft and
bannerRight to display project logos ;-) What I was hoping to do was put
the banner image underneath all the navigation links in the sidebar, in
the same place as the Build by Maven image.

L.

Yann Le Du wrote:

Hi Laurie, in your site.xml you can add e.g. :

~ project name=MyProject
~   bannerLeft
~ nameSourceForge/name
~ srchttp://images.sourceforge.net/sfx/logo.gif/src
~ hrefhttp://sf.net/href
~   /bannerLeft
~   ...

Is it what you want ?

http://maven.apache.org/guides/mini/guide-site.html

- Yann

2006/2/28, Laurie Harper [EMAIL PROTECTED]:

Hi, I have a Maven2 generated site hosted on sf.net. There's a
requirement that every page display a SourceForge banner image, so I'm
trying to figure out how to make 'mvn site' include one for me
automatically.

I was hoping I could put something in site.xml to put the banner in the
left nav bar, under the Maven banner image. Can that be done, or do I
need to use a customized template?

L.


-
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]







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



Re: Site customization

2006-02-28 Thread Yann Le Du
Hi Laurie, in your site.xml you can add e.g. :

~ project name=MyProject
~   bannerLeft
~ nameSourceForge/name
~ srchttp://images.sourceforge.net/sfx/logo.gif/src
~ hrefhttp://sf.net/href
~   /bannerLeft
~   ...

Is it what you want ?

http://maven.apache.org/guides/mini/guide-site.html

- Yann

2006/2/28, Laurie Harper [EMAIL PROTECTED]:

 Hi, I have a Maven2 generated site hosted on sf.net. There's a
 requirement that every page display a SourceForge banner image, so I'm
 trying to figure out how to make 'mvn site' include one for me
 automatically.

 I was hoping I could put something in site.xml to put the banner in the
 left nav bar, under the Maven banner image. Can that be done, or do I
 need to use a customized template?

 L.


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




Re: Site customization

2006-02-28 Thread Laurie Harper
Yeah, that'd work -- if I wasn't already using bannerLeft and 
bannerRight to display project logos ;-) What I was hoping to do was put 
the banner image underneath all the navigation links in the sidebar, in 
the same place as the Build by Maven image.


L.

Yann Le Du wrote:

Hi Laurie, in your site.xml you can add e.g. :

~ project name=MyProject
~   bannerLeft
~ nameSourceForge/name
~ srchttp://images.sourceforge.net/sfx/logo.gif/src
~ hrefhttp://sf.net/href
~   /bannerLeft
~   ...

Is it what you want ?

http://maven.apache.org/guides/mini/guide-site.html

- Yann

2006/2/28, Laurie Harper [EMAIL PROTECTED]:

Hi, I have a Maven2 generated site hosted on sf.net. There's a
requirement that every page display a SourceForge banner image, so I'm
trying to figure out how to make 'mvn site' include one for me
automatically.

I was hoping I could put something in site.xml to put the banner in the
left nav bar, under the Maven banner image. Can that be done, or do I
need to use a customized template?

L.


-
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]



Site customization

2006-02-27 Thread Laurie Harper
Hi, I have a Maven2 generated site hosted on sf.net. There's a 
requirement that every page display a SourceForge banner image, so I'm 
trying to figure out how to make 'mvn site' include one for me 
automatically.


I was hoping I could put something in site.xml to put the banner in the 
left nav bar, under the Maven banner image. Can that be done, or do I 
need to use a customized template?


L.


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