]> git.argeo.org Git - gpl/argeo-suite.git/blob - pom.xml
d02fb1405642722a2d59b00d1ac84b1a5d1bfee3
[gpl/argeo-suite.git] / 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.23</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>argeo-suite-standard</artifactId>
10 <packaging>pom</packaging>
11 <name>Argeo Suite Standard</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-standard-unstable</name>
29 <mappings>
30 <mapping>
31 <directory>/etc/argeo.d/suite</directory>
32 <configuration>noreplace</configuration>
33 <directoryIncluded>false</directoryIncluded>
34 <sources>
35 <source>
36 <location>rpm/etc/argeo.d/suite</location>
37 </source>
38 </sources>
39 </mapping>
40 <mapping>
41 <directory>/etc/systemd/system/argeo@suite.service.d</directory>
42 <configuration>noreplace</configuration>
43 <directoryIncluded>false</directoryIncluded>
44 <sources>
45 <source>
46 <location>rpm/etc/systemd/system/argeo@suite.service.d</location>
47 </source>
48 </sources>
49 </mapping>
50 </mappings>
51 <requires>
52 <require>argeo-suite-ui-rap-unstable</require>
53 </requires>
54 </configuration>
55 </execution>
56 </executions>
57 </plugin>
58 </plugins>
59 </build>
60 </profile>
61 </profiles>
62 </project>