From 93a7142fb1e9a2816590c30734bc17e62ac90ba0 Mon Sep 17 00:00:00 2001 From: Aleksei Kornev Date: Wed, 20 Aug 2014 21:53:17 +0400 Subject: [PATCH] Fix JBehave error reports Certain report decoration resources were missing. --- spring-petclinic-it/pom.xml | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/spring-petclinic-it/pom.xml b/spring-petclinic-it/pom.xml index 839093a9d..39fa9a5ac 100644 --- a/spring-petclinic-it/pom.xml +++ b/spring-petclinic-it/pom.xml @@ -239,6 +239,44 @@ + + maven-dependency-plugin + + + unpack-resources-core + process-resources + + unpack + + + ${project.build.directory}/jbehave/view + true + true + **/*.class + + + org.jbehave + jbehave-core + ${jbehave.core.version} + resources + zip + + + org.jbehave.site + jbehave-site-resources + ${jbehave.site.version} + zip + + + org.jbehave + jbehave-navigator + ${jbehave.core.version} + + + + + + org.codehaus.mojo properties-maven-plugin