You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/10/03 02:39:03 UTC

svn commit: r293189 - in /maven/components/trunk/maven-core-it/it2002: project/pom.xml test.sh

Author: brett
Date: Sun Oct  2 17:38:59 2005
New Revision: 293189

URL: http://svn.apache.org/viewcvs?rev=293189&view=rev
Log:
fix test project

Modified:
    maven/components/trunk/maven-core-it/it2002/project/pom.xml
    maven/components/trunk/maven-core-it/it2002/test.sh

Modified: maven/components/trunk/maven-core-it/it2002/project/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it2002/project/pom.xml?rev=293189&r1=293188&r2=293189&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it2002/project/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it2002/project/pom.xml Sun Oct  2 17:38:59 2005
@@ -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>

Modified: maven/components/trunk/maven-core-it/it2002/test.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it2002/test.sh?rev=293189&r1=293188&r2=293189&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it2002/test.sh (original)
+++ maven/components/trunk/maven-core-it/it2002/test.sh Sun Oct  2 17:38:59 2005
@@ -13,10 +13,10 @@
   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
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org