From 45bf96a9d0d7e6f7e51809ec038f0af887eb5fe1 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Thu, 1 May 2014 21:39:54 +0200 Subject: [PATCH] Ignore pom.xml files in classes subdirs --- Sd1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sd1/Makefile b/Sd1/Makefile index d0dfab6df..2f1d8e47c 100644 --- a/Sd1/Makefile +++ b/Sd1/Makefile @@ -15,7 +15,7 @@ BUILDROOT=/tmp # # Directories containing pom.xml files # -POMDIRS= $(shell find P -name pom.xml|sed -e s/pom.xml//g) +POMDIRS= $(shell find P -name pom.xml|grep -v target/classes/META-INF|sed -e s/pom.xml//g) # # Dependent destinations -- GitLab