mirror of https://github.com/apache/maven.git
fix test project
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5de7973576
commit
f2fea7422b
|
@ -57,6 +57,14 @@
|
||||||
<artifactId>modello-maven-plugin</artifactId>
|
<artifactId>modello-maven-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<directory>src/main/resources</directory>
|
||||||
|
</resource>
|
||||||
|
<resource>
|
||||||
|
<directory>src/conf</directory>
|
||||||
|
</resource>
|
||||||
|
</resources>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<reporting>
|
<reporting>
|
||||||
|
|
|
@ -13,10 +13,10 @@ if [ "$1" == "windows" ]; then
|
||||||
echo setting dir to $dir
|
echo setting dir to $dir
|
||||||
fi
|
fi
|
||||||
|
|
||||||
svn import project file://localhost/${dir}/target/svnroot/project/trunk -m "import."
|
svn import project file://localhost/${dir}/target/svnroot/trunk/project -m "import."
|
||||||
svn mkdir file://localhost/${dir}/target/svnroot/project/tags -m "Creating tags dir."
|
svn mkdir file://localhost/${dir}/target/svnroot/tags -m "Creating tags dir."
|
||||||
|
|
||||||
svn co file://localhost/${dir}/target/svnroot/project/trunk target/project.checkout
|
svn co file://localhost/${dir}/target/svnroot/trunk/project target/project.checkout
|
||||||
|
|
||||||
cd target/project.checkout
|
cd target/project.checkout
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue