Author: olamy Date: Thu Feb 10 21:58:02 2011 New Revision: 1069586 URL: http://svn.apache.org/viewvc?rev=1069586&view=rev Log: ide files ignore add a m2e profile pour incremental build
Modified: maven/surefire/trunk/pom.xml maven/surefire/trunk/surefire-providers/common-junit3/ (props changed) maven/surefire/trunk/surefire-providers/common-junit4/ (props changed) maven/surefire/trunk/surefire-providers/surefire-junit3/ (props changed) Modified: maven/surefire/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?rev=1069586&r1=1069585&r2=1069586&view=diff ============================================================================== --- maven/surefire/trunk/pom.xml (original) +++ maven/surefire/trunk/pom.xml Thu Feb 10 21:58:02 2011 @@ -254,6 +254,11 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + <version>2.4.3</version> + </plugin> + <plugin> <artifactId>maven-site-plugin</artifactId> <version>2.2</version> </plugin> @@ -288,5 +293,37 @@ </pluginManagement> </build> </profile> + <profile> + <id>m2e</id> + <properties> + <m2BuildDirectory>target</m2BuildDirectory> + </properties> + <activation> + <property> + <name>m2e.version</name> + </property> + </activation> + <build> + <directory>${m2BuildDirectory}</directory> + <plugins> + <plugin> + <groupId>org.maven.ide.eclipse</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>0.10.0</version> + <configuration> + <mappingId>customizable</mappingId> + <configurators> + <configurator id="org.maven.ide.eclipse.jdt.javaConfigurator" /> + <configurator id="org.maven.ide.eclipse.modello.modelloConfigurator" /> + <configurator id="org.maven.ide.eclipse.plexus.annotations.plexusConfigurator" /> + </configurators> + <mojoExecutions> + <mojoExecution>org.apache.maven.plugins:maven-resources-plugin::</mojoExecution> + </mojoExecutions> + </configuration> + </plugin> + </plugins> + </build> + </profile> </profiles> </project> Propchange: maven/surefire/trunk/surefire-providers/common-junit3/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Thu Feb 10 21:58:02 2011 @@ -0,0 +1,4 @@ +target +.classpath +.project +.settings Propchange: maven/surefire/trunk/surefire-providers/common-junit4/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Thu Feb 10 21:58:02 2011 @@ -0,0 +1,4 @@ +.settings +target +.classpath +.project Propchange: maven/surefire/trunk/surefire-providers/surefire-junit3/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Thu Feb 10 21:58:02 2011 @@ -0,0 +1,4 @@ +.settings +target +.classpath +.project