o generate the sources for the v3 model

o generate the sources for the v3 xpp3 reader/writer

  both of these necessary in order to adapt the v3 POM into a v4 POM
  so that m2 can slurp up v3 POMs to build m1 projects transparently.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162736 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-06-06 05:52:30 +00:00
parent 1a13142117
commit fa1c1cdf4d
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ modello --model=maven.mdo --version=4.0.0 --mode=java --dir=target/generated-sou
# Generate the source for the xpp3 marshaller and unmarshaller
modello --model=maven.mdo --version=4.0.0 --mode=xpp3 --dir=target/generated-sources
# Generate the 3.0.0 source from the model
modello --model=maven.mdo --version=3.0.0 --mode=java --dir=target/generated-sources --package-with-version
# Generate the 3.0.0 source for the xpp3 marshaller and unmarshaller
modello --model=maven.mdo --version=3.0.0 --mode=xpp3 --dir=target/generated-sources --package-with-version
# Generate XML Schema
modello --model=maven.mdo --version=4.0.0 --mode=xsd --dir=.