You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by br...@apache.org on 2007/03/15 17:20:49 UTC

svn commit: r518699 - in /incubator/yoko/trunk: ./ api/ bindings/ core/ distribution/ maven-plugins/ rmi-impl/ rmi-spec/ tools/ yoko-spec-corba/

Author: bravi
Date: Thu Mar 15 10:20:48 2007
New Revision: 518699

URL: http://svn.apache.org/viewvc?view=rev&rev=518699
Log:
[YOKO-307] - Added the maven-remote-resources plugin (SNAPSHOT version) to add the license, notice & disclaimer to all the jars. Also removed the DISCLAIMER from all the modules because it is auto-generated. We should also consider removing the licenses but currently we have some custom license text.

Removed:
    incubator/yoko/trunk/api/DISCLAIMER.txt
    incubator/yoko/trunk/bindings/DISCLAIMER.txt
    incubator/yoko/trunk/core/DISCLAIMER.txt
    incubator/yoko/trunk/distribution/DISCLAIMER.txt
    incubator/yoko/trunk/maven-plugins/DISCLAIMER.txt
    incubator/yoko/trunk/rmi-impl/DISCLAIMER.txt
    incubator/yoko/trunk/rmi-spec/DISCLAIMER.txt
    incubator/yoko/trunk/tools/DISCLAIMER.txt
    incubator/yoko/trunk/yoko-spec-corba/DISCLAIMER.txt
Modified:
    incubator/yoko/trunk/DISCLAIMER.txt
    incubator/yoko/trunk/pom.xml

Modified: incubator/yoko/trunk/DISCLAIMER.txt
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/DISCLAIMER.txt?view=diff&rev=518699&r1=518698&r2=518699
==============================================================================
--- incubator/yoko/trunk/DISCLAIMER.txt (original)
+++ incubator/yoko/trunk/DISCLAIMER.txt Thu Mar 15 10:20:48 2007
@@ -1 +1,10 @@
-Yoko is an effort undergoing incubation at the Apache Software Foundation (ASF). Incubation is required of all newlyaccepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+Apache YOKO is an effort undergoing incubation at the Apache Software 
+Foundation (ASF), sponsored by the Apache Incubator PMC. 
+
+Incubation is required of all newly accepted projects until a further review 
+indicates that the infrastructure, communications, and decision making process 
+have stabilized in a manner consistent with other successful ASF projects. 
+
+While incubation status is not necessarily a reflection of the completeness 
+or stability of the code, it does indicate that the project has yet to be 
+fully endorsed by the ASF.
\ No newline at end of file

Modified: incubator/yoko/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/pom.xml?view=diff&rev=518699&r1=518698&r2=518699
==============================================================================
--- incubator/yoko/trunk/pom.xml (original)
+++ incubator/yoko/trunk/pom.xml Thu Mar 15 10:20:48 2007
@@ -380,29 +380,6 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <version>${site.version}</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-eclipse-plugin</artifactId>
-                <version>${eclipse.version}</version>
-                <configuration>
-                    <downloadSources>true</downloadSources>
-                    <buildcommands>
-                        <java.lang.String>org.eclipse.jdt.core.javabuilder</java.lang.String>
-                        <java.lang.String>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</java.lang.String>
-                        <java.lang.String>net.sourceforge.pmd.eclipse.pmdBuilder</java.lang.String>
-                    </buildcommands>
-                    <projectnatures>
-                        <nature>org.eclipse.jdt.core.javanature</nature>
-                        <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
-                        <nature>net.sourceforge.pmd.eclipse.pmdNature</nature>
-                    </projectnatures>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <executions>
                     <execution>
@@ -412,10 +389,10 @@
                     </execution>
                 </executions>
             </plugin>
-            <!--
+            <!-- REVISIT to change the version once the 1.0-alpha-4 version is release -->
             <plugin>
                 <artifactId>maven-remote-resources-plugin</artifactId>
-                <version>1.0-alpha-3</version>
+                <version>1.0-alpha-4-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
@@ -434,7 +411,6 @@
                     </execution>
                 </executions>
             </plugin>
-            -->
         </plugins>
         <defaultGoal>install</defaultGoal>
 
@@ -482,7 +458,30 @@
                     </execution>
                 </executions>
             </plugin>
-            </plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>${site.version}</version>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-eclipse-plugin</artifactId>
+                <version>${eclipse.version}</version>
+                <configuration>
+                    <downloadSources>true</downloadSources>
+                    <buildcommands>
+                        <java.lang.String>org.eclipse.jdt.core.javabuilder</java.lang.String>
+                        <java.lang.String>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</java.lang.String>
+                        <java.lang.String>net.sourceforge.pmd.eclipse.pmdBuilder</java.lang.String>
+                    </buildcommands>
+                    <projectnatures>
+                        <nature>org.eclipse.jdt.core.javanature</nature>
+                        <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
+                        <nature>net.sourceforge.pmd.eclipse.pmdNature</nature>
+                    </projectnatures>
+                </configuration>
+            </plugin>
+          </plugins>
         </pluginManagement>