]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
a390fcf966874af87c2d2a42717419fcfc56b872
[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>1.1.4-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>1.1.3-SNAPSHOT</version>
13 <properties>
14 <developmentCycle.slc>1.1</developmentCycle.slc>
15 <developmentCycle.startDate>2012-06-27</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}.3-SNAPSHOT</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/trunk</connection>
32 <developerConnection>scm:svn:https://svn.argeo.org/slc/trunk</developerConnection>
33 <url>https://svn.argeo.org/slc/trunk</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 <build>
96 <plugins>
97 <plugin>
98 <artifactId>maven-site-plugin</artifactId>
99 <inherited>false</inherited>
100 <configuration>
101 <skip>false</skip>
102 </configuration>
103 </plugin>
104 </plugins>
105 </build>
106 <repositories>
107 <repository>
108 <id>argeo-commons</id>
109 <url>http://dev.argeo.org/org.argeo.jcr.webapp/public/java/org.argeo.commons-1.1.x</url>
110 <releases>
111 <enabled>true</enabled>
112 <updatePolicy>daily</updatePolicy>
113 <checksumPolicy>warn</checksumPolicy>
114 </releases>
115 </repository>
116 </repositories>
117 <distributionManagement>
118 <repository>
119 <id>staging</id>
120 <url>dav:http://localhost:7080/org.argeo.jcr.webapp/webdav/java/org.argeo.slc-1.1.x</url>
121 <uniqueVersion>false</uniqueVersion>
122 </repository>
123 <site>
124 <id>argeo-slc-site</id>
125 <name>SLC Site</name>
126 <url>file:///srv/projects/www/slc/site/${version.slc}</url>
127 </site>
128 </distributionManagement>
129 </project>