You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/05/08 12:28:27 UTC

svn commit: r1335405 - in /incubator/syncope/trunk: DISCLAIMER archetype/pom.xml build-tools/pom.xml client/pom.xml console/pom.xml core/pom.xml hibernate-enhancer/pom.xml parent/pom.xml quality/pom.xml

Author: ilgrosso
Date: Tue May  8 10:28:27 2012
New Revision: 1335405

URL: http://svn.apache.org/viewvc?rev=1335405&view=rev
Log:
Adding DISCLAIMER and including in all artifacts

Added:
    incubator/syncope/trunk/DISCLAIMER
Modified:
    incubator/syncope/trunk/archetype/pom.xml
    incubator/syncope/trunk/build-tools/pom.xml
    incubator/syncope/trunk/client/pom.xml
    incubator/syncope/trunk/console/pom.xml
    incubator/syncope/trunk/core/pom.xml
    incubator/syncope/trunk/hibernate-enhancer/pom.xml
    incubator/syncope/trunk/parent/pom.xml
    incubator/syncope/trunk/quality/pom.xml

Added: incubator/syncope/trunk/DISCLAIMER
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/DISCLAIMER?rev=1335405&view=auto
==============================================================================
--- incubator/syncope/trunk/DISCLAIMER (added)
+++ incubator/syncope/trunk/DISCLAIMER Tue May  8 10:28:27 2012
@@ -0,0 +1,10 @@
+Apache Syncope 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.

Modified: incubator/syncope/trunk/archetype/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/archetype/pom.xml?rev=1335405&r1=1335404&r2=1335405&view=diff
==============================================================================
--- incubator/syncope/trunk/archetype/pom.xml (original)
+++ incubator/syncope/trunk/archetype/pom.xml Tue May  8 10:28:27 2012
@@ -163,6 +163,7 @@ under the License.
         <includes>
           <include>LICENSE</include>
           <include>NOTICE</include>
+          <include>DISCLAIMER</include>
         </includes>
       </resource>
     </resources>

Modified: incubator/syncope/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/build-tools/pom.xml?rev=1335405&r1=1335404&r2=1335405&view=diff
==============================================================================
--- incubator/syncope/trunk/build-tools/pom.xml (original)
+++ incubator/syncope/trunk/build-tools/pom.xml Tue May  8 10:28:27 2012
@@ -150,6 +150,7 @@ under the License.
         <includes>
           <include>LICENSE</include>
           <include>NOTICE</include>
+          <include>DISCLAIMER</include>
         </includes>
       </resource>
     </resources>

Modified: incubator/syncope/trunk/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/client/pom.xml?rev=1335405&r1=1335404&r2=1335405&view=diff
==============================================================================
--- incubator/syncope/trunk/client/pom.xml (original)
+++ incubator/syncope/trunk/client/pom.xml Tue May  8 10:28:27 2012
@@ -87,6 +87,7 @@ under the License.
         <includes>
           <include>LICENSE</include>
           <include>NOTICE</include>
+          <include>DISCLAIMER</include>
         </includes>
       </resource>
     </resources>

Modified: incubator/syncope/trunk/console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/console/pom.xml?rev=1335405&r1=1335404&r2=1335405&view=diff
==============================================================================
--- incubator/syncope/trunk/console/pom.xml (original)
+++ incubator/syncope/trunk/console/pom.xml Tue May  8 10:28:27 2012
@@ -355,6 +355,7 @@ under the License.
         <includes>
           <include>LICENSE</include>
           <include>NOTICE</include>
+          <include>DISCLAIMER</include>
         </includes>
       </resource>
     </resources>

Modified: incubator/syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/pom.xml?rev=1335405&r1=1335404&r2=1335405&view=diff
==============================================================================
--- incubator/syncope/trunk/core/pom.xml (original)
+++ incubator/syncope/trunk/core/pom.xml Tue May  8 10:28:27 2012
@@ -583,6 +583,7 @@ under the License.
         <includes>
           <include>LICENSE</include>
           <include>NOTICE</include>
