You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2010/07/07 06:40:54 UTC

svn commit: r961230 - in /activemq/sandbox/activemq-apollo-actor: license-header.txt pom.xml src/ src/main/ src/main/resources/ src/main/resources/license-header.txt

Author: chirino
Date: Wed Jul  7 04:40:54 2010
New Revision: 961230

URL: http://svn.apache.org/viewvc?rev=961230&view=rev
Log:
Better license plugin configuration.

Added:
    activemq/sandbox/activemq-apollo-actor/src/
    activemq/sandbox/activemq-apollo-actor/src/main/
    activemq/sandbox/activemq-apollo-actor/src/main/resources/
    activemq/sandbox/activemq-apollo-actor/src/main/resources/license-header.txt
      - copied, changed from r961229, activemq/sandbox/activemq-apollo-actor/license-header.txt
Removed:
    activemq/sandbox/activemq-apollo-actor/license-header.txt
Modified:
    activemq/sandbox/activemq-apollo-actor/pom.xml

Modified: activemq/sandbox/activemq-apollo-actor/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/pom.xml?rev=961230&r1=961229&r2=961230&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/pom.xml Wed Jul  7 04:40:54 2010
@@ -367,7 +367,7 @@
         <version>1.6.0</version>
         <configuration>
           <quiet>false</quiet>
-          <header>license-header.txt</header>
+          <header>src/main/resources/license-header.txt</header>
           <includes>
               <include>src/**</include>
               <include>**/pom.xml</include>
@@ -375,24 +375,18 @@
           <excludes>
             <!-- can remove once http://code.google.com/p/maven-license-plugin/issues/detail?id=72 is resolved -->
             <exclude>**/*.scaml</exclude>
-
-            <exclude>**/.svn/**</exclude>
             <exclude>**/LICENSE.txt</exclude>
             <exclude>**/LICENSE</exclude>
-            <exclude>**/release.properties</exclude>
-            <exclude>**/cobertura.ser</exclude>
-            <exclude>**/.clover/**</exclude>
-            <exclude>**/.classpath</exclude>
-            <exclude>**/.project</exclude>
-            <exclude>**/.settings/**</exclude>
-            <exclude>**/*.iml</exclude>
-            <exclude>**/*.ipr</exclude>
-            <exclude>**/*.iws</exclude>
+            <exclude>**/.svn/**</exclude>
+            
+            <!-- ignore files produced during a build -->
+            <exclude>**/target/**</exclude>
+            
+            <!-- ignore binary files -->
             <exclude>**/*.jpg</exclude>
             <exclude>**/*.png</exclude>
             <exclude>**/*.gif</exclude>
             <exclude>**/*.ico</exclude>
-            <exclude>**/*.class</exclude>
             <exclude>**/*.keystore</exclude>
           </excludes>
           <useDefaultExcludes>false</useDefaultExcludes>
@@ -402,6 +396,13 @@
               <index>SCRIPT_STYLE</index>
           </mapping>
         </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>        
       </plugin>
 
       <plugin>

Copied: activemq/sandbox/activemq-apollo-actor/src/main/resources/license-header.txt (from r961229, activemq/sandbox/activemq-apollo-actor/license-header.txt)
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/src/main/resources/license-header.txt?p2=activemq/sandbox/activemq-apollo-actor/src/main/resources/license-header.txt&p1=activemq/sandbox/activemq-apollo-actor/license-header.txt&r1=961229&r2=961230&rev=961230&view=diff
==============================================================================
    (empty)