]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.maven/pom.xml
Prepare next development cycle
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.maven / pom.xml
diff --git a/runtime/org.argeo.slc.support.maven/pom.xml b/runtime/org.argeo.slc.support.maven/pom.xml
deleted file mode 100644 (file)
index 1e7ce98..0000000
+++ /dev/null
@@ -1,85 +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.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.support.maven</artifactId>
-       <packaging>jar</packaging>
-       <name>Argeo SLC Support Maven</name>
-       <build>
-               <plugins>
-                       <!-- Look to parent pom for inheritances -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jar-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
-                               <configuration>
-                                       <instructions>
-                                               <Export-Package>
-                                                       org.argeo.slc.maven.*
-                                               </Export-Package>
-                                               <Import-Package>*,org.codehaus.plexus</Import-Package>
-                                               <Fragment-Host>org.argeo.dep.osgi.maven.embedder</Fragment-Host>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.specs</artifactId>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>org.springframework.beans</artifactId>
-               </dependency>
-
-               <!--
-                       <dependency> <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.ant</artifactId> </dependency>
-               <dependency>
-                       <groupId>org.argeo.dep.osgi</groupId>
-                       <artifactId>org.argeo.dep.osgi.maven.embedder</artifactId>
-                       <version>2.0.4.argeo.1-SNAPSHOT</version>
-               </dependency>
-               -->
-
-               <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>com.springsource.org.apache.commons.logging</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>com.springsource.org.apache.commons.io</artifactId>
-               </dependency>
-               <!--
-                       <dependency> <groupId>org.apache.maven</groupId>
-                       <artifactId>maven-embedder</artifactId> <version>2.0.4</version>
-                       <optional>true</optional> <exclusions> <exclusion>
-                       <groupId>commons-logging</groupId>
-                       <artifactId>commons-logging</artifactId> </exclusion> </exclusions>
-                       </dependency>
-               -->
-       </dependencies>
-</project>