LibrePlan / libreplan

LibrePlan - Open Web Planning
https://www.libreplan.dev
GNU Affero General Public License v3.0
291 stars 172 forks source link

Fixed poms : bumped spring #1911

Closed ymauray closed 5 years ago

ymauray commented 5 years ago

Cleaned the poms, bumped spring to a more recent version. It compiles, but I didn't run the unit tests. It also runs ! I compiled with :

mvn  -P-reports,-userguide,-i18n -DskipTests clean install
cd libreplan-webapp/
export MAVEN_OPTS=" -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xmx512m -XX:MaxPermSize=256m"
mvn jetty:run  -Djetty.port=8080