]> git.argeo.org Git - gpl/argeo-suite.git/blob - dist/argeo-suite-demo/pom.xml
4096e1ed02b001033d13b69d8fa3fd7c782da6e2
[gpl/argeo-suite.git] / dist / argeo-suite-demo / 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.suite</groupId>
5 <artifactId>dist</artifactId>
6 <version>2.1.20</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>argeo-suite-demo</artifactId>
10 <packaging>pom</packaging>
11 <name>Argeo Suite Demo</name>
12 <profiles>
13 <profile>
14 <id>rpmbuild</id>
15 <build>
16 <plugins>
17 <plugin>
18 <groupId>org.codehaus.mojo</groupId>
19 <artifactId>rpm-maven-plugin</artifactId>
20 <executions>
21 <execution>
22 <id>rpm</id>
23 <phase>package</phase>
24 <goals>
25 <goal>rpm</goal>
26 </goals>
27 <configuration>
28 <name>argeo-suite-demo</name>
29 <mappings>
30 <mapping>
31 <directory>/etc/argeo.d/demo</directory>
32 <configuration>noreplace</configuration>
33 <directoryIncluded>false</directoryIncluded>
34 <sources>
35 <source>
36 <location>rpm/etc/argeo.d/demo</location>
37 </source>
38 </sources>
39 </mapping>
40 <mapping>
41 <directory>/etc/argeo.d/demo/init</directory>
42 <configuration>noreplace</configuration>
43 <directoryIncluded>false</directoryIncluded>
44 <sources>
45 <source>
46 <location>rpm/etc/argeo.d/demo/init</location>
47 </source>
48 </sources>
49 </mapping>
50 <mapping>
51 <directory>/var/lib/argeo.d/demo/state</directory>
52 <configuration>noreplace</configuration>
53 <directoryIncluded>false</directoryIncluded>
54 <sources>
55 <source>
56 <location>rpm/var/lib/argeo.d/demo/state</location>
57 </source>
58 </sources>
59 </mapping>
60 <mapping>
61 <directory>/etc/systemd/system/argeo@demo.service.d</directory>
62 <configuration>noreplace</configuration>
63 <directoryIncluded>false</directoryIncluded>
64 <sources>
65 <source>
66 <location>rpm/etc/systemd/system/argeo@demo.service.d</location>
67 </source>
68 </sources>
69 </mapping>
70 </mappings>
71 <requires>
72 <require>argeo-suite-ui-rap</require>
73 </requires>
74 </configuration>
75 </execution>
76 </executions>
77 </plugin>
78 </plugins>
79 </build>
80 </profile>
81 </profiles>
82 </project>