Commit in lcsim on MAIN
maven.xml+4-31.7 -> 1.8
JM: Fix LCSIM-201 reported by Tony.  Added jelly and maven namespaces.

lcsim
maven.xml 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- maven.xml	11 Sep 2007 00:21:00 -0000	1.7
+++ maven.xml	12 Sep 2007 22:42:09 -0000	1.8
@@ -1,16 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<project default="jar" xmlns:ant="jelly:ant">
+<project default="jar" xmlns:ant="jelly:ant" xmlns:j="jelly:core" xmlns:m="maven">
 
   <postGoal name="xdoc:register-reports">
     <attainGoal name="maven-checkstyle-plugin:deregister"/>
     <attainGoal name="maven-license-plugin:deregister"/>
   </postGoal>
   
-  <!-- FIXME: This runs the tests twice!! -->
   <goal name="Install_in_JAS3">
     <attainGoal name="jar:install"/>
-    <attainGoal name="jas:install"/>
+    <attainGoal name="jas:install">
+      <j:set var="maven.test.skip" value="true"/>
+    </attainGoal>
   </goal> 
   
   <!-- Make the output directory for test files before testing starts. -->
CVSspam 0.2.8