Print

Print


Commit in projects/lcsim/trunk/parent on MAIN
pom.xml+292901 -> 2902
add versions plugin for resolving variables when releasing

projects/lcsim/trunk/parent
pom.xml 2901 -> 2902
--- projects/lcsim/trunk/parent/pom.xml	2014-01-23 17:10:40 UTC (rev 2901)
+++ projects/lcsim/trunk/parent/pom.xml	2014-01-24 20:47:16 UTC (rev 2902)
@@ -108,6 +108,35 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>versions-maven-plugin</artifactId>
+                <version>2.1</version>
+                <executions>
+                    <execution>
+                        <id>update-properties</id>
+                        <goals>
+                            <goal>update-properties</goal>
+                        </goals>
+                        <phase>process-resources</phase>
+                    </execution>
+                </executions>
+                <configuration>
+                    <generateBackupPoms>false</generateBackupPoms>
+                    <allowSnapshots>true</allowSnapshots>
+                    <properties>
+                        <property>
+                            <name>org.lcsim.version</name>
+                            <dependencies>
+                                <dependency>
+                                    <groupId>org.lcsim</groupId>
+                                    <artifactId>lcsim-parent</artifactId>
+                                </dependency>
+                            </dependencies>
+                        </property>
+                    </properties>
+                </configuration>
+            </plugin>
         </plugins>
         <pluginManagement>
             <plugins>
SVNspam 0.1


Use REPLY-ALL to reply to list

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