mirror of https://github.com/apache/maven.git
o generate sources to target/generated-sources
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162730 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fac58f8047
commit
555932d95f
|
@ -1,16 +1,16 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Generate the sources from the model
|
# Generate the sources from the model
|
||||||
modello --model=maven.mdo --version=4.0.0 --mode=java --dir=src/main/java
|
modello --model=maven.mdo --version=4.0.0 --mode=java --dir=target/generated-sources
|
||||||
|
|
||||||
# Generate the source for the xpp3 marshaller and unmarshaller
|
# Generate the source for the xpp3 marshaller and unmarshaller
|
||||||
modello --model=maven.mdo --version=4.0.0 --mode=xpp3 --dir=src/main/java
|
modello --model=maven.mdo --version=4.0.0 --mode=xpp3 --dir=target/generated-sources
|
||||||
|
|
||||||
# Build the sources
|
|
||||||
mboot --install
|
|
||||||
|
|
||||||
# Generate XML Schema
|
# Generate XML Schema
|
||||||
modello --model=maven.mdo --version=4.0.0 --mode=xsd --dir=.
|
modello --model=maven.mdo --version=4.0.0 --mode=xsd --dir=.
|
||||||
|
|
||||||
# Generate XDoc
|
# Generate XDoc
|
||||||
modello --model=maven.mdo --version=4.0.0 --mode=xdoc --dir=./xdocs
|
modello --model=maven.mdo --version=4.0.0 --mode=xdoc --dir=target/generated-xdocs
|
||||||
|
|
||||||
|
# Build the sources
|
||||||
|
mboot --install
|
||||||
|
|
Loading…
Reference in New Issue