Commit in lcsim on MAIN
pom.xml+35-211.244 -> 1.245
Add submit-plugin-descriptor profile.

lcsim
pom.xml 1.244 -> 1.245
diff -u -r1.244 -r1.245
--- pom.xml	30 May 2013 01:38:05 -0000	1.244
+++ pom.xml	3 Jun 2013 22:04:31 -0000	1.245
@@ -117,7 +117,6 @@
             <plugin>
                 <groupId>org.freehep</groupId>
                 <artifactId>freehep-jas-plugin</artifactId>
-<!--                <version>2.0.1</version>-->
                 <version>3.1.4</version>
                 <configuration>
                   <excludes>
@@ -128,32 +127,18 @@
                     <exclude>jdom:jdom</exclude>
                     <exclude>javax.help:javahelp</exclude>
                   </excludes>
+<!--                  <urls>
+                    <property>
+                      <name>org.lcsim:lcsim</name>
+                      <value>http://lcsim.org/maven2</value>
+                    </property>
+                  </urls>-->
                 </configuration>
                 <executions>
                     <execution>
                         <goals>
                             <goal>install</goal>
                         </goals>
-<!--                        <configuration>
-                          <jarName>lcsim</jarName>
-                          <includes>
-                            <include>org.freehep:freehep-physics</include>
-                            <include>org.freehep:freehep-sio</include>
-                            <include>org.freehep:freehep-xdr</include>
-                            <include>org.freehep:freehep-stdhep</include>
-                            <include>org.freehep:freehep-mcfio</include>
-                            <include>org.lcsim:GeomConverter</include>
-                            <include>org.lcsim:lcsim-conditions</include>
-                            <include>org.lcsim:lcsim-math</include>
-                            <include>org.lcsim:spacegeom</include>
-                            <include>org.lcsim:trf</include>
-                            <include>xerces:xercesImpl</include>
-                            <include>commons-math:commons-math</include>-->
-                            <!--                    <include>org.freehep:freehep-jaida</include> 
-                            <include>org.freehep:freehep-jaida-root</include> 
-                            <include>org.freehep:freehep-rootio-output</include> -->
-<!--                          </includes>
-                        </configuration>-->
                     </execution>
                     <execution>
                       <id>process-descriptor</id>
@@ -395,4 +380,33 @@
         </dependency>
         -->
     </dependencies>
+
+  <profiles>    
+    <profile>
+      <id>submit-plugin-descriptor</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.freehep</groupId>
+            <artifactId>freehep-jas-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>submit-descriptor</id>
+                <goals>
+                  <goal>submit-descriptor</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+  
 </project>
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