Print

Print


Commit in hps-et-java on MAIN
pom.xml+261.23 -> 1.24
add resource filtering so project version is not hard-coded in scripts

hps-et-java
pom.xml 1.23 -> 1.24
diff -u -r1.23 -r1.24
--- pom.xml	29 May 2013 20:09:36 -0000	1.23
+++ pom.xml	4 Jun 2013 18:58:06 -0000	1.24
@@ -16,6 +16,32 @@
         <developerConnection>scm:cvs:pserver:${lcd.cvs.username}:[log in to unmask]:/cvs/lcd:hps-et-java</developerConnection>
         <url>${org.lcsim.deploy}</url>
     </scm>
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>2.6</version>
+                <executions>
+                    <execution>
+                        <id>copy-resources</id>
+                        <phase>install</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${basedir}/target/scripts</outputDirectory>
+                            <resources>          
+                                <resource>
+                                    <directory>scripts/</directory>
+                                    <filtering>true</filtering>
+                                </resource>
+                            </resources>              
+                        </configuration>            
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
     <dependencies>
         <dependency>
             <groupId>xerces</groupId>
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1