From 3d0f994c745352b2aa1a95f42a82ac9dab68ade1 Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 25 May 2013 13:35:22 +0200 Subject: [PATCH] fix relative paths on unix (#166) --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index abfadc09..51a6d554 100644 --- a/pom.xml +++ b/pom.xml @@ -510,7 +510,7 @@ all ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory - ${basedir}/target/generated-sources/wro4j/ + ${project.build.directory}/${project.build.finalName}/static/ @@ -522,10 +522,6 @@ target/generated-sources/angularjs/ templates - - target/generated-sources/wro4j/ - static -