1 Reply Latest reply on Jun 16, 2010 11:03 PM by chenchangwen

    Build gatein portal from source problem

      First I downloaded the gatein source,unzip it,follow the readme file," mvn clean install",I got maven build error, lots of deprecated api,so I add <maven.compile.deprecation>off</maven.compile.deprecation> in the pom.xml and that works.

      My problem is , when I import into eclipse(with jboss tools plugsin's & m2eclipse),I got lots of build errors,maven dependencies only recognized 3 jars, slf4j-jdk1.4-1.5.6.jar,slf4j-api.jar and hsqldb-1.8.0.7.jar.

      How can I config maven in eclipse? Thanks