Commit in projects/lcsim/trunk on MAIN
parent/pom.xml-12850 -> 2851
pom.xml+2-872850 -> 2851
site/pom.xml+122-172850 -> 2851
+124-105
3 modified files
changes to site config; should fix up structure and only show modules with sites now

projects/lcsim/trunk/parent
pom.xml 2850 -> 2851
--- projects/lcsim/trunk/parent/pom.xml	2013-12-12 04:59:42 UTC (rev 2850)
+++ projects/lcsim/trunk/parent/pom.xml	2013-12-13 06:33:17 UTC (rev 2851)
@@ -67,7 +67,6 @@
         </snapshotRepository>
         <site>
             <id>lcsim-site</id>
-            <name>LCSIM Maven2 central site repository</name>
             <url>${org.lcsim.site}</url>
         </site>
     </distributionManagement>

projects/lcsim/trunk
pom.xml 2850 -> 2851
--- projects/lcsim/trunk/pom.xml	2013-12-12 04:59:42 UTC (rev 2850)
+++ projects/lcsim/trunk/pom.xml	2013-12-13 06:33:17 UTC (rev 2851)
@@ -5,8 +5,8 @@
     <artifactId>lcsim</artifactId>
     <version>1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>lcsim</name>
-    <description>lcsim project</description>
+    <name>lcsim modules</name>
+    <description>lcsim project modules</description>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -35,89 +35,4 @@
         <module>distribution</module>
         <module>analysis</module>
     </modules>
-    <distributionManagement>
-        <site>
-            <id>lcsim-site</id>
-            <url>${org.lcsim.site}</url>
-        </site>
-    </distributionManagement>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <configuration>
-                    <generateReports>true</generateReports>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.7</version>
-                <reportSets>
-                    <reportSet>
-                        <id>aggregate</id>
-                        <reports>
-                            <report>cim</report>
-                            <report>dependency-convergence</report>
-                            <report>index</report>
-                            <report>issue-tracking</report>
-                            <report>mailing-list</report>
-                            <report>modules</report>
-                            <report>plugin-management</report>
-                            <report>plugins</report>
-                            <report>project-team</report>
-                            <report>scm</report>
-                            <report>summary</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-changes-plugin</artifactId>
-                <version>2.9</version>
-                <configuration>
-                    <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version,Created</columnNames>
-                    <sortColumnNames>Type,Key DESC</sortColumnNames>
-                    <statusIds>Resolved, Closed</statusIds>
-                    <maxEntries>9999</maxEntries> 
-                </configuration> 
-                <reportSets> 
-                    <reportSet> 
-                        <reports> 
-                            <report>jira-report</report> 
-                        </reports> 
-                    </reportSet> 
-                </reportSets> 
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9.1</version>
-                <reportSets>
-                    <reportSet>
-                        <id>aggregate</id>
-                        <reports>
-                            <report>aggregate</report>
-                            <report>test-aggregate</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jxr-plugin</artifactId>
-                <version>2.3</version>
-                <configuration>
-                    <aggregate>true</aggregate>
-                    <linkJavadoc>true</linkJavadoc>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
 </project>

projects/lcsim/trunk/site
pom.xml 2850 -> 2851
--- projects/lcsim/trunk/site/pom.xml	2013-12-12 04:59:42 UTC (rev 2850)
+++ projects/lcsim/trunk/site/pom.xml	2013-12-13 06:33:17 UTC (rev 2851)
@@ -1,29 +1,134 @@
 <?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">
+<project>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.lcsim</groupId>
     <artifactId>lcsim-site</artifactId>
+    <version>1.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
     <name>site</name>
-    <description>project website</description>
-    <parent>
-        <groupId>org.lcsim</groupId>
-        <artifactId>lcsim-parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
-    </parent>
+    <description>lcsim project</description>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <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>
+    <modules>
+        <!-- Selection of modules for the website. The modules detector-data, 
+            distribution, and parent are not included. -->
+        <module>../aida</module>       
+        <module>../analysis</module>
+        <module>../cal-calib</module>
+        <module>../cal-recon</module>
+        <module>../conditions</module>
+        <module>../detector-framework</module>
+        <module>../event-heprep</module>
+        <module>../event-model</module>
+        <module>../event-processing</module>
+        <module>../job-manager</module>
+        <module>../math</module>
+        <module>../plugin</module>
+        <module>../recon-drivers</module>
+        <module>../tracking</module>
+        <module>../trf</module>
+        <module>../vertexing</module>
+        <module>../util</module>
+    </modules>
+    <distributionManagement>
+        <site>
+            <id>lcsim-site</id>
+            <url>dav:http://srs.slac.stanford.edu/nexus/content/sites/lcsim-site/lcsim</url>
+        </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>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <configuration>
+                        <chmod>false</chmod>
+                        <generateReports>true</generateReports>
+                        <generateSitemap>true</generateSitemap>
+                        <generateProjectInfo>true</generateProjectInfo>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+    <reporting>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.7</version>
+                <reportSets>
+                    <reportSet>
+                        <id>aggregate</id>
+                        <reports>
+                            <report>cim</report>
+                            <report>dependency-convergence</report>
+                            <report>index</report>
+                            <report>issue-tracking</report>
+                            <report>mailing-list</report>
+                            <report>modules</report>
+                            <report>plugin-management</report>
+                            <report>plugins</report>
+                            <report>project-team</report>
+                            <report>scm</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-changes-plugin</artifactId>
+                <version>2.9</version>
                 <configuration>
-                    <generateReports>false</generateReports> 
-                </configuration> 
-            </plugin> 
-        </plugins> 
-    </build>
+                    <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix
+                        Version,Created</columnNames>
+                    <sortColumnNames>Type,Key DESC</sortColumnNames>
+                    <statusIds>Resolved, Closed</statusIds>
+                    <maxEntries>9999</maxEntries>
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>jira-report</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.9.1</version>
+                <reportSets>
+                    <reportSet>
+                        <id>aggregate</id>
+                        <reports>
+                            <report>aggregate</report>
+                            <report>test-aggregate</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jxr-plugin</artifactId>
+                <version>2.3</version>
+                <configuration>
+                    <aggregate>true</aggregate>
+                    <linkJavadoc>true</linkJavadoc>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
 </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