You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/08/31 16:39:34 UTC

svn commit: r690708 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: bentmann
Date: Sun Aug 31 07:39:34 2008
New Revision: 690708

URL: http://svn.apache.org/viewvc?rev=690708&view=rev
Log:
o Enabled debug output for ITs

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=690708&r1=690707&r2=690708&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sun Aug 31 07:39:34 2008
@@ -253,7 +253,7 @@
       <artifactId>maven-plugin-testing-harness</artifactId>
       <version>1.2</version>
       <scope>test</scope>
-    </dependency>    
+    </dependency>
     
   </dependencies>
   
@@ -277,7 +277,7 @@
       </releases>
       <snapshots>
         <enabled>true</enabled>
-      </snapshots>      
+      </snapshots>
     </pluginRepository>
   </pluginRepositories>
   
@@ -387,6 +387,7 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
             <configuration>
+              <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>
               <pomIncludes>
                 <pomInclude>**/**/pom.xml</pomInclude>
@@ -397,8 +398,8 @@
                 <goal>clean</goal>
                 <goal>site</goal>
               </goals>
-              <settingsFile>src/it/settings.xml</settingsFile>  
-              <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>            
+              <settingsFile>src/it/settings.xml</settingsFile>
+              <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>
             </configuration>
             <executions>
               <execution>
@@ -412,7 +413,7 @@
           </plugin>
         </plugins>
       </build>
-    </profile>    
+    </profile>
   </profiles>
   
 </project>