Commit in lcsim-archetype on MAIN
src/main/resources/archetype-resources/pom.xml+1-11.1.1.1 -> 1.2
.cvsignore+1added 1.1
pom.xml+15-51.1.1.1 -> 1.2
+17-6
1 added + 2 modified, total 3 files
Make it work

lcsim-archetype/src/main/resources/archetype-resources
pom.xml 1.1.1.1 -> 1.2
diff -u -r1.1.1.1 -r1.2
--- pom.xml	30 Jan 2009 00:52:13 -0000	1.1.1.1
+++ pom.xml	30 Jan 2009 01:23:30 -0000	1.2
@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>${artifactId}</artifactId>
     <groupId>${groupId}</groupId>
-    <name>LCSim Example</name>
+    <name>LCSim Example - ${artifactId}</name>
     <version>${version}</version>
     <description>Example user project for the org.lcsim project.</description>
     <scm>

lcsim-archetype
.cvsignore added at 1.1
diff -N .cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cvsignore	30 Jan 2009 01:23:31 -0000	1.1
@@ -0,0 +1 @@
+target

lcsim-archetype
pom.xml 1.1.1.1 -> 1.2
diff -u -r1.1.1.1 -r1.2
--- pom.xml	30 Jan 2009 00:52:13 -0000	1.1.1.1
+++ pom.xml	30 Jan 2009 01:23:31 -0000	1.2
@@ -22,9 +22,19 @@
             </plugin>
         </plugins>
     </build>
-    <parent>
-        <groupId>org.lcsim</groupId>
-        <artifactId>lcsim-parent</artifactId>
-        <version>1.4-SNAPSHOT</version>
-    </parent>
+    <profiles>
+        <profile>
+            <id>lcsim-deploy</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <distributionManagement>
+                <repository>
+                    <id>lcsim-maven-slac-linux</id>
+                    <name>org.lcsim Maven Repository</name>
+                    <url>scpexe://cvs.freehep.org///nfs/slac/g/lcd/mc/prj/www/lcsim/maven2/</url>
+                </repository>
+             </distributionManagement>
+        </profile>
+    </profiles>
 </project>
\ No newline at end of file
CVSspam 0.2.8