You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by cl...@apache.org on 2005/09/21 18:54:11 UTC

svn commit: r290794 - /incubator/graffito/trunk/jcr-mapping/maven.xml

Author: clombart
Date: Wed Sep 21 11:54:07 2005
New Revision: 290794

URL: http://svn.apache.org/viewcvs?rev=290794&view=rev
Log:
Clean-up

Modified:
    incubator/graffito/trunk/jcr-mapping/maven.xml

Modified: incubator/graffito/trunk/jcr-mapping/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/jcr-mapping/maven.xml?rev=290794&r1=290793&r2=290794&view=diff
==============================================================================
--- incubator/graffito/trunk/jcr-mapping/maven.xml (original)
+++ incubator/graffito/trunk/jcr-mapping/maven.xml Wed Sep 21 11:54:07 2005
@@ -13,10 +13,9 @@
   See the License for the specific language governing permissions and
   limitations under the License.
  -->
-<project default="java:jar"
-         xmlns:j="jelly:core"
+<project xmlns:j="jelly:core"
          xmlns:define="jelly:define"
-	 xmlns:maven="jelly:maven"
+  	     xmlns:maven="jelly:maven"
         >
 		
 		
@@ -28,8 +27,9 @@
   </preGoal> 
    
   <goal name="testSetup">
-    <j:set var="maven.junit.sysproperties" value="${maven.junit.sysproperties} java.security.auth.login.config" />
-    <j:set var="java.security.auth.login.config" value="src/conf/jaas.config" /> 	
+  	<copy todir="target/repository" overwrite="true" >   
+  		<fileset dir="src/test-config/repository" includes="**/*"/>
+  	</copy>
   </goal>       		
 </project>