Author: jvanzyl
Date: Fri Jan 12 12:19:59 2007
New Revision: 495720

URL: http://svn.apache.org/viewvc?view=rev&rev=495720
Log:
o updating licenses

Modified:
    maven/components/branches/maven-2.0.x/maven-core/NOTICE.txt
    maven/components/branches/maven-2.0.x/maven-core/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-core/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core/NOTICE.txt?view=diff&rev=495720&r1=495719&r2=495720
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core/NOTICE.txt (original)
+++ maven/components/branches/maven-2.0.x/maven-core/NOTICE.txt Fri Jan 12 
12:19:59 2007
@@ -1,2 +1,11 @@
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
+
+This product includes software (Plexus and Classworlds) developed by
+The Codehaus Foundation (http://www.codehaus.org/).
+
+This product includes software (JSCH) developed by 
+JCraft Inc. (http://www.jcraft.com/).
+
+This product includes software (JTidy) developed by
+SourceForge (http://www.sourceforge.net/).

Modified: maven/components/branches/maven-2.0.x/maven-core/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core/pom.xml?view=diff&rev=495720&r1=495719&r2=495720
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-core/pom.xml Fri Jan 12 
12:19:59 2007
@@ -36,6 +36,14 @@
           <descriptor>src/assemble/bin.xml</descriptor>
           <finalName>maven-${version}</finalName>
         </configuration>
+        <executions>
+          <execution>
+            <phase>install</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+          </execution>
+        </executions>        
       </plugin>
     </plugins>
   </build>


Reply via email to