Commit in projects/lcsim/trunk on MAIN
parent/pom.xml+8-1892851 -> 2852
site/pom.xml+8-102851 -> 2852
site-parent/pom.xml+209added 2852
+225-199
1 added + 2 modified, total 3 files
current working copy of site config; add site-parent to seperate code module and site config into seperate pom files; parent now inherits from site-parent (for now)

projects/lcsim/trunk/parent
pom.xml 2851 -> 2852
--- projects/lcsim/trunk/parent/pom.xml	2013-12-13 06:33:17 UTC (rev 2851)
+++ projects/lcsim/trunk/parent/pom.xml	2013-12-13 21:15:54 UTC (rev 2852)
@@ -10,14 +10,20 @@
     <version>3.0-SNAPSHOT</version>
     <name>parent</name>
     <url>http://www.lcsim.org/sites/lcsim</url>
-    <description>parent POM file</description>
+    <description>parent POM file for lcsim modules</description>
+    <parent>
+        <groupId>org.lcsim</groupId>
+        <artifactId>lcsim-site-parent</artifactId>
+        <version>3.0-SNAPSHOT</version>
+        <relativePath>../site-parent/pom.xml</relativePath>
+    </parent>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <org.lcsim.cacheDir>${user.home}</org.lcsim.cacheDir>
         <org.lcsim.site>dav:http://srs.slac.stanford.edu/nexus/content/sites/lcsim-site/lcsim</org.lcsim.site>
         <org.lcsim.scm.connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk</org.lcsim.scm.connection>
-        <org.lcsim.version>3.0-SNAPSHOT</org.lcsim.version>
         <org.lcsim.url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk</org.lcsim.url>
+        <org.lcsim.version>3.0-SNAPSHOT</org.lcsim.version>
     </properties>
     <scm>
         <url>${org.lcsim.url}/${project.name}</url>
@@ -70,116 +76,6 @@
             <url>${org.lcsim.site}</url>
         </site>
     </distributionManagement>
-    <developers>
-        <developer>
-            <name>Jeremy McCormick</name>
-            <email>[log in to unmask]</email>
-            <organization>SLAC</organization>
-            <organizationUrl>http://www.slac.stanford.edu/</organizationUrl>
-            <roles>
-                <role>developer</role>
-                <role>release manager</role>
-            </roles>
-            <timezone>-8</timezone>
-            <properties>
-                <aim>jeremyslac</aim>
-                <gtalk>[log in to unmask]</gtalk>
-            </properties>
-        </developer>
-        <developer>
-            <name>Tony Johnson</name>
-            <email>[log in to unmask]</email>
-            <organization>SLAC</organization>
-            <organizationUrl>http://www.slac.stanford.edu/</organizationUrl>
-            <roles>
-                <role>developer</role>
-            </roles>
-            <timezone>-8</timezone>
-        </developer>
-        <developer>
-            <name>Norman Graf</name>
-            <email>[log in to unmask]</email>
-            <organization>SLAC</organization>
-            <organizationUrl>http://www.slac.stanford.edu/</organizationUrl>
-            <roles>
-                <role>developer</role>
-            </roles>
-            <timezone>-8</timezone>
-        </developer>
-    </developers>
-    <contributors>
-        <contributor>
-            <name>Rich Partridge</name>
-            <email>[log in to unmask]</email>
-            <organization>SLAC</organization>
-            <organizationUrl>http://www.slac.stanford.edu</organizationUrl>
-            <roles>
-                <role>developer</role>
-            </roles>
-            <timezone>-8</timezone>
-        </contributor>
-        <contributor>
-            <name>Tim Nelson</name>
-            <email>[log in to unmask]</email>
-            <organization>SLAC</organization>
-            <organizationUrl>http://www.slac.stanford.edu</organizationUrl>
-            <roles>
-                <role>developer</role>
-            </roles>
-            <timezone>-8</timezone>
-        </contributor>
-        <contributor>
-            <name>Pelle Hansson</name>
-            <email>[log in to unmask]</email>
-            <organization>SLAC</organization>
-            <organizationUrl>http://www.slac.stanford.edu</organizationUrl>
-            <roles>
-                <role>developer</role>
-            </roles>
-            <timezone>-8</timezone>
-        </contributor>
-        <contributor>
-            <name>Jan Strube</name>
-            <email>[log in to unmask]</email>
-            <organization>CERN</organization>
-            <organizationUrl>http://cern.ch</organizationUrl>
-            <roles>
-                <role>developer</role>
-            </roles>
-            <timezone>1</timezone>
-        </contributor>
-        <contributor>
-            <name>Christian Grefe</name>
-            <email>[log in to unmask]</email>
-            <organization>CERN</organization>
-            <organizationUrl>http://cern.ch</organizationUrl>
-            <roles>
-                <role>developer</role>
-            </roles>
-            <timezone>1</timezone>
-        </contributor>
-    </contributors>
-    <organization>
-        <name>Linear Collider Detector (LCD)</name>
-        <url>http://www.lcsim.org</url>
-    </organization>
-    <ciManagement>
-        <system>Jenkins</system>
-        <url>http://srs.slac.stanford.edu/hudson/view/lcsim/</url>
-    </ciManagement>
-    <issueManagement>
-        <system>JIRA</system>
-        <url>https://jira.slac.stanford.edu/browse/LCSIM</url>
-    </issueManagement>
-    <mailingLists>
-        <mailingList>
-            <name>lcd-dev</name>
-            <subscribe>Email [log in to unmask] with message: subscribe lcd-dev</subscribe>
-            <unsubscribe>Email [log in to unmask] with message: unsubscribe lcd-dev</unsubscribe>
-            <post>[log in to unmask]</post>
-            <archive>https://listserv.slac.stanford.edu/cgi-bin/wa?A0=LCD-DEV</archive>
-        </mailingList>
-    </mailingLists>
     <dependencies>
         <dependency>
             <groupId>junit</groupId>
