From 8347c8962a71c2b16f4a65995baafe31a65ac7f6 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 18 Jan 2017 12:03:03 +0000 Subject: [PATCH] pom.xml: highwheel runs after compile highwheel uses the compiled class files, so needs to be run after the compile phase. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c0d86b0..a679821 100644 --- a/pom.xml +++ b/pom.xml @@ -353,7 +353,7 @@ ${highwheel-maven.version} - validate + compile analyse