Merge remote-tracking branch 'origin/unstable' into testing
[gpl/argeo-suite.git] / dist / pom.xml
diff --git a/dist/pom.xml b/dist/pom.xml
deleted file mode 100644 (file)
index dae809c..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.suite</groupId>
-               <artifactId>argeo-suite</artifactId>
-               <version>2.1-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>dist</artifactId>
-       <name>Argeo Suite Distributions</name>
-       <packaging>pom</packaging>
-       <modules>
-               <module>argeo-suite-standard</module>
-       </modules>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>properties-maven-plugin</artifactId>
-                               <configuration>
-                                       <quiet>true</quiet>
-                                       <files>
-                                               <file>../../cnf/${version.context}.bnd</file>
-                                       </files>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-</project>