@@ -187,79 +83,10 @@
             <version>3.8.2</version>
         </dependency>
     </dependencies>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jxr-plugin</artifactId>
-                <version>2.3</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.7</version>
-                <reportSets>
-                    <reportSet>
-                        <id>non-aggregate</id>
-                        <reports>
-                            <report>dependencies</report>
-                            <report>index</report>
-                            <report>scm</report>
-                            <report>summary</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9.1</version>
-                <configuration>
-                    <source>1.7</source>
-                    <show>private</show>
-                    <detectJavaApiLink>true</detectJavaApiLink>
-                    <links>
-                        <link>http://aida.freehep.org/doc/v3.3.0/api/index.htm</link>
-                        <link>http://java.freehep.org/freehep-physics/apidocs/</link>
-                        <link>http://java.freehep.org/freehep-application/apidocs/index.html</link>
-                        <link>http://java.freehep.org/freehep-sio/apidocs/index.html</link>
-                        <link>http://java.freehep.org/freehep-stdhep/</link>
-                        <link>http://java.freehep.org/heprep/apidocs/</link>
-                        <link>http://www.jdom.org/docs/apidocs/</link>
-                        <link>http://www.gnu.org/software/jel/api/</link>
-                        <link>http://commons.apache.org/proper/commons-cli/apidocs/index.html</link>
-                        <link>http://commons.apache.org/proper/commons-math/javadocs/api-2.2/index.html</link>
-                    </links>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.16</version>
-            </plugin>
-        </plugins>
-    </reporting>
     <build>
         <defaultGoal>install</defaultGoal>
-        <extensions>
-            <extension>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-webdav-jackrabbit</artifactId>
-                <version>2.2</version>
-            </extension>
-        </extensions>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <inherited>false</inherited>
-                <configuration>
-                    <generateReports>false</generateReports>
-                    <skip>true</skip>
-                    <skipDeploy>true</skipDeploy>
-                </configuration>
-            </plugin>
-            <plugin>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <version>1.7</version>
                 <executions>
@@ -324,14 +151,6 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>3.3</version>
-                    <configuration>
-                        <chmod>false</chmod>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-shade-plugin</artifactId>
                     <version>2.2</version>
                 </plugin>

