Hello Russell,

the site:generate goal can be found in the xdoc-plugin of Maven. The xml-files 
generated
there can be found in the $PROJECT_HOME/xdocs directory. You just have to create your 
own 
files there following the anakia-Style. For more information about this, you can find
information at http://jakarta.apache.org/site/jakarta-site2.html.
You should note, that Maven uses a special file called navigation.xml. Inside this 
file the
Navigation Menu is declared. AFAIK this file is not part of the standard anakia-Style.

Hope this helps.

Markus




> -----Urspr�ngliche Nachricht-----
> Von:  Russell Gold <[EMAIL PROTECTED]>

> Gesendet: Wednesday, 22. January 2003 16:16
> An: "Turbine Maven Users List" <[EMAIL PROTECTED]>
> Betreff: Startup problems
> 
> I am sure that I am missing something here.
> 
> 1. When I run maven java:jar it builds the jar just fine, but only seems to 
> find one of my test classes - and it doesn\'t seem to run it. The build 
> section of project.xml is:
> 
>    <build>
> 
>      <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
> 
>      <sourceDirectory>src</sourceDirectory>
>      <unitTestSourceDirectory>test</unitTestSourceDirectory>
>      <integrationUnitTestSourceDirectory/>
>      <aspectSourceDirectory/>
> 
>      <!-- Unit test cases -->
>      <unitTest>
>        <includes>
>          <include>**/*Test.java</include>
>        </includes>
>      </unitTest>
> 
>      <!-- J A R  R E S O U R C E S -->
>      <!-- Resources that are packaged up inside the JAR file -->
>      <resources>
>      </resources>
> 
>      <!-- Integration unit test cases -->
>      <integrationUnitTest/>
> 
>      <jars></jars>
>    </build>
> 
> 
> 2. Is there a write up on how to create / customize the generated web site? 
> When I run maven site:generate it creates some stuff but nothing 
> particularly useful to me. How do I include my own info?
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> 

-- 
--------------------------------------
Javafreedom - providing Java projects for free
--------------------------------------


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

Reply via email to