This is described in the last paragraph of the docs for the xdoc plugin (see
http://maven.apache.org/reference/plugins/xdoc/).  Regarding the particulars
of the styles themselves, I have not found any documents.  I had to dig
around the generated html to find out how the styles are applied and where
the styles reside.  If you run the site goal, you will find a
target/docs/style directory that contains the various css files.  The
maven-base.css and maven-theme.css are automatically included in each of the
generated html files.  If you supply a project.css, it will be copied to the
this directory as well, and will also be included in every html file.

> -----Original Message-----
> From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 08, 2004 3:31 PM
> To: 'Maven Users List'
> Subject: RE: I'm obviously stupid
>
>
> Are there any docs on that?
>
> -----Original Message-----
> From: Chuck Daniels [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 08, 2004 8:56 AM
> To: Maven Users List
> Subject: RE: I'm obviously stupid
>
>
> Only the properties related to the UI don't work anymore.  That's because
> it's all handled through CSS now.  You can override the standard styles or
> add new styles by creating xdocs/style/project.css.
>
> > -----Original Message-----
> > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, June 08, 2004 2:28 PM
> > To: 'Maven Users List'
> > Subject: RE: I'm obviously stupid
> >
> >
> > That reminds me of something I've been meaning to mention for a
> > while:  They
> > don't work any more.  Well, I can't speak to all of them, but the
> > banner foreground and background properties don't seem to be used
> > anymore.
> >
> >
> > -----Original Message-----
> > From: Chuck Daniels [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, June 08, 2004 7:07 AM
> > To: Maven Users List
> > Subject: RE: I'm obviously stupid
> >
> >
> > See the descriptions of the maven.xdoc.distributionUrl and
> > maven.xdoc.distributionType properties of the xdoc plugin
> > (http://maven.apache.org/reference/plugins/xdoc/properties.html).
> >
> > > -----Original Message-----
> > > From: J. B. Rainsberger [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, June 07, 2004 11:05 PM
> > > To: Maven Users List
> > > Subject: I'm obviously stupid
> > >
> > >
> > > I am fumbling in the dark with Maven. Forgive me. I can't find the
> > > appropriate tutorial material.
> > >
> > > I am trying to publish a plain Java project to the web. So far, I
> > > have managed to get all the reports working, and now my site has no
> > > links at all to a distribution. Here is a sketch of what I've done.
> > >
> > > 1. Set up project.xml. Dependencies are cool, info is cool, builds
> > > and tests the product without incident; Clover works.
> > >
> > > 2. Set up project.properties to generate the site to my "web site
> > > distribution" directory, which is outside my project's tree. (My
> > > site is diasparsoftware.com; the project will be published to
> > > diasparsoftware.com/toolkit.)
> > >
> > > The problem is that the generated site contains no links to the
> > > distribution. I have tried
> > >
> > > maven dist
> > > maven site:generate
> > >
> > > But for some reason, the site has no links to the distribution. What
> > > magic incantation will make that happen? I know the distribution is
> > > OK, because I can see the .jar files and whatnot, but the generated
> > > site only has Project Documentation; no Downloads section.
> > >
> > > Please, someone either:
> > >
> > >   * point me to a /good/ tutorial
> > >   * point me to a narrow section of the reference material
> > >   * be so kind as to spell it out in an e-mail, which I will post on
> > > my weblog as Google bait for future generations
> > >
> > > Thanks.
> > > --
> > > J. B. Rainsberger,
> > > Diaspar Software Services
> > > http://www.diasparsoftware.com :: +1 416 791-8603
> > > Let's write software that people understand
> > >
> > >
> > > --------------------------------------------------------------------
> > > -
> > > 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]
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to