Print

Print


Commit in ExampleMavenProject on MAIN
pom.xml+81.1 -> 1.2


ExampleMavenProject
pom.xml 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- pom.xml	21 May 2008 09:49:09 -0000	1.1
+++ pom.xml	21 May 2008 09:58:52 -0000	1.2
@@ -6,6 +6,14 @@
   <name></name>
   <version>1.0-SNAPSHOT</version>
   <description>A simple example Maven Project for LCSim users.</description>
+  <parent>
+      <groupId>org.lcsim</groupId>
+      <artifactId>lcsim-parent</artifactId>
+      <version>1.1-SNAPSHOT</version>
+  </parent>
+  <build>
+      <defaultGoal>install</defaultGoal>
+  </build>
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
CVSspam 0.2.8