Print

Print


Commit in lcsim on MAIN
pom.xml+161.77 -> 1.78
Remove part of pom.xml accidentally removed

lcsim
pom.xml 1.77 -> 1.78
diff -u -r1.77 -r1.78
--- pom.xml	30 Jan 2009 00:43:44 -0000	1.77
+++ pom.xml	30 Jan 2009 07:07:29 -0000	1.78
@@ -134,6 +134,22 @@
                 </configuration>
             </plugin>
             <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <configuration>
+                            <descriptors>
+                                <descriptor>${lcsim.assemblyfile}</descriptor>
+                            </descriptors>
+                        </configuration>
+                        <goals>
+                            <goal>attached</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
CVSspam 0.2.8