]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Use released Argeo Commons
[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.76</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.15-SNAPSHOT</version>
13 <properties>
14 <version.slc>2.1.15</version.slc>
15 <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>
16 <developmentCycle.slc>2.1</developmentCycle.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 <module>org.argeo.slc.launcher</module>
27
28 <!-- Modules -->
29 <module>org.argeo.slc.agent</module>
30 <module>org.argeo.slc.agent.jcr</module>
31 <module>org.argeo.slc.server.repo</module>
32
33 <!-- E4 -->
34 <module>org.argeo.slc.e4</module>
35
36 <!-- UI -->
37 <module>org.argeo.slc.client.ui</module>
38 <module>org.argeo.slc.client.ui.dist</module>
39 <module>org.argeo.slc.client.rap</module>
40
41 <module>lib</module>
42 <module>dep</module>
43 <module>dist</module>
44 <module>demo</module>
45 </modules>
46 <url>http://projects.argeo.org/slc/</url>
47 <scm>
48 <connection>scm:git:http://git.argeo.org/apache2/argeo-slc.git</connection>
49 <url>http://git.argeo.org/?p=apache2/argeo-slc.git;a=summary</url>
50 <developerConnection>scm:git:https://code.argeo.org/git/apache2/argeo-slc.git</developerConnection>
51 <tag>HEAD</tag>
52 </scm>
53 <inceptionYear>2007</inceptionYear>
54 <licenses>
55 <license>
56 <name>Apache 2</name>
57 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
58 <distribution>repo</distribution>
59 <comments><![CDATA[
60 SLC (Software Life Cycle) framework
61
62 Copyright (C) 2007-2018 Argeo GmbH
63
64 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
65 you may not use this file except in compliance with the License.
66 You may obtain a copy of the License at
67
68 http://www.apache.org/licenses/LICENSE-2.0
69
70 Unless required by applicable law or agreed to in writing, software
71 distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
72 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
73 See the License for the specific language governing permissions and
74 limitations under the License.
75 ]]>
76 </comments>
77 </license>
78 </licenses>
79 <developers>
80 <developer>
81 <id>mbaudier</id>
82 <name>Mathieu Baudier</name>
83 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
84 <organization>Argeo</organization>
85 <organizationUrl>http://www.argeo.org</organizationUrl>
86 <roles>
87 <role>architect</role>
88 <role>developer</role>
89 <role>QA</role>
90 </roles>
91 </developer>
92 <developer>
93 <id>ocapillo</id>
94 <name>Olivier Capillon</name>
95 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=BYw8i94WiejnvegUKJoCZQQr0h-mYlKCNKZVe_3WPIA=]]></email>
96 <organization>Argeo</organization>
97 <organizationUrl>http://www.argeo.org</organizationUrl>
98 <roles>
99 <role>developer</role>
100 </roles>
101 </developer>
102 </developers>
103 <repositories>
104 <repository>
105 <id>argeo</id>
106 <url>http://repo.argeo.org/data/java/argeo-2.1/</url>
107 <releases>
108 <enabled>true</enabled>
109 <updatePolicy>daily</updatePolicy>
110 <checksumPolicy>warn</checksumPolicy>
111 </releases>
112 </repository>
113 </repositories>
114 <reporting>
115 <plugins>
116 <plugin>
117 <artifactId>maven-project-info-reports-plugin</artifactId>
118 <version>2.9</version>
119 <reportSets>
120 <reportSet>
121 <reports>
122 <report>index</report>
123 <report>summary</report>
124 <report>license</report>
125 <report>scm</report>
126 </reports>
127 </reportSet>
128 </reportSets>
129 </plugin>
130 <plugin>
131 <artifactId>maven-javadoc-plugin</artifactId>
132 <version>3.0.0</version>
133 <configuration>
134 <failOnError>false</failOnError>
135 <additionalJOption>-Xdoclint:none</additionalJOption>
136 <excludePackageNames>*.internal.*,org.eclipse.*</excludePackageNames>
137 <encoding>UTF-8</encoding>
138 <detectLinks>true</detectLinks>
139 <links>
140 <link>http://docs.oracle.com/javase/8/docs/api</link>
141 <link>https://osgi.org/javadoc/r5/core</link>
142 <link>https://osgi.org/javadoc/r5/enterprise</link>
143 <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0</link>
144 <link>http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api</link>
145 <link>http://docs.spring.io/spring/docs/3.2.x/javadoc-api</link>
146 </links>
147 </configuration>
148 <reportSets>
149 <reportSet>
150 <id>aggregate-javadoc</id>
151 <inherited>false</inherited>
152 <reports>
153 <report>aggregate</report>
154 </reports>
155 </reportSet>
156 <reportSet>
157 <id>javadoc</id>
158 <reports />
159 </reportSet>
160 </reportSets>
161 </plugin>
162 <plugin>
163 <artifactId>maven-jxr-plugin</artifactId>
164 <version>2.5</version>
165 <reportSets>
166 <reportSet>
167 <id>aggregate-jxr</id>
168 <inherited>false</inherited>
169 <reports>
170 <report>aggregate</report>
171 </reports>
172 </reportSet>
173 <reportSet>
174 <id>jxr</id>
175 <reports />
176 </reportSet>
177 </reportSets>
178 </plugin>
179 </plugins>
180 </reporting>
181 <distributionManagement>
182 <site>
183 <id>staging</id>
184 <url>file:///srv/docfactory/argeo-2.1/site/argeo-slc/</url>
185 </site>
186 </distributionManagement>
187 </project>