Skip to content
Snippets Groups Projects
Commit 32b4e910 authored by Goik Martin's avatar Goik Martin
Browse files

parallized helper installation

parent 40ddb20f
No related branches found
No related tags found
No related merge requests found
PRJDIRS=Company HibIntro HtmlExtensionTaglet Jdbc Mediastore Sda1PreExam Xmlparse
all:$(foreach subdir, $(PRJDIRS), $(subdir).p)
%.p:%/pom.xml
cd $*; mvn install
clean:$(foreach subdir, $(PRJDIRS), $(subdir).Clean)
%.Clean:
cd $*; mvn clean;
#remoteclean:
# ssh root@maven.mi.hdm-stuttgart.de rm -rf /var/www/Archetypes/de
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment