Print

Print


Commit in projects/lcsim/trunk/site on MAIN
pom.xml+24added 2848
starting development on lcsim project website; just a dummy module for now with no functionality (work in progress)

projects/lcsim/trunk/site
pom.xml added at 2848
--- projects/lcsim/trunk/site/pom.xml	                        (rev 0)
+++ projects/lcsim/trunk/site/pom.xml	2013-12-11 21:02:14 UTC (rev 2848)
@@ -0,0 +1,24 @@
+<?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">
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>lcsim-site</artifactId>
+    <name>site</name>
+    <description>lcsim project website</description>
+    <parent>
+        <groupId>org.lcsim</groupId>
+        <artifactId>lcsim-parent</artifactId>
+        <version>3.0-SNAPSHOT</version>
+        <relativePath>../parent/pom.xml</relativePath>
+    </parent>
+    <scm>
+        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
+        <url>${org.lcsim.url}/${project.name}</url>
+    </scm>
+    <distributionManagement>
+        <site>
+            <id>lcsim-site</id>
+            <url>${org.lcsim.site}/${project.artifactId}/${project.version}</url>
+        </site>
+    </distributionManagement>
+</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