]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.dist/pom.xml
Create SLC Dist project
[gpl/argeo-slc.git] / org.argeo.slc.dist / pom.xml
diff --git a/org.argeo.slc.dist/pom.xml b/org.argeo.slc.dist/pom.xml
new file mode 100644 (file)
index 0000000..8fbc6c1
--- /dev/null
@@ -0,0 +1,76 @@
+<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</artifactId>
+               <version>0.10.2-SNAPSHOT</version>
+               <relativePath>../org.argeo.slc</relativePath>
+       </parent>
+       <artifactId>argeo-slc-dist</artifactId>
+       <name>Argeo SLC Dist</name>
+       <packaging>pom</packaging>
+       <description />
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <configuration>
+                                       <descriptors>
+                                               <descriptor>src/assembly/dist.xml</descriptor>
+                                       </descriptors>
+                               </configuration>
+                               <executions>
+                                       <execution>
+                                               <id>attach-assembly</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>single</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
+       <dependencies>
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>argeo-slc-agent</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
+
+               <!--  Additional SLC dependencies -->
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>argeo-slc-agent</artifactId>
+            <version>${project.version}</version>
+                       <type>tar.gz</type>
+                       <classifier>base</classifier>
+               </dependency>
+
+               <!-- Additional Third Parties
+               <dependency>
+                       <groupId>net.sourceforge.jtds</groupId>
+                       <artifactId>jtds</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>mysql</groupId>
+                       <artifactId>mysql-connector-java</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>hsqldb</groupId>
+                       <artifactId>hsqldb</artifactId>
+               </dependency>
+ -->
+        <!-- Required by FTP Ant task
+        <dependency>
+            <groupId>commons-net</groupId>
+            <artifactId>commons-net</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>oro</groupId>
+            <artifactId>oro</artifactId>
+        </dependency>
+ -->
+       </dependencies>
+</project>
\ No newline at end of file