o modello can now generate xpp3 marshallers and unmarshallers based on

a model so we are generating those now too.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162597 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-03-10 20:45:24 +00:00
parent 6fe6937fa8
commit d2a2ab2e19
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,9 @@
# Generate the sources from the model # Generate the sources from the model
modello --model=maven.mdo --mode=java --dir=src/main/java modello --model=maven.mdo --mode=java --dir=src/main/java
# Generate the source for the xpp3 marshaller and unmarshaller
modello --model=maven.mdo --mode=xpp3 --dir=src/main/java
# Build the sources # Build the sources
mboot mboot
@ -11,3 +14,4 @@ modello --model=maven.mdo --mode=xsd --dir=.
# Generate XDoc # Generate XDoc
modello --model=maven.mdo --mode=xdoc --dir=. modello --model=maven.mdo --mode=xdoc --dir=.