Author: tchemit Date: 2009-02-11 20:12:09 +0000 (Wed, 11 Feb 2009) New Revision: 1804 Modified: isis-fish/trunk/pom.xml Log: ajout d'un profile pour hudson en attendant de comprendre pourquoi ca ne compile pas sur hudson... Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-02-11 14:09:20 UTC (rev 1803) +++ isis-fish/trunk/pom.xml 2009-02-11 20:12:09 UTC (rev 1804) @@ -729,6 +729,24 @@ </plugins> </build> </profile> + + <!-- un profile a activer sur hudson car on a des problemes de ressources et cela le corrige... --> + <profile> + <id>hudson</id> + <build> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <fork>true</fork> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + </profile> + </profiles> </project>