diff --git a/ws/eclipse/Makefile b/ws/eclipse/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..6d949290b66cad05763a50d2dc0f256a9c1284c8 --- /dev/null +++ b/ws/eclipse/Makefile @@ -0,0 +1,18 @@ +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 + +