Commit in lcsim on MAIN
pom.xml+63-431.247 -> 1.248
add repo URL for lcsim jars for JAS3 plugin database

lcsim
pom.xml 1.247 -> 1.248
diff -u -r1.247 -r1.248
--- pom.xml	19 Jul 2013 18:45:44 -0000	1.247
+++ pom.xml	19 Jul 2013 18:52:10 -0000	1.248
@@ -15,7 +15,7 @@
         <connection>scm:cvs:pserver:${lcd.cvs.username}:[log in to unmask]:/cvs/lcd:${project.artifactId}</connection>
         <developerConnection>scm:cvs:pserver:${lcd.cvs.username}:[log in to unmask]:/cvs/lcd:${project.artifactId}</developerConnection>
         <url>${org.lcsim.deploy}</url>
-  </scm>
+    </scm>
     <repositories>
         <repository>
             <id>lcsim-maven</id>
@@ -50,7 +50,7 @@
                 <configuration>
                     <anonymousConnection>scm:cvs:pserver:[log in to unmask]:/cvs/lcd:lcsim</anonymousConnection>
                 </configuration>
-            </plugin>            
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
@@ -59,7 +59,7 @@
                     <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version,Created</columnNames>
                     <sortColumnNames>Type,Key DESC</sortColumnNames>
                     <statusIds>Resolved, Closed</statusIds>
-                    <maxEntries>9999</maxEntries>                    
+                    <maxEntries>9999</maxEntries>
                     <xmlPath>${basedir}/site/changes.xml</xmlPath>
                 </configuration>
                 <reportSets>
@@ -70,7 +70,7 @@
                         </reports>
                     </reportSet>
                 </reportSets>
-            </plugin>            
+            </plugin>
         </plugins>
     </reporting>
     <build>
@@ -83,7 +83,7 @@
             <testResource>
                 <directory>testResources</directory>
             </testResource>
-        </testResources>       
+        </testResources>
         <resources>
             <resource>
                 <directory>resources</directory>
@@ -112,27 +112,47 @@
                     <exclude>**/*.bat</exclude>
                 </excludes>
             </resource>
-        </resources>                
+        </resources>
         <plugins>
             <plugin>
                 <groupId>org.freehep</groupId>
                 <artifactId>freehep-jas-plugin</artifactId>
                 <version>3.1.4</version>
                 <configuration>
-                  <excludes>
-                    <exclude>org.freehep:jas-core</exclude>
-                    <exclude>junit:junit</exclude>
-                    <exclude>org.freehep:freehep-application</exclude>
-                    <exclude>org.netbeans:openide-lookup</exclude>
-                    <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>
+                    <excludes>
+                        <exclude>org.freehep:jas-core</exclude>
+                        <exclude>junit:junit</exclude>
+                        <exclude>org.freehep:freehep-application</exclude>
+                        <exclude>org.netbeans:openide-lookup</exclude>
+                        <exclude>jdom:jdom</exclude>
+                        <exclude>javax.help:javahelp</exclude>
+                    </excludes>
+                    <urls>
+                        <property>
+                            <name>org.lcsim:lcsim</name>
+                            <value>http://lcsim.org/maven2</value>
+                        </property>
+                        <property>
+                            <name>org.lcsim:GeomConverter</name>
+                            <value>http://lcsim.org/maven2</value>
+                        </property>
+                        <property>
+                            <name>org.lcsim:lcsim-conditions</name>
+                            <value>http://lcsim.org/maven2</value>
+                        </property>
+                        <property>
+                            <name>org.lcsim:lcsim-math</name>
+                            <value>http://lcsim.org/maven2</value>
+                        </property>
+                        <property>
+                            <name>org.lcsim:spacegeom</name>
+                            <value>http://lcsim.org/maven2</value>
+                        </property>
+                        <property>
+                            <name>org.lcsim:trf</name>
+                            <value>http://lcsim.org/maven2</value>
+                        </property>
+                    </urls>
                 </configuration>
                 <executions>
                     <execution>
@@ -182,7 +202,7 @@
                         <exclude>org/lcsim/TestFastMCGenerator.java</exclude>
                     </excludes>
                 </configuration>
-            </plugin>         
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
@@ -195,11 +215,11 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <mkdir dir="${project.build.directory}" />
+                                <mkdir dir="${project.build.directory}"/>
                                 <tstamp>
-                                    <format property="last.updated" pattern="yyyy-MM-dd kk:mm:ss z" />
+                                    <format property="last.updated" pattern="yyyy-MM-dd kk:mm:ss z"/>
                                 </tstamp>
-                                <echo file="${lcsim.filterfile}" message="build.date=${last.updated}" />
+                                <echo file="${lcsim.filterfile}" message="build.date=${last.updated}"/>
                             </tasks>
                         </configuration>
                     </execution>
@@ -211,19 +231,19 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <mkdir dir="${project.build.directory}/scripts" />
+                                <mkdir dir="${project.build.directory}/scripts"/>
                                 <copy todir="${project.build.directory}/scripts">
                                     <fileset dir="${project.build.directory}/classes/scripts">
-                                        <include name="**/*.csh" />
-                                        <include name="**/*.sh" />
-                                        <include name="**/*.bat" />
+                                        <include name="**/*.csh"/>
+                                        <include name="**/*.sh"/>
+                                        <include name="**/*.bat"/>
                                     </fileset>
                                 </copy>
                                 <chmod perm="755">
                                     <fileset dir="${project.build.directory}/scripts">
