From ceffcfae4f572a14e7944f8b166d1e9d8bf94988 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Feb 21 2014 08:02:28 +0000 Subject: Add workaround for configuration/modello bug --- diff --git a/xmvn.spec b/xmvn.spec index fde7bf7..4512daf 100644 --- a/xmvn.spec +++ b/xmvn.spec @@ -50,6 +50,9 @@ ln -s %{_datadir}/maven target/dependency/apache-maven-$mver # skip ITs for now (mix of old & new XMvn config causes issues rm -rf src/it +# probably bug in configuration/modello? +sed -i 's|generated-site/resources/xsd/config|generated-site/xsd/config|' xmvn-core/pom.xml + %build %mvn_build -X