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:
Brett Leslie Porter 2005-10-03 00:38:59 +00:00
parent 5de7973576
commit f2fea7422b
2 changed files with 11 additions and 3 deletions

View File

@ -57,6 +57,14 @@
<artifactId>modello-maven-plugin</artifactId>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>src/conf</directory>
</resource>
</resources>
</build>
<reporting>

View File

@ -13,10 +13,10 @@ if [ "$1" == "windows" ]; then
echo setting dir to $dir
fi
svn import project file://localhost/${dir}/target/svnroot/project/trunk -m "import."
svn mkdir file://localhost/${dir}/target/svnroot/project/tags -m "Creating tags dir."
svn import project file://localhost/${dir}/target/svnroot/trunk/project -m "import."
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