mirror of https://github.com/apache/maven.git
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:
parent
6e7235ce06
commit
1bea7e4e00
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue