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