Print

Print


Commit in lcsim on MAIN
pom.xml+13-71.46 -> 1.47
JM: fix problem where target/test-output was missing

lcsim
pom.xml 1.46 -> 1.47
diff -u -r1.46 -r1.47
--- pom.xml	30 Oct 2008 22:55:36 -0000	1.46
+++ pom.xml	31 Oct 2008 00:03:13 -0000	1.47
@@ -55,13 +55,6 @@
         </filters>
         <resources>
             <resource>
-                <directory>src/org/lcsim/plugin/web/examples/</directory>
-                <includes>
-                    <include>**/*.*</include>
-                </includes>
-                <filtering>false</filtering>
-            </resource>
-            <resource>
                 <directory>resources</directory>
                 <filtering>true</filtering>
                 <includes>
@@ -158,6 +151,7 @@
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
                     <execution>
+                        <id>make-timestamp-filter</id>
                         <phase>generate-resources</phase>
                         <goals>
                             <goal>run</goal>
@@ -172,6 +166,18 @@
                             </tasks>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>make-test-output-dir</id>
+                        <phase>test</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks>                      
+                                <mkdir dir="${project.build.directory}/test-output"/>
+                            </tasks>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>            
         </plugins>
CVSspam 0.2.8