-                                        <include name="**/*.csh" />
-                                        <include name="**/*.sh" />
-                                        <include name="**/*.bat" />
+                                        <include name="**/*.csh"/>
+                                        <include name="**/*.sh"/>
+                                        <include name="**/*.bat"/>
                                     </fileset>
                                 </chmod>
                             </tasks>
@@ -246,7 +266,7 @@
                             <shadedArtifactAttached>true</shadedArtifactAttached>
                             <shadedClassifierName>bin</shadedClassifierName>
                             <transformers>
-                                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
+                                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
                                 <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                                     <mainClass>org.lcsim.job.JobControlManager</mainClass>
                                 </transformer>
@@ -280,15 +300,15 @@
             <exclusions>
                 <exclusion>
                     <groupId>javax.help</groupId>
-                    <artifactId>javahelp</artifactId>                  
+                    <artifactId>javahelp</artifactId>
                 </exclusion>
-            </exclusions>                            
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.freehep</groupId>
             <artifactId>freehep-record</artifactId>
             <version>3.0.8</version>
-        </dependency>        
+        </dependency>
         <dependency>
             <groupId>org.freehep</groupId>
             <artifactId>freehep-jaida</artifactId>
@@ -296,13 +316,13 @@
             <exclusions>
                 <exclusion>
                     <groupId>javax.help</groupId>
-                    <artifactId>javahelp</artifactId>                  
+                    <artifactId>javahelp</artifactId>
                 </exclusion>
                 <exclusion>
                     <groupId>hep.aida</groupId>
-                    <artifactId>aida-test</artifactId>                	
+                    <artifactId>aida-test</artifactId>
                 </exclusion>
-            </exclusions>            
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.freehep</groupId>
@@ -318,7 +338,7 @@
             <groupId>org.freehep</groupId>
             <artifactId>jas-plotter</artifactId>
             <version>2.2.9</version>
-<!--            <exclusions>
+            <!--            <exclusions>
                 <exclusion>
                     <groupId>xerces</groupId>
                     <artifactId>xercesImpl</artifactId>
@@ -334,8 +354,8 @@
                     <groupId>org.freehep</groupId>
                     <artifactId>freehep-graphicsio-tests</artifactId>
                 </exclusion>
-             </exclusions>
-        </dependency>                       
+            </exclusions>
+        </dependency>
         <dependency>
             <groupId>org.freehep</groupId>
             <artifactId>freehep-graphicsio-pdf</artifactId>
@@ -345,7 +365,7 @@
                     <groupId>org.freehep</groupId>
                     <artifactId>freehep-graphicsio-tests</artifactId>
                 </exclusion>
-             </exclusions>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.freehep</groupId>
@@ -380,7 +400,7 @@
         </dependency>
         -->
     </dependencies>
-    <profiles>    
+    <profiles>
         <profile>
             <id>submit-plugin-descriptor</id>
             <activation>
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