mirror of https://github.com/apache/maven.git
o need modello in order to generate the jelly bean wrapper code
o don't nuke the target directory before the build, as we are starting to deal with generated code, not sure why I put that there anyway. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
680c8d9774
commit
ee5bc4d5f9
|
@ -196,7 +196,7 @@ buildMavenProject()
|
|||
|
||||
buildTestDest=target/test-classes
|
||||
|
||||
[ -d $buildDir ] && rm -rf $buildDir
|
||||
##[ -d $buildDir ] && rm -rf $buildDir
|
||||
|
||||
echo "Building project in `pwd`"
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ export MBOOT_HOME=`dirname $0`
|
|||
|
||||
findAndSetMavenRepoLocal
|
||||
|
||||
CP=$repoLocal/maven/jars/maven-plugin-2.0-SNAPSHOT.jar:$repoLocal/qdox/jars/qdox-1.2.jar:$repoLocal/xstream/jars/xstream-1.0-SNAPSHOT.jar:$repoLocal/xpp3/jars/xpp3-1.1.3.3.jar
|
||||
CP=$repoLocal/modello/jars/modello-1.0-SNAPSHOT.jar:$repoLocal/maven/jars/maven-plugin-2.0-SNAPSHOT.jar:$repoLocal/qdox/jars/qdox-1.2.jar:$repoLocal/xstream/jars/xstream-1.0-SNAPSHOT.jar:$repoLocal/xpp3/jars/xpp3-1.1.3.3.jar
|
||||
|
||||
if $cygwin; then
|
||||
CP=`cygpath -pw "$CP"`
|
||||
|
|
Loading…
Reference in New Issue