Author: tchemit Date: 2010-10-17 01:53:49 +0200 (Sun, 17 Oct 2010) New Revision: 1851 Url: http://nuiton.org/repositories/revision/maven-license-plugin/1851 Log: add some excludes to plugin it-self to avoid breaking tests. Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-16 23:22:00 UTC (rev 1850) +++ trunk/pom.xml 2010-10-16 23:53:49 UTC (rev 1851) @@ -348,7 +348,6 @@ <!-- documentation is in english then french --> <locales>en,fr</locales> - <license.excludes>**/src/it/*</license.excludes> </properties> <build> @@ -416,6 +415,22 @@ <artifactId>maven-release-plugin</artifactId> <version>2.1</version> </plugin> + + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>maven-license-plugin</artifactId> + <configuration> + <excludes> + <exclude>**/it/ano-947/**</exclude> + <exclude>**/it/evol-952/**</exclude> + <exclude>**/it/evol-884/**</exclude> + <exclude>**/it/update-file-header/src/**</exclude> + <exclude>**/it/update-project-license/src/**</exclude> + <exclude>**/updateFileHeaderMojoTest/**</exclude> + <exclude>**/updateLicenseMojoTest/**</exclude> + </excludes> + </configuration> + </plugin> </plugins> </pluginManagement>