You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/01/12 22:29:39 UTC

svn commit: r733904 - in /incubator/openwebbeans/trunk/distribution: pom.xml src/assembly/dist-binary.xml

Author: gerdogdu
Date: Mon Jan 12 13:29:35 2009
New Revision: 733904

URL: http://svn.apache.org/viewvc?rev=733904&view=rev
Log:
Update for adding licences folder into the binary and update checksum pluginvia Mark Struberg

Modified:
    incubator/openwebbeans/trunk/distribution/pom.xml
    incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml

Modified: incubator/openwebbeans/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/distribution/pom.xml?rev=733904&r1=733903&r2=733904&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/distribution/pom.xml (original)
+++ incubator/openwebbeans/trunk/distribution/pom.xml Mon Jan 12 13:29:35 2009
@@ -54,6 +54,13 @@
                     </execution>
                 </executions>
             </plugin>
+             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-install-plugin</artifactId>
+                <configuration>
+                    <createChecksum>true</createChecksum>
+                </configuration>
+            </plugin> 
         </plugins>
     </build>
 

Modified: incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml?rev=733904&r1=733903&r2=733904&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml (original)
+++ incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml Mon Jan 12 13:29:35 2009
@@ -38,6 +38,13 @@
 
     </files>
 
+   <fileSets>
+        <fileSet>
+            <directory>../licences</directory>
+            <outputDirectory>licences</outputDirectory>
+        </fileSet>
+    </fileSets>
+
     <dependencySets>
 
         <dependencySet>