+          <include>DISCLAIMER</include>
         </includes>
       </resource>
     </resources>

Modified: incubator/syncope/trunk/hibernate-enhancer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/hibernate-enhancer/pom.xml?rev=1335405&r1=1335404&r2=1335405&view=diff
==============================================================================
--- incubator/syncope/trunk/hibernate-enhancer/pom.xml (original)
+++ incubator/syncope/trunk/hibernate-enhancer/pom.xml Tue May  8 10:28:27 2012
@@ -60,6 +60,7 @@ under the License.
         <includes>
           <include>LICENSE</include>
           <include>NOTICE</include>
+          <include>DISCLAIMER</include>
         </includes>
       </resource>
     </resources>

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1335405&r1=1335404&r2=1335405&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Tue May  8 10:28:27 2012
@@ -925,7 +925,7 @@ under the License.
           </execution>
         </executions>
       </plugin>
-      <!-- Put LICENSE and NOTICE files in all javadoc artifacts -->
+      <!-- Put NOTICE, LICENSE and DISCLAIMER files in all javadoc artifacts -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
@@ -936,18 +936,15 @@ under the License.
             </goals>
             <phase>process-resources</phase>
             <configuration>
-              <target name="copy-javadoc-files" description="Copy NOTICE/LICENSE files for javadoc jar">
-
-                <echo level="info" message="**** copy-javadoc-files - Copying NOTICE and LICENSE files ****" />
-
-                <mkdir dir="target/apidocs/META-INF" />
+              <target name="copy-javadoc-files" description="Copy NOTICE/LICENSE/DISCLAIMER files for javadoc jars">
+                <mkdir dir="target/apidocs/META-INF"/>
                 <copy todir="target/apidocs/META-INF">
                   <fileset dir="..">
-                    <include name="NOTICE" />
-                    <include name="LICENSE" />
+                    <include name="NOTICE"/>
+                    <include name="LICENSE"/>
+                    <include name="DISCLAIMER"/>
                   </fileset>
                 </copy>
-
               </target>
             </configuration>
           </execution>
@@ -963,6 +960,11 @@ under the License.
               <goal>verify-legal-files</goal>
             </goals>
             <configuration>
+              <requiredFiles>
+                <requiredFile>LICENSE</requiredFile>
+                <requiredFile>NOTICE</requiredFile>
+                <requiredFile>DISCLAIMER</requiredFile>
+              </requiredFiles>
               <!-- Fail the build if any artifacts are missing legal files -->
               <strict>true</strict>
             </configuration>

Modified: incubator/syncope/trunk/quality/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/quality/pom.xml?rev=1335405&r1=1335404&r2=1335405&view=diff
==============================================================================
--- incubator/syncope/trunk/quality/pom.xml (original)
+++ incubator/syncope/trunk/quality/pom.xml Tue May  8 10:28:27 2012
@@ -22,6 +22,8 @@ under the License.
 
   <modelVersion>4.0.0</modelVersion>
 
+  <!-- Parent POM is not Syncope parent POM but Syncope root POM: this is due to avoid circular dependencies between 
+       this POM and Syncope parent POM; specific items related to this are marked below as <SyncopeRootPOM/>. -->
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-root</artifactId>
@@ -33,6 +35,7 @@ under the License.
   <groupId>org.apache.syncope</groupId>
   <artifactId>syncope-quality</artifactId>
 
+  <!-- <SyncopeRootPOM/> -->
   <distributionManagement>
     <site>
       <id>syncope.quality.website</id>
@@ -46,12 +49,14 @@ under the License.
       <resource>
         <directory>src/main/resources</directory>
       </resource>
+      <!-- <SyncopeRootPOM/> -->
       <resource>
         <directory>..</directory>
         <targetPath>META-INF</targetPath>
         <includes>
           <include>LICENSE</include>
           <include>NOTICE</include>
+          <include>DISCLAIMER</include>
         </includes>
       </resource>
     </resources>