]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.dist/pom.xml
[maven-release-plugin] prepare for next development iteration
[gpl/argeo-slc.git] / org.argeo.slc.dist / pom.xml
1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc</groupId>
5 <artifactId>argeo-slc</artifactId>
6 <version>0.10.3-SNAPSHOT</version>
7 <relativePath>../org.argeo.slc</relativePath>
8 </parent>
9 <artifactId>argeo-slc-dist</artifactId>
10 <name>Argeo SLC Dist</name>
11 <packaging>pom</packaging>
12 <description />
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.maven.plugins</groupId>
17 <artifactId>maven-assembly-plugin</artifactId>
18 <configuration>
19 <descriptors>
20 <descriptor>src/assembly/dist.xml</descriptor>
21 </descriptors>
22 </configuration>
23 <executions>
24 <execution>
25 <id>attach-assembly</id>
26 <phase>package</phase>
27 <goals>
28 <goal>single</goal>
29 </goals>
30 </execution>
31 </executions>
32 </plugin>
33 </plugins>
34 </build>
35 <dependencies>
36 <dependency>
37 <groupId>org.argeo.slc</groupId>
38 <artifactId>argeo-slc-agent</artifactId>
39 <version>${project.version}</version>
40 </dependency>
41
42 <!-- Additional SLC dependencies -->
43 <dependency>
44 <groupId>org.argeo.slc</groupId>
45 <artifactId>argeo-slc-agent</artifactId>
46 <version>${project.version}</version>
47 <type>tar.gz</type>
48 <classifier>base</classifier>
49 </dependency>
50
51 <!-- Additional Third Parties
52 <dependency>
53 <groupId>net.sourceforge.jtds</groupId>
54 <artifactId>jtds</artifactId>
55 </dependency>
56 <dependency>
57 <groupId>mysql</groupId>
58 <artifactId>mysql-connector-java</artifactId>
59 </dependency>
60 <dependency>
61 <groupId>hsqldb</groupId>
62 <artifactId>hsqldb</artifactId>
63 </dependency>
64 -->
65 <!-- Required by FTP Ant task
66 <dependency>
67 <groupId>commons-net</groupId>
68 <artifactId>commons-net</artifactId>
69 </dependency>
70 <dependency>
71 <groupId>oro</groupId>
72 <artifactId>oro</artifactId>
73 </dependency>
74 -->
75 </dependencies>
76 </project>