From d2fcfdd21fa3ef6490cc73bd6ee7057572206660 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 15 Oct 2014 14:03:46 +1100 Subject: [PATCH] add a modernizer maven plugin build profile --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index dde2b62b9..36ccc03b9 100644 --- a/pom.xml +++ b/pom.xml @@ -1956,6 +1956,30 @@ ${jacocoproperty} + + modernizer + + + + org.gaul + modernizer-maven-plugin + 1.1.0 + + 1.8 + + + + modernizer + + modernizer + + process-test-classes + + + + + + -- 2.39.5