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