o place generated xdoc in the xdocs directory

o add navigation.xml


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162627 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-04-08 02:02:06 +00:00
parent 6e7235ce06
commit 1bea7e4e00
2 changed files with 8 additions and 2 deletions

View File

@ -13,5 +13,4 @@ mboot
modello --model=maven.mdo --mode=xsd --dir=.
# Generate XDoc
modello --model=maven.mdo --mode=xdoc --dir=.
modello --model=maven.mdo --mode=xdoc --dir=./xdocs

View File

@ -10,4 +10,11 @@
<gumpRepositoryId>jakarta</gumpRepositoryId>
<description>Maven Model</description>
<shortDescription>Maven Model</shortDescription>
<dependencies>
<dependency>
<artifactId>xpp3</artifactId>
<groupId>xpp3</groupId>
<version>1.1.3.3</version>
</dependency>
</dependencies>
</project>