]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
Add JCR MVC
[lgpl/argeo-commons.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo</groupId>
7 <artifactId>parent</artifactId>
8 <version>1.2.0</version>
9 </parent>
10 <groupId>org.argeo.commons</groupId>
11 <artifactId>argeo-commons</artifactId>
12 <version>0.2.3-SNAPSHOT</version>
13 <name>Argeo Commons</name>
14 <packaging>pom</packaging>
15 <properties>
16 <developmentCycle>0.2</developmentCycle>
17 <version.argeo-distribution>1.1.3-SNAPSHOT</version.argeo-distribution>
18 <version.argeo-commons>0.2.3-SNAPSHOT</version.argeo-commons>
19 <version.argeo-ria>0.12.5</version.argeo-ria>
20 <version.equinox>3.6.1</version.equinox>
21 <version.maven-argeo-osgi>0.1.31-SNAPSHOT</version.maven-argeo-osgi>
22 <version.maven-bundle-plugin>2.2.0</version.maven-bundle-plugin>
23 <version.maven-argeo-qooxdoo>1.1.1</version.maven-argeo-qooxdoo>
24 <site.repoBase>file:///srv/projects/www/commons/site</site.repoBase>
25 <site.urlBase>http://projects.argeo.org/commons/site</site.urlBase>
26 </properties>
27 <url>${site.urlBase}/${developmentCycle}</url>
28 <scm>
29 <connection>scm:svn:https://svn.argeo.org/commons/trunk</connection>
30 <developerConnection>scm:svn:https://svn.argeo.org/commons/trunk</developerConnection>
31 <url>https://svn.argeo.org/commons/trunk</url>
32 </scm>
33 <licenses>
34 <license>
35 <name>Apache 2</name>
36 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
37 <distribution>repo</distribution>
38 <comments><![CDATA[
39 SLC - Software LifeCycle framework
40
41 Copyright 2010 Mathieu Baudier
42
43 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
44 you may not use this file except in compliance with the License.
45 You may obtain a copy of the License at
46
47 http://www.apache.org/licenses/LICENSE-2.0
48
49 Unless required by applicable law or agreed to in writing, software
50 distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
51 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
52 See the License for the specific language governing permissions and
53 limitations under the License.
54 ]]>
55 </comments>
56 </license>
57 </licenses>
58 <developers>
59 <developer>
60 <id>mbaudier</id>
61 <name>Mathieu Baudier</name>
62 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
63 <organization>Argeo</organization>
64 <organizationUrl>http://www.argeo.org</organizationUrl>
65 <roles>
66 <role>architect</role>
67 <role>developer</role>
68 <role>QA</role>
69 </roles>
70 </developer>
71 </developers>
72 <modules>
73 <module>basic</module>
74 <module>osgi</module>
75 <module>server</module>
76 <module>eclipse</module>
77 <module>security</module>
78 <module>sandbox</module>
79 </modules>
80 <build>
81 <pluginManagement>
82 <plugins>
83 <plugin>
84 <groupId>org.apache.maven.plugins</groupId>
85 <artifactId>maven-compiler-plugin</artifactId>
86 <version>2.3.2</version>
87 <configuration>
88 <source>1.5</source>
89 <target>1.5</target>
90 </configuration>
91 </plugin>
92 <plugin>
93 <groupId>org.apache.maven.plugins</groupId>
94 <artifactId>maven-source-plugin</artifactId>
95 <version>2.1.2</version>
96 <executions>
97 <execution>
98 <id>attach-sources</id>
99 <phase>package</phase>
100 <goals>
101 <goal>jar</goal>
102 </goals>
103 </execution>
104 </executions>
105 </plugin>
106 <plugin>
107 <groupId>org.apache.maven.plugins</groupId>
108 <artifactId>maven-clean-plugin</artifactId>
109 <version>2.4.1</version>
110 </plugin>
111 <plugin>
112 <groupId>org.apache.maven.plugins</groupId>
113 <artifactId>maven-surefire-plugin</artifactId>
114 <version>2.7.1</version>
115 </plugin>
116 <plugin>
117 <groupId>org.argeo.maven.plugins</groupId>
118 <artifactId>maven-argeo-osgi-plugin</artifactId>
119 <version>${version.maven-argeo-osgi}</version>
120 </plugin>
121 <plugin>
122 <artifactId>maven-jar-plugin</artifactId>
123 <version>2.3.1</version>
124 <configuration>
125 <archive>
126 <manifestFile>META-INF/MANIFEST.MF</manifestFile>
127 </archive>
128 </configuration>
129 </plugin>
130 <plugin>
131 <groupId>org.apache.felix</groupId>
132 <artifactId>maven-bundle-plugin</artifactId>
133 <version>${version.maven-bundle-plugin}</version>
134 <extensions>true</extensions>
135 <configuration>
136 <manifestLocation>META-INF</manifestLocation>
137 <instructions>
138 <Bundle-Version>${project.version}-r${buildNumber}</Bundle-Version>
139 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
140 <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
141 <_removeheaders>Bnd-LastModified</_removeheaders>
142 </instructions>
143 </configuration>
144 <executions>
145 <execution>
146 <id>bundle-manifest</id>
147 <phase>process-classes</phase>
148 <goals>
149 <goal>manifest</goal>
150 </goals>
151 </execution>
152 </executions>
153 </plugin>
154 </plugins>
155 </pluginManagement>
156 <plugins>
157 <plugin>
158 <groupId>org.codehaus.mojo</groupId>
159 <artifactId>buildnumber-maven-plugin</artifactId>
160 <version>1.0-beta-4</version>
161 <executions>
162 <execution>
163 <phase>generate-resources</phase>
164 <goals>
165 <goal>create</goal>
166 </goals>
167 </execution>
168 </executions>
169 <configuration>
170 <doCheck>false</doCheck>
171 <doUpdate>false</doUpdate>
172 <format>{0,date,yyyyMMdd_HHmmss}</format>
173 <items>
174 <item>timestamp</item>
175 </items>
176 <revisionOnScmFailure>git</revisionOnScmFailure>
177 <providerImplementations>
178 <git>svn</git>
179 </providerImplementations>
180 </configuration>
181 </plugin>
182 <plugin>
183 <groupId>org.apache.maven.plugins</groupId>
184 <artifactId>maven-resources-plugin</artifactId>
185 <version>2.4.3</version>
186 <configuration>
187 <encoding>UTF-8</encoding>
188 </configuration>
189 </plugin>
190 <plugin>
191 <groupId>org.apache.maven.plugins</groupId>
192 <artifactId>maven-site-plugin</artifactId>
193 <version>2.1.1</version>
194 </plugin>
195 <plugin>
196 <groupId>org.apache.maven.plugins</groupId>
197 <artifactId>maven-release-plugin</artifactId>
198 <version>2.1</version>
199 <configuration>
200 <autoVersionSubmodules>true</autoVersionSubmodules>
201 <releaseProfiles>release</releaseProfiles>
202 <preparationGoals>clean install</preparationGoals>
203 </configuration>
204 </plugin>
205 <plugin>
206 <groupId>com.mycila.maven-license-plugin</groupId>
207 <artifactId>maven-license-plugin</artifactId>
208 <version>1.8.0</version>
209 <configuration>
210 <header>license-apache2-header.txt</header>
211 <failIfMissing>true</failIfMissing>
212 <aggregate>true</aggregate>
213 <includes>
214 <include>src/**/*.java</include>
215 <include>src/**/*.xml</include>
216 </includes>
217 <excludes>
218 <exclude>**/springutil/**</exclude>
219 <exclude>**/qooxdoo-sdk/**</exclude>
220 </excludes>
221 <useDefaultExcludes>true</useDefaultExcludes>
222 <mapping>
223 <java>SLASHSTAR_STYLE</java>
224 <xml>XML_STYLE</xml>
225 </mapping>
226 </configuration>
227 </plugin>
228 </plugins>
229 </build>
230 <dependencyManagement>
231 <dependencies>
232 <dependency>
233 <groupId>org.argeo.dep</groupId>
234 <artifactId>versions-all</artifactId>
235 <version>${version.argeo-distribution}</version>
236 <type>pom</type>
237 <scope>import</scope>
238 </dependency>
239 </dependencies>
240 </dependencyManagement>
241 <repositories>
242 <repository>
243 <id>argeo</id>
244 <url>http://maven.argeo.org/argeo</url>
245 <releases>
246 <enabled>true</enabled>
247 <updatePolicy>daily</updatePolicy>
248 <checksumPolicy>fail</checksumPolicy>
249 </releases>
250 <snapshots>
251 <enabled>false</enabled>
252 <updatePolicy>never</updatePolicy>
253 <checksumPolicy>fail</checksumPolicy>
254 </snapshots>
255 </repository>
256 </repositories>
257 <distributionManagement>
258 <site>
259 <id>argeo-commons-site</id>
260 <name>Argeo Commons Site</name>
261 <url>file://${site.repoBase}/${developmentCycle}/</url>
262 </site>
263 </distributionManagement>
264 <reporting>
265 <plugins>
266 <plugin>
267 <groupId>org.apache.maven.plugins</groupId>
268 <artifactId>maven-project-info-reports-plugin</artifactId>
269 <version>2.3.1</version>
270 <reportSets>
271 <reportSet>
272 <reports>
273 <report>index</report>
274 <report>summary</report>
275 <report>license</report>
276 <report>scm</report>
277 <report>issue-tracking</report>
278 <report>dependencies</report>
279 </reports>
280 </reportSet>
281 <reportSet>
282 <inherited>false</inherited>
283 <reports>
284 <report>project-team</report>
285 </reports>
286 </reportSet>
287 </reportSets>
288 </plugin>
289 <plugin>
290 <groupId>org.apache.maven.plugins</groupId>
291 <artifactId>maven-javadoc-plugin</artifactId>
292 <version>2.7</version>
293 <inherited>false</inherited>
294 <configuration>
295 <aggregate>true</aggregate>
296 <encoding>UTF-8</encoding>
297 </configuration>
298 </plugin>
299 <plugin>
300 <groupId>org.apache.maven.plugins</groupId>
301 <artifactId>maven-jxr-plugin</artifactId>
302 <version>2.2</version>
303 <configuration>
304 <aggregate>true</aggregate>
305 </configuration>
306 </plugin>
307 <plugin>
308 <groupId>org.apache.maven.plugins</groupId>
309 <artifactId>maven-surefire-report-plugin</artifactId>
310 <version>2.7.1</version>
311 <inherited>false</inherited>
312 <configuration>
313 <aggregate>true</aggregate>
314 </configuration>
315 </plugin>
316 <plugin>
317 <groupId>org.codehaus.mojo</groupId>
318 <artifactId>taglist-maven-plugin</artifactId>
319 <version>2.4</version>
320 <configuration>
321 <aggregate>true</aggregate>
322 <tags>
323 <tag>TODO</tag>
324 <tag>FIXME</tag>
325 <tag>@deprecated</tag>
326 </tags>
327 </configuration>
328 </plugin>
329 <plugin>
330 <groupId>org.apache.maven.plugins</groupId>
331 <artifactId>maven-changelog-plugin</artifactId>
332 <version>2.2</version>
333 <inherited>false</inherited>
334 </plugin>
335 <plugin>
336 <groupId>org.apache.maven.plugins</groupId>
337 <artifactId>maven-pmd-plugin</artifactId>
338 <version>2.3</version>
339 <inherited>false</inherited>
340 <configuration>
341 <linkXref>true</linkXref>
342 <targetJdk>1.5</targetJdk>
343 <aggregate>true</aggregate>
344 <excludes>
345 <exclude>**/springutil/*.java</exclude>
346 </excludes>
347 </configuration>
348 <reportSets>
349 <reportSet>
350 <reports>
351 <report>cpd</report>
352 </reports>
353 </reportSet>
354 </reportSets>
355 </plugin>
356 </plugins>
357 </reporting>
358 <profiles>
359 <profile>
360 <id>release</id>
361 <distributionManagement>
362 <site>
363 <id>argeo-commons-site</id>
364 <name>Argeo Commons Site</name>
365 <url>file://${site.repoBase}/${project.version}</url>
366 </site>
367 </distributionManagement>
368 </profile>
369 </profiles>
370 </project>