Author: baerrach
Date: Sat Mar 21 21:37:51 2009
New Revision: 757031

URL: http://svn.apache.org/viewvc?rev=757031&view=rev
Log:
project-30 uses javax.servlet:servlet-api:2.3 with downloadSources which 
impacts other ITs expected results (depending on the order the ITs get run) as 
the source is available it will get added to the .classpath.  So any IT that 
depends on javax.servlet:servlet-api:2.3 should also use downloadSources.

Modified:
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-01/pom.xml

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-01/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-01/pom.xml?rev=757031&r1=757030&r2=757031&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-01/pom.xml
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-01/pom.xml
 Sat Mar 21 21:37:51 2009
@@ -14,6 +14,9 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <version>test</version>
+        <configuration>
+          <downloadSources>true</downloadSources>
+        </configuration>        
       </plugin>
     </plugins>
   </build>


Reply via email to