Author: fchrist
Date: Wed Feb 15 22:35:40 2012
New Revision: 1244770

URL: http://svn.apache.org/viewvc?rev=1244770&view=rev
Log:
STANBOL-493 Bound generation of dependency licenses to compile phase due to 
problems when running eclipse:eclipse

Modified:
    incubator/stanbol/trunk/parent/pom.xml

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1244770&r1=1244769&r2=1244770&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Wed Feb 15 22:35:40 2012
@@ -89,6 +89,7 @@
         <artifactId>license-maven-plugin</artifactId>
         <executions>
           <execution>
+            <phase>compile</phase>
             <goals>
               <goal>add-third-party</goal>
             </goals>
@@ -99,7 +100,7 @@
             </configuration>
           </execution>
         </executions>
-      </plugin>      
+      </plugin>
       <plugin>
         <!-- Compile for Java 6, source is Java 6 -->
         <groupId>org.apache.maven.plugins</groupId>
@@ -244,7 +245,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-eclipse-plugin</artifactId>
-          <version>2.8</version>
+          <version>2.9</version>
+          <configuration>
+            <sourceExcludes>
+              <sourceExclude>DEPENDENCIES-BY-LICENSE</sourceExclude>
+            </sourceExcludes>
+          </configuration>          
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -398,9 +404,6 @@
           <artifactId>maven-remote-resources-plugin</artifactId>
           <executions>
             <execution>
-              <goals>
-                <goal>process</goal>
-              </goals>
               <configuration>
                 <properties>
                   <preDepListText>


Reply via email to