You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Benjamin Bentmann <be...@udo.edu> on 2009/03/30 20:06:28 UTC

Re: svn commit: r759846 - in /maven/plugins/trunk/maven-eclipse-plugin: ./ src/main/java/org/apache/maven/plugin/eclipse/ src/test/java/org/apache/maven/plugin/eclipse/ src/test/java/org/apache/maven/plugin/eclipse/it/ src/test/resources/projects/project-5...

Hi Barrie,

> Author: baerrach
> Date: Mon Mar 30 06:26:34 2009
> New Revision: 759846
> 
> URL: http://svn.apache.org/viewvc?rev=759846&view=rev
> Log:
> [MECLIPSE-104] - Add the ability to specify source inclusions/exclusions
> Submitted by: Richard van der Hoff
> 
> The configuration for EclipsePlugin now accepts 
> <sourceInclusions>
>   <sourceInclusion>XXX</sourceInclusion>
> <sourceInclusions>
> (same for sourceExclusions)
> 
> to modifiy the classpath entries for source directories.
> 
> **/*.java is always added if it is a java (or pde) project
> **/*.aj is always added if it is an ajdt project.
> 
> Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
> URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=759846&r1=759845&r2=759846&view=diff
> ==============================================================================
> --- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
> +++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Mon Mar 30 06:26:34 2009
> @@ -27,7 +27,7 @@
>      <version>13</version>
>    </parent>
>    <artifactId>maven-eclipse-plugin</artifactId>
> -  <version>2.7-SNAPSHOT</version>
> +  <version>2.6.1-SNAPSHOT</version>

Given this is a new feature, wouldn't version 2.7 be more appropriate 
for the next release?


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org