]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - cms/org.argeo.slc.launcher/pom.xml
Clarify overall project structure.
[gpl/argeo-slc.git] / cms / org.argeo.slc.launcher / pom.xml
diff --git a/cms/org.argeo.slc.launcher/pom.xml b/cms/org.argeo.slc.launcher/pom.xml
deleted file mode 100644 (file)
index 79c7a74..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<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.slc</groupId>
-               <artifactId>argeo-slc-cms</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.launcher</artifactId>
-       <packaging>jar</packaging>
-       <name>SLC Launcher</name>
-       <build>
-               <plugins>
-<!--                   <plugin> -->
-<!--                           <groupId>org.apache.maven.plugins</groupId> -->
-<!--                           <artifactId>maven-assembly-plugin</artifactId> -->
-<!--                           <configuration> -->
-<!--                                   <descriptors> -->
-<!--                                           <descriptor>assembly/base.xml</descriptor> -->
-<!--                                   </descriptors> -->
-<!--                           </configuration> -->
-<!--                           <executions> -->
-<!--                                   <execution> -->
-<!--                                           <id>assembly-base</id> -->
-<!--                                           <phase>package</phase> -->
-<!--                                           <goals> -->
-<!--                                                   <goal>single</goal> -->
-<!--                                           </goals> -->
-<!--                                   </execution> -->
-<!--                           </executions> -->
-<!--                   </plugin> -->
-<!--                   <plugin> -->
-<!--                           <groupId>org.apache.felix</groupId> -->
-<!--                           <artifactId>maven-bundle-plugin</artifactId> -->
-<!--                           <configuration> -->
-<!--                                   <instructions> -->
-<!--                                           <Main-Class>org.argeo.slc.cli.SlcMain</Main-Class> -->
-<!--                                   </instructions> -->
-<!--                           </configuration> -->
-<!--                   </plugin> -->
-<!--                   <plugin> -->
-<!--                           <artifactId>maven-resources-plugin</artifactId> -->
-<!--                           <executions> -->
-<!--                                   <execution> -->
-<!--                                           <phase>validate</phase> -->
-<!--                                           <goals> -->
-<!--                                                   <goal>copy-resources</goal> -->
-<!--                                           </goals> -->
-<!--                                           <configuration> -->
-<!--                                                   <outputDirectory>${basedir}/target/base</outputDirectory> -->
-<!--                                                   <resources> -->
-<!--                                                           <resource> -->
-<!--                                                                   <directory>base</directory> -->
-<!--                                                                   <filtering>true</filtering> -->
-<!--                                                           </resource> -->
-<!--                                                   </resources> -->
-<!--                                           </configuration> -->
-<!--                                   </execution> -->
-<!--                           </executions> -->
-<!--                   </plugin> -->
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-       </dependencies>
-</project>
\ No newline at end of file