]> git.argeo.org Git - gpl/argeo-slc.git/blob - demo/site/org.argeo.slc.demo.basic/pom.xml
Simplify setup
[gpl/argeo-slc.git] / demo / site / org.argeo.slc.demo.basic / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc</groupId>
6 <artifactId>argeo-slc-demo</artifactId>
7 <version>0.11.3-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.slc.demo</groupId>
11 <artifactId>org.argeo.slc.demo.basic</artifactId>
12 <name>Argeo SLC Demo Basic Test Module</name>
13 <packaging>jar</packaging>
14 <properties></properties>
15 <build>
16 <plugins>
17 <plugin>
18 <artifactId>maven-jar-plugin</artifactId>
19 <configuration>
20 <archive>
21 <manifestFile>META-INF/MANIFEST.MF</manifestFile>
22 </archive>
23 <classesDirectory>.</classesDirectory>
24 <includes>
25 <include>conf/**</include>
26 </includes>
27 </configuration>
28 </plugin>
29 </plugins>
30 </build>
31 <dependencies>
32
33 <dependency>
34 <groupId>org.argeo.slc.runtime</groupId>
35 <artifactId>org.argeo.slc.support.equinox</artifactId>
36 </dependency>
37 <dependency>
38 <groupId>org.argeo.slc.runtime</groupId>
39 <artifactId>org.argeo.slc.support.simple</artifactId>
40 </dependency>
41 </dependencies>
42 </project>