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