]> git.argeo.org Git - gpl/argeo-slc.git/blob - legacy/org.argeo.slc.launcher/pom.xml
Massive Argeo APIs refactoring
[gpl/argeo-slc.git] / legacy / org.argeo.slc.launcher / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <parent>
7 <groupId>org.argeo.slc</groupId>
8 <artifactId>legacy</artifactId>
9 <version>2.3-SNAPSHOT</version>
10 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>org.argeo.slc.launcher</artifactId>
13 <packaging>jar</packaging>
14 <name>SLC Launcher</name>
15 <build>
16 <plugins>
17 <!-- <plugin> -->
18 <!-- <groupId>org.apache.maven.plugins</groupId> -->
19 <!-- <artifactId>maven-assembly-plugin</artifactId> -->
20 <!-- <configuration> -->
21 <!-- <descriptors> -->
22 <!-- <descriptor>assembly/base.xml</descriptor> -->
23 <!-- </descriptors> -->
24 <!-- </configuration> -->
25 <!-- <executions> -->
26 <!-- <execution> -->
27 <!-- <id>assembly-base</id> -->
28 <!-- <phase>package</phase> -->
29 <!-- <goals> -->
30 <!-- <goal>single</goal> -->
31 <!-- </goals> -->
32 <!-- </execution> -->
33 <!-- </executions> -->
34 <!-- </plugin> -->
35 <!-- <plugin> -->
36 <!-- <groupId>org.apache.felix</groupId> -->
37 <!-- <artifactId>maven-bundle-plugin</artifactId> -->
38 <!-- <configuration> -->
39 <!-- <instructions> -->
40 <!-- <Main-Class>org.argeo.slc.cli.SlcMain</Main-Class> -->
41 <!-- </instructions> -->
42 <!-- </configuration> -->
43 <!-- </plugin> -->
44 <!-- <plugin> -->
45 <!-- <artifactId>maven-resources-plugin</artifactId> -->
46 <!-- <executions> -->
47 <!-- <execution> -->
48 <!-- <phase>validate</phase> -->
49 <!-- <goals> -->
50 <!-- <goal>copy-resources</goal> -->
51 <!-- </goals> -->
52 <!-- <configuration> -->
53 <!-- <outputDirectory>${basedir}/target/base</outputDirectory> -->
54 <!-- <resources> -->
55 <!-- <resource> -->
56 <!-- <directory>base</directory> -->
57 <!-- <filtering>true</filtering> -->
58 <!-- </resource> -->
59 <!-- </resources> -->
60 <!-- </configuration> -->
61 <!-- </execution> -->
62 <!-- </executions> -->
63 <!-- </plugin> -->
64 </plugins>
65 </build>
66 <dependencies>
67 <dependency>
68 <groupId>org.argeo.commons</groupId>
69 <artifactId>org.argeo.init</artifactId>
70 <version>${version.argeo-commons}</version>
71 </dependency>
72 </dependencies>
73 </project>