Introduce Argeo Suite Standard deployment.
[gpl/argeo-suite.git] / dist / argeo-office / pom.xml
diff --git a/dist/argeo-office/pom.xml b/dist/argeo-office/pom.xml
deleted file mode 100644 (file)
index dc4c578..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-<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>dist</artifactId>
-               <version>2.3.1-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>argeo-office</artifactId>
-       <packaging>pom</packaging>
-       <name>Argeo Office</name>
-       <dependencies>
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.suite</groupId> -->
-<!--                   <artifactId>org.argeo.suite.standard</artifactId> -->
-<!--                   <version>2.1.16-SNAPSHOT</version> -->
-<!--           </dependency> -->
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.suite</groupId> -->
-<!--                   <artifactId>org.argeo.suite.tracker</artifactId> -->
-<!--                   <version>2.1.16-SNAPSHOT</version> -->
-<!--           </dependency> -->
-       </dependencies>
-       <profiles>
-               <profile>
-                       <id>dist</id>
-                       <dependencies>
-                               <dependency>
-                                       <groupId>org.argeo.suite</groupId>
-                                       <artifactId>org.argeo.suite.dep.e4.rap</artifactId>
-                                       <version>2.3.1-SNAPSHOT</version>
-                               </dependency>
-                               <dependency>
-                                       <groupId>org.argeo.commons</groupId>
-                                       <artifactId>osgi-boot</artifactId>
-                                       <type>zip</type>
-                                       <version>${version.argeo-commons}</version>
-                               </dependency>
-                               <dependency>
-                                       <groupId>org.argeo.commons</groupId>
-                                       <artifactId>argeo-node</artifactId>
-                                       <type>zip</type>
-                                       <version>${version.argeo-commons}</version>
-                               </dependency>
-                       </dependencies>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.apache.maven.plugins</groupId>
-                                               <artifactId>maven-assembly-plugin</artifactId>
-                                               <configuration>
-                                                       <finalName>argeo-suite-${project.version}</finalName>
-                                                       <appendAssemblyId>false</appendAssemblyId>
-                                                       <descriptors>
-                                                               <descriptor>assembly/argeo-office-e4-rap.xml</descriptor>
-                                                       </descriptors>
-                                               </configuration>
-                                               <executions>
-                                                       <execution>
-                                                               <id>assembly-base</id>
-                                                               <phase>package</phase>
-                                                               <goals>
-                                                                       <goal>single</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-       </profiles>
-</project>