projects/lcsim/trunk/site
pom.xml 2851 -> 2852
--- projects/lcsim/trunk/site/pom.xml	2013-12-13 06:33:17 UTC (rev 2851)
+++ projects/lcsim/trunk/site/pom.xml	2013-12-13 21:15:54 UTC (rev 2852)
@@ -5,13 +5,19 @@
     <artifactId>lcsim-site</artifactId>
     <version>1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>site</name>
-    <description>lcsim project</description>
+    <name>LCSim Project Homepage</name>
+    <description>lcsim site</description>
     <scm>
         <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/site</connection>
         <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/site</developerConnection>
         <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/site</url>
     </scm>
+    <parent>
+        <groupId>org.lcsim</groupId>
+        <artifactId>lcsim-site-parent</artifactId>
+        <version>3.0-SNAPSHOT</version>
+        <relativePath>../site-parent/pom.xml</relativePath>
+    </parent>
     <modules>
         <!-- Selection of modules for the website. The modules detector-data, 
             distribution, and parent are not included. -->
@@ -40,13 +46,6 @@
         </site>
     </distributionManagement>
     <build>
-        <extensions>
-            <extension>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-webdav-jackrabbit</artifactId>
-                <version>2.2</version>
-            </extension>
-        </extensions>
         <pluginManagement>
             <plugins>
                 <plugin>
@@ -82,7 +81,6 @@
                             <report>plugins</report>
                             <report>project-team</report>
                             <report>scm</report>
-                            <report>summary</report>
                         </reports>
                     </reportSet>
                 </reportSets>

