]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Improve RPM build
[gpl/argeo-slc.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.commons</groupId>
5 <artifactId>argeo-commons</artifactId>
6 <version>2.1.74-SNAPSHOT</version>
7 </parent>
8 <groupId>org.argeo.slc</groupId>
9 <artifactId>argeo-slc</artifactId>
10 <packaging>pom</packaging>
11 <name>Argeo SLC</name>
12 <version>2.1.14-SNAPSHOT</version>
13 <properties>
14 <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>
15 <version.slc>2.1.14-SNAPSHOT</version.slc>
16 <developmentCycle.slc>2.1</developmentCycle.slc>
17
18 <!-- <version.argeo-rcp>2.1.17-SNAPSHOT</version.argeo-rcp> -->
19 <!-- <version.equinox>3.12.50.v20170928-1321</version.equinox> -->
20 <!-- Embedded Maven -->
21 <!-- <version.maven>3.2.5</version.maven> -->
22 </properties>
23 <modules>
24 <!-- Runtime -->
25 <module>org.argeo.slc.api</module>
26 <module>org.argeo.slc.core</module>
27 <module>org.argeo.slc.unit</module>
28 <module>org.argeo.slc.support</module>
29 <!-- <module>org.argeo.slc.support.maven</module> -->
30 <module>org.argeo.slc.repo</module>
31 <module>org.argeo.slc.factory</module>
32 <module>org.argeo.slc.launcher</module>
33
34 <!-- Modules -->
35 <module>org.argeo.slc.agent</module>
36 <module>org.argeo.slc.agent.jcr</module>
37 <module>org.argeo.slc.server.repo</module>
38
39 <!-- E4 -->
40 <module>org.argeo.slc.e4</module>
41
42 <!-- UI -->
43 <module>org.argeo.slc.client.ui</module>
44 <module>org.argeo.slc.client.ui.dist</module>
45 <module>org.argeo.slc.client.rap</module>
46
47 <module>lib</module>
48 <module>dep</module>
49 <!-- <module>ide</module> -->
50 <module>dist</module>
51 <module>demo</module>
52 </modules>
53 <url>http://projects.argeo.org/slc/</url>
54 <scm>
55 <connection>scm:git:http://git.argeo.org/apache2/argeo-slc.git</connection>
56 <url>http://git.argeo.org/?p=apache2/argeo-slc.git;a=summary</url>
57 <developerConnection>scm:git:https://code.argeo.org/git/apache2/argeo-slc.git</developerConnection>
58 <tag>HEAD</tag>
59 </scm>
60 <inceptionYear>2007</inceptionYear>
61 <licenses>
62 <license>
63 <name>Apache 2</name>
64 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
65 <distribution>repo</distribution>
66 <comments><![CDATA[
67 SLC (Software Life Cycle) framework
68
69 Copyright (C) 2007-2012 Argeo GmbH
70
71 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
72 you may not use this file except in compliance with the License.
73 You may obtain a copy of the License at
74
75 http://www.apache.org/licenses/LICENSE-2.0
76
77 Unless required by applicable law or agreed to in writing, software
78 distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
79 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
80 See the License for the specific language governing permissions and
81 limitations under the License.
82 ]]>
83 </comments>
84 </license>
85 </licenses>
86 <developers>
87 <developer>
88 <id>mbaudier</id>
89 <name>Mathieu Baudier</name>
90 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
91 <organization>Argeo</organization>
92 <organizationUrl>http://www.argeo.org</organizationUrl>
93 <roles>
94 <role>architect</role>
95 <role>developer</role>
96 <role>QA</role>
97 </roles>
98 </developer>
99 <developer>
100 <id>ocapillo</id>
101 <name>Olivier Capillon</name>
102 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=BYw8i94WiejnvegUKJoCZQQr0h-mYlKCNKZVe_3WPIA=]]></email>
103 <organization>Argeo</organization>
104 <organizationUrl>http://www.argeo.org</organizationUrl>
105 <roles>
106 <role>developer</role>
107 </roles>
108 </developer>
109 <developer>
110 <id>bsinou</id>
111 <name>Bruno Sinou</name>
112 <email><![CDATA[http://www.google.com/recaptcha/mailhide/d?k=01SZoYvDnJzcw0KOR7M7u6Qg==&c=SVgEjXA_Uu9ZrNzLES92w1ght6puLFiVpoNUddCfSU8=]]></email>
113 <organization>Argeo</organization>
114 <organizationUrl>http://www.argeo.org</organizationUrl>
115 <roles>
116 <role>developer</role>
117 </roles>
118 </developer>
119 </developers>
120 <build>
121 <plugins>
122 <plugin>
123 <artifactId>maven-site-plugin</artifactId>
124 <inherited>false</inherited>
125 <configuration>
126 <skip>false</skip>
127 </configuration>
128 </plugin>
129 <plugin>
130 <artifactId>maven-javadoc-plugin</artifactId>
131 <configuration>
132 <skip>true</skip>
133 </configuration>
134 </plugin>
135 </plugins>
136 </build>
137 <repositories>
138 <repository>
139 <id>argeo</id>
140 <url>http://forge.argeo.org/data/java/argeo-2.1/</url>
141 <releases>
142 <enabled>true</enabled>
143 <updatePolicy>daily</updatePolicy>
144 <checksumPolicy>warn</checksumPolicy>
145 </releases>
146 </repository>
147 <repository>
148 <id>argeo-rcp</id>
149 <url>http://forge.argeo.org/data/java/argeo-rcp-2.1</url>
150 <releases>
151 <enabled>true</enabled>
152 <updatePolicy>daily</updatePolicy>
153 <checksumPolicy>warn</checksumPolicy>
154 </releases>
155 </repository>
156
157 <!-- Disable Maven default repository -->
158 <repository>
159 <id>central</id>
160 <url>http://repo1.maven.org/maven2</url>
161 <releases>
162 <enabled>false</enabled>
163 </releases>
164 <snapshots>
165 <enabled>false</enabled>
166 </snapshots>
167 </repository>
168 </repositories>
169 <profiles>
170 <profile>
171 <id>localrepo</id>
172 <repositories>
173 <repository>
174 <id>argeo-tp</id>
175 <url>http://localhost:7070/data/java/argeo-${developmentCycle.argeo-commons}</url>
176 <releases>
177 <enabled>true</enabled>
178 <updatePolicy>daily</updatePolicy>
179 <checksumPolicy>warn</checksumPolicy>
180 </releases>
181 </repository>
182 <!-- <repository> -->
183 <!-- <id>argeo-tp-extras</id> -->
184 <!-- <url>http://localhost:7080/data/java/argeo-tp-extras-2.1</url> -->
185 <!-- <releases> -->
186 <!-- <enabled>true</enabled> -->
187 <!-- <updatePolicy>daily</updatePolicy> -->
188 <!-- <checksumPolicy>warn</checksumPolicy> -->
189 <!-- </releases> -->
190 <!-- </repository> -->
191 <repository>
192 <id>argeo-commons</id>
193 <url>http://localhost:7070/data/java/argeo-${developmentCycle.argeo-commons}</url>
194 <releases>
195 <enabled>true</enabled>
196 <updatePolicy>daily</updatePolicy>
197 <checksumPolicy>warn</checksumPolicy>
198 </releases>
199 </repository>
200 </repositories>
201 <distributionManagement>
202 <repository>
203 <id>staging</id>
204 <url>dav:http://localhost:7070/data/java/argeo-slc-${developmentCycle.slc}</url>
205 </repository>
206 <site>
207 <id>staging</id>
208 <url>dav:http://localhost:7070/data/docs/argeo-slc-${developmentCycle.slc}</url>
209 </site>
210 </distributionManagement>
211 </profile>
212 </profiles>
213 </project>