You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/12/12 22:00:59 UTC

svn commit: r603741 - /geronimo/gshell/trunk/gshell-diet/gshell-diet-log4j/pom.xml

Author: jdillon
Date: Wed Dec 12 13:00:58 2007
New Revision: 603741

URL: http://svn.apache.org/viewvc?rev=603741&view=rev
Log:
Add preProjectText for log4j legal muck

Modified:
    geronimo/gshell/trunk/gshell-diet/gshell-diet-log4j/pom.xml

Modified: geronimo/gshell/trunk/gshell-diet/gshell-diet-log4j/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-diet/gshell-diet-log4j/pom.xml?rev=603741&r1=603740&r2=603741&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-diet/gshell-diet-log4j/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-diet/gshell-diet-log4j/pom.xml Wed Dec 12 13:00:58 2007
@@ -45,6 +45,29 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-remote-resources-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>process</goal>
+                        </goals>
+                        <configuration>
+                            <resourceBundles>
+                                <resourceBundle>org.apache.geronimo.genesis:legal-bundle:1.3-SNAPSHOT</resourceBundle>
+                            </resourceBundles>
+                            <properties>
+                                <preProjectText>
+This product includes/uses software(s) developed by 'Apache Software Foundation' (http://www.apache.org)
+  - Log4j (http://logging.apache.org/log4j/docs/)
+                                </preProjectText>
+                            </properties>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
                 <executions>
                     <execution>