]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
34b67e1e0365872dee8da72940f1a6e2c914440e
[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>0.4.0</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>0.14.2</version>
13 <properties>
14 <developmentCycle.slc>0.14</developmentCycle.slc>
15 <developmentCycle.startDate>2012-06-19</developmentCycle.startDate>
16 <site.repoBase>file:///srv/projects/www/slc/site</site.repoBase>
17 <site.urlBase>http://projects.argeo.org/slc/site</site.urlBase>
18 <version.slc>${developmentCycle.slc}.2</version.slc>
19 </properties>
20 <modules>
21 <module>runtime</module>
22 <module>modules</module>
23 <module>eclipse</module>
24 <module>demo</module>
25 <module>dep</module>
26 <!-- <module>integration-tests</module> -->
27 <module>dist</module>
28 </modules>
29 <url>${site.urlBase}/${developmentCycle.slc}</url>
30 <scm>
31 <connection>scm:svn:https://svn.argeo.org/slc/tags/argeo-slc-0.14.2</connection>
32 <developerConnection>scm:svn:https://svn.argeo.org/slc/tags/argeo-slc-0.14.2</developerConnection>
33 <url>https://svn.argeo.org/slc/tags/argeo-slc-0.14.2</url>
34 </scm>
35 <inceptionYear>2007</inceptionYear>
36 <licenses>
37 <license>
38 <name>Apache 2</name>
39 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
40 <distribution>repo</distribution>
41 <comments><![CDATA[
42 SLC (Software Life Cycle) framework
43
44 Copyright 2011 Mathieu Baudier
45
46 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
47 you may not use this file except in compliance with the License.
48 You may obtain a copy of the License at
49
50 http://www.apache.org/licenses/LICENSE-2.0
51
52 Unless required by applicable law or agreed to in writing, software
53 distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
54 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
55 See the License for the specific language governing permissions and
56 limitations under the License.
57 ]]>
58 </comments>
59 </license>
60 </licenses>
61 <developers>
62 <developer>
63 <id>mbaudier</id>
64 <name>Mathieu Baudier</name>
65 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
66 <organization>Argeo</organization>
67 <organizationUrl>http://www.argeo.org</organizationUrl>
68 <roles>
69 <role>architect</role>
70 <role>developer</role>
71 <role>QA</role>
72 </roles>
73 </developer>
74 <developer>
75 <id>ocapillo</id>
76 <name>Olivier Capillon</name>
77 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=BYw8i94WiejnvegUKJoCZQQr0h-mYlKCNKZVe_3WPIA=]]></email>
78 <organization>Argeo</organization>
79 <organizationUrl>http://www.argeo.org</organizationUrl>
80 <roles>
81 <role>developer</role>
82 </roles>
83 </developer>
84 <developer>
85 <id>bsinou</id>
86 <name>Bruno Sinou</name>
87 <email><![CDATA[http://www.google.com/recaptcha/mailhide/d?k=01SZoYvDnJzcw0KOR7M7u6Qg==&c=SVgEjXA_Uu9ZrNzLES92w1ght6puLFiVpoNUddCfSU8=]]></email>
88 <organization>Argeo</organization>
89 <organizationUrl>http://www.argeo.org</organizationUrl>
90 <roles>
91 <role>developer</role>
92 </roles>
93 </developer>
94 </developers>
95 <contributors>
96 <contributor>
97 <name>Philippe Rioland</name>
98 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=w76gYPekGIELW7dvvImvvNzdDSJ3sgCmCXJHFngDGlA=]]></email>
99 <organization>CapCo</organization>
100 <organizationUrl>http://www.capco.com</organizationUrl>
101 <roles>
102 <role>tester</role>
103 <role>sponsor</role>
104 </roles>
105 </contributor>
106 </contributors>
107 <build>
108 <plugins>
109 <plugin>
110 <artifactId>maven-site-plugin</artifactId>
111 <inherited>false</inherited>
112 <configuration>
113 <skip>false</skip>
114 </configuration>
115 </plugin>
116 </plugins>
117 </build>
118 <repositories>
119 <repository>
120 <id>argeo</id>
121 <url>http://maven.argeo.org/argeo</url>
122 <releases>
123 <enabled>true</enabled>
124 <updatePolicy>daily</updatePolicy>
125 <checksumPolicy>fail</checksumPolicy>
126 </releases>
127 <snapshots>
128 <enabled>false</enabled>
129 <updatePolicy>never</updatePolicy>
130 <checksumPolicy>fail</checksumPolicy>
131 </snapshots>
132 </repository>
133 <repository>
134 <id>argeo-snapshots</id>
135 <url>http://dev.argeo.org/maven/argeo-snapshots</url>
136 <releases>
137 <enabled>false</enabled>
138 <updatePolicy>never</updatePolicy>
139 <checksumPolicy>fail</checksumPolicy>
140 </releases>
141 <snapshots>
142 <enabled>true</enabled>
143 <updatePolicy>always</updatePolicy>
144 <checksumPolicy>fail</checksumPolicy>
145 </snapshots>
146 </repository>
147 </repositories>
148 <distributionManagement>
149 <site>
150 <id>argeo-slc-site</id>
151 <name>SLC Site</name>
152 <url>file://${site.repoBase}/${developmentCycle.slc}/</url>
153 </site>
154 </distributionManagement>
155 <profiles>
156 <profile>
157 <id>developer</id>
158 <properties>
159 <site.repoBase>file://${user.home}/dev/work/slcSite</site.repoBase>
160 <site.urlBase>${site.repoBase}</site.urlBase>
161 </properties>
162 <distributionManagement>
163 <snapshotRepository>
164 <uniqueVersion>true</uniqueVersion>
165 <id>argeo-snapshots-restricted</id>
166 <name>Argeo FOSS Snapshots Repository</name>
167 <url>scpexe://argeo.org/var/argeo/maven2/argeo-snapshots</url>
168 </snapshotRepository>
169 </distributionManagement>
170 </profile>
171 <profile>
172 <id>release</id>
173 <distributionManagement>
174 <site>
175 <id>argeo-slc-site</id>
176 <name>SLC Site</name>
177 <url>file://${site.repoBase}/${version.slc}</url>
178 </site>
179 </distributionManagement>
180 </profile>
181 </profiles>
182
183 </project>