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