Ignore target
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 5 May 2018 20:03:54 +0000 (22:03 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 5 May 2018 20:03:54 +0000 (22:03 +0200)
maven/.gitignore [new file with mode: 0644]
maven/target/antrun/build-main.xml [deleted file]

diff --git a/maven/.gitignore b/maven/.gitignore
new file mode 100644 (file)
index 0000000..b83d222
--- /dev/null
@@ -0,0 +1 @@
+/target/
diff --git a/maven/target/antrun/build-main.xml b/maven/target/antrun/build-main.xml
deleted file mode 100644 (file)
index ac929d6..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<project name="maven-antrun-" default="main"  >
-<target name="main">
-  <copy todir="/srv/rpmfactory/argeo-osgi-2/el7" failonerror="false" quiet="true">
-    <fileset includes="*/RPMS/**/*.rpm" dir="/home/mbaudier/dev/git/apache2/argeo-commons/maven/target/rpm"/>
-    <flattenmapper/>
-  </copy>
-</target>
-</project>
\ No newline at end of file