Introduce Commons GIS
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 26 Feb 2011 13:17:07 +0000 (13:17 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 26 Feb 2011 13:17:07 +0000 (13:17 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4215 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

gis/plugins/pom.xml [new file with mode: 0644]
gis/pom.xml [new file with mode: 0644]

diff --git a/gis/plugins/pom.xml b/gis/plugins/pom.xml
new file mode 100644 (file)
index 0000000..b8c4c7b
--- /dev/null
@@ -0,0 +1,47 @@
+<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.commons</groupId>
+               <version>0.2.3-SNAPSHOT</version>
+               <artifactId>gis</artifactId>
+               <relativePath>..</relativePath>
+       </parent>
+       <groupId>org.argeo.commons.gis</groupId>
+       <artifactId>plugins</artifactId>
+       <name>Commons GIS Eclipse plugins</name>
+       <packaging>pom</packaging>
+       <modules>
+               <module>org.argeo.gis.ui</module>
+       </modules>
+       <build>
+               <resources>
+                       <resource>
+                               <directory>src/main/resources</directory>
+                       </resource>
+                       <resource>
+                               <directory>.</directory>
+                               <includes>
+                                       <include>plugin.xml</include>
+                                       <include>META-INF/**</include>
+                                       <include>icons/**</include>
+                               </includes>
+                       </resource>
+               </resources>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-jar-plugin</artifactId>
+                               <configuration>
+                                       <archive>
+                                               <manifestFile>META-INF/MANIFEST.MF</manifestFile>
+                                       </archive>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-source-plugin</artifactId>
+                       </plugin>
+               </plugins>
+       </build>
+</project>
diff --git a/gis/pom.xml b/gis/pom.xml
new file mode 100644 (file)
index 0000000..15b200c
--- /dev/null
@@ -0,0 +1,16 @@
+<?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.commons</groupId>
+               <version>0.2.3-SNAPSHOT</version>
+               <artifactId>argeo-commons</artifactId>
+               <relativePath>..</relativePath>
+       </parent>
+       <artifactId>gis</artifactId>
+       <name>Commons GIS</name>
+       <packaging>pom</packaging>
+       <modules>
+               <module>plugins</module>
+       </modules>
+</project>
\ No newline at end of file