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