projects/lcsim/trunk/site-parent
pom.xml added at 2852
--- projects/lcsim/trunk/site-parent/pom.xml	                        (rev 0)
+++ projects/lcsim/trunk/site-parent/pom.xml	2013-12-13 21:15:54 UTC (rev 2852)
@@ -0,0 +1,209 @@
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <prerequisites>
+        <maven>3.0</maven>
+    </prerequisites>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.lcsim</groupId>
+    <artifactId>lcsim-site-parent</artifactId>
+    <packaging>pom</packaging>
+    <version>3.0-SNAPSHOT</version>
+    <name>site-parent</name>
+    <url>http://www.lcsim.org/sites/lcsim</url>
+    <description>parent POM file</description>
+    <developers>
+        <developer>
+            <name>Jeremy McCormick</name>
+            <email>[log in to unmask]</email>
+            <organization>SLAC</organization>
+            <organizationUrl>http://www.slac.stanford.edu/</organizationUrl>
+            <roles>
+                <role>developer</role>
+                <role>release manager</role>
+            </roles>
+            <timezone>-8</timezone>
+            <properties>
+                <aim>jeremyslac</aim>
+                <gtalk>[log in to unmask]</gtalk>
+            </properties>
+        </developer>
+        <developer>
+            <name>Tony Johnson</name>
+            <email>[log in to unmask]</email>
+            <organization>SLAC</organization>
+            <organizationUrl>http://www.slac.stanford.edu/</organizationUrl>
+            <roles>
+                <role>developer</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <name>Norman Graf</name>
+            <email>[log in to unmask]</email>
+            <organization>SLAC</organization>
+            <organizationUrl>http://www.slac.stanford.edu/</organizationUrl>
+            <roles>
+                <role>developer</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+    </developers>
+    <contributors>
+        <contributor>
+            <name>Rich Partridge</name>
+            <email>[log in to unmask]</email>
+            <organization>SLAC</organization>
+            <organizationUrl>http://www.slac.stanford.edu</organizationUrl>
+            <roles>
+                <role>developer</role>
+            </roles>
+            <timezone>-8</timezone>
+        </contributor>
+        <contributor>
+            <name>Tim Nelson</name>
+            <email>[log in to unmask]</email>
+            <organization>SLAC</organization>
+            <organizationUrl>http://www.slac.stanford.edu</organizationUrl>
+            <roles>
+                <role>developer</role>
+            </roles>
+            <timezone>-8</timezone>
+        </contributor>
+        <contributor>
+            <name>Pelle Hansson</name>
+            <email>[log in to unmask]</email>
+            <organization>SLAC</organization>
+            <organizationUrl>http://www.slac.stanford.edu</organizationUrl>
+            <roles>
+                <role>developer</role>
+            </roles>
+            <timezone>-8</timezone>
+        </contributor>
+        <contributor>
+            <name>Jan Strube</name>
+            <email>[log in to unmask]</email>
+            <organization>CERN</organization>
+            <organizationUrl>http://cern.ch</organizationUrl>
+            <roles>
+                <role>developer</role>
+            </roles>
+            <timezone>1</timezone>
+        </contributor>
+        <contributor>
+            <name>Christian Grefe</name>
+            <email>[log in to unmask]</email>
+            <organization>CERN</organization>
+            <organizationUrl>http://cern.ch</organizationUrl>
+            <roles>
+                <role>developer</role>
+            </roles>
+            <timezone>1</timezone>
+        </contributor>
+    </contributors>
+    <organization>
+        <name>Linear Collider Detector (LCD)</name>
+        <url>http://www.lcsim.org</url>
+    </organization>
+    <ciManagement>
+        <system>Jenkins</system>
+        <url>http://srs.slac.stanford.edu/hudson/view/lcsim/</url>
+    </ciManagement>
+    <issueManagement>
+        <system>JIRA</system>
+        <url>https://jira.slac.stanford.edu/browse/LCSIM</url>
+    </issueManagement>
+    <mailingLists>
+        <mailingList>
+            <name>lcd-dev</name>
+            <subscribe>Email [log in to unmask] with message: subscribe lcd-dev</subscribe>
+            <unsubscribe>Email [log in to unmask] with message: unsubscribe lcd-dev</unsubscribe>
+            <post>[log in to unmask]</post>
+            <archive>https://listserv.slac.stanford.edu/cgi-bin/wa?A0=LCD-DEV</archive>
+        </mailingList>
+    </mailingLists>
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jxr-plugin</artifactId>
+                <version>2.3</version>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.7</version>
+                <reportSets>
+                    <reportSet>
+                        <id>non-aggregate</id>
+                        <reports>
+                            <report>dependencies</report>
+                            <report>index</report>
+                            <report>scm</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.9.1</version>
+                <configuration>
+                    <source>1.7</source>
+                    <show>private</show>
+                    <detectJavaApiLink>true</detectJavaApiLink>
+                    <links>
+                        <link>http://aida.freehep.org/doc/v3.3.0/api/index.htm</link>
+                        <link>http://java.freehep.org/freehep-physics/apidocs/</link>
+                        <link>http://java.freehep.org/freehep-application/apidocs/index.html</link>
+                        <link>http://java.freehep.org/freehep-sio/apidocs/index.html</link>
+                        <link>http://java.freehep.org/freehep-stdhep/</link>
+                        <link>http://java.freehep.org/heprep/apidocs/</link>
+                        <link>http://www.jdom.org/docs/apidocs/</link>
+                        <link>http://www.gnu.org/software/jel/api/</link>
+                        <link>http://commons.apache.org/proper/commons-cli/apidocs/index.html</link>
+                        <link>http://commons.apache.org/proper/commons-math/javadocs/api-2.2/index.html</link>
+                    </links>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+                <version>2.16</version>
+            </plugin>
+        </plugins>
+    </reporting>
+    <build>
+        <extensions>
+            <extension>
+                <groupId>org.apache.maven.wagon</groupId>
+                <artifactId>wagon-webdav-jackrabbit</artifactId>
+                <version>2.2</version>
+            </extension>
+        </extensions>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <inherited>false</inherited>
+                <configuration>
+                    <generateReports>false</generateReports>
+                    <skip>true</skip>
+                    <skipDeploy>true</skipDeploy>
+                </configuration>
+            </plugin>
+        </plugins>
+        <pluginManagement>
+            <plugins>     
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <version>3.3</version>
+                    <configuration>
+                        <chmod>false</chmod>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+</project>
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