]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
Move site directory
[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.3.4-SNAPSHOT</version>
13 <name>Argeo Commons</name>
14 <packaging>pom</packaging>
15 <properties>
16 <developmentCycle>0.3</developmentCycle>
17 <version.argeo-distribution>1.1.6-SNAPSHOT</version.argeo-distribution>
18 <version.argeo-commons>0.3.4-SNAPSHOT</version.argeo-commons>
19 <version.equinox>3.6.2</version.equinox>
20 <!-- maven -->
21 <version.maven-argeo-osgi>1.0.33</version.maven-argeo-osgi>
22 <version.maven-argeo-qooxdoo>1.1.1</version.maven-argeo-qooxdoo>
23 <!-- distribution -->
24 <site.repoBase>file:///srv/projects/www/commons/site</site.repoBase>
25 <site.urlBase>http://projects.argeo.org/commons/site</site.urlBase>
26 <rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-staging/6/x86_64</rpm.stagingRepository>
27 </properties>
28 <modules>
29 <module>basic</module>
30 <module>osgi</module>
31 <module>server</module>
32 <module>eclipse</module>
33 <module>security</module>
34 <module>demo</module>
35 </modules>
36 <url>${site.urlBase}/${developmentCycle}</url>
37 <scm>
38 <connection>scm:svn:https://svn.argeo.org/commons/trunk</connection>
39 <developerConnection>scm:svn:https://svn.argeo.org/commons/trunk</developerConnection>
40 <url>https://svn.argeo.org/commons/trunk</url>
41 </scm>
42 <licenses>
43 <license>
44 <name>Apache 2</name>
45 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
46 <distribution>repo</distribution>
47 <comments><![CDATA[
48 SLC - Software LifeCycle framework
49
50 Copyright 2010 Mathieu Baudier
51
52 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
53 you may not use this file except in compliance with the License.
54 You may obtain a copy of the License at
55
56 http://www.apache.org/licenses/LICENSE-2.0
57
58 Unless required by applicable law or agreed to in writing, software
59 distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
60 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
61 See the License for the specific language governing permissions and
62 limitations under the License.
63 ]]>
64 </comments>
65 </license>
66 </licenses>
67 <developers>
68 <developer>
69 <id>mbaudier</id>
70 <name>Mathieu Baudier</name>
71 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
72 <organization>Argeo</organization>
73 <organizationUrl>http://www.argeo.org</organizationUrl>
74 <roles>
75 <role>architect</role>
76 <role>developer</role>
77 <role>QA</role>
78 </roles>
79 </developer>
80 </developers>
81 <build>
82 <extensions>
83 <extension>
84 <groupId>org.apache.maven.wagon</groupId>
85 <artifactId>wagon-webdav</artifactId>
86 <version>1.0-beta-2</version>
87 </extension>
88 </extensions>
89 <pluginManagement>
90 <plugins>
91 <!-- Maven -->
92 <plugin>
93 <artifactId>maven-compiler-plugin</artifactId>
94 <version>2.3.2</version>
95 <configuration>
96 <source>1.5</source>
97 <target>1.5</target>
98 </configuration>
99 </plugin>
100 <plugin>
101 <artifactId>maven-source-plugin</artifactId>
102 <version>2.1.2</version>
103 <executions>
104 <execution>
105 <id>attach-sources</id>
106 <phase>package</phase>
107 <goals>
108 <goal>jar</goal>
109 </goals>
110 </execution>
111 </executions>
112 </plugin>
113 <plugin>
114 <artifactId>maven-clean-plugin</artifactId>
115 <version>2.4.1</version>
116 </plugin>
117 <plugin>
118 <artifactId>maven-surefire-plugin</artifactId>
119 <version>2.7.1</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 <artifactId>maven-antrun-plugin</artifactId>
132 <version>1.7</version>
133 </plugin>
134 <plugin>
135 <artifactId>maven-resources-plugin</artifactId>
136 <version>2.4.3</version>
137 </plugin>
138 <plugin>
139 <artifactId>maven-site-plugin</artifactId>
140 <version>2.1.1</version>
141 </plugin>
142 <plugin>
143 <artifactId>maven-release-plugin</artifactId>
144 <version>2.1</version>
145 </plugin>
146 <!-- Apache -->
147 <plugin>
148 <groupId>org.apache.felix</groupId>
149 <artifactId>maven-bundle-plugin</artifactId>
150 <version>2.2.0</version>
151 <extensions>true</extensions>
152 <configuration>
153 <manifestLocation>META-INF</manifestLocation>
154 <instructions>
155 <Bundle-Version>${project.version}-r${buildNumber}</Bundle-Version>
156 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
157 <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
158 <_removeheaders>Bnd-LastModified</_removeheaders>
159 </instructions>
160 </configuration>
161 <executions>
162 <execution>
163 <id>bundle-manifest</id>
164 <phase>process-classes</phase>
165 <goals>
166 <goal>manifest</goal>
167 </goals>
168 </execution>
169 </executions>
170 </plugin>
171 <!-- Codehaus -->
172 <plugin>
173 <groupId>org.codehaus.mojo</groupId>
174 <artifactId>buildnumber-maven-plugin</artifactId>
175 <version>1.0-beta-4</version>
176 </plugin>
177 <plugin>
178 <groupId>org.codehaus.mojo</groupId>
179 <artifactId>rpm-maven-plugin</artifactId>
180 <version>2.1-alpha-1</version>
181 <extensions>true</extensions>
182 <configuration>
183 <version>${project.version}</version>
184 <release>r${buildNumber}.el6</release>
185 <distribution>argeo6</distribution>
186 <packager>mbaudier@argeo.org</packager>
187 <group>Applications/System</group>
188 <prefix>/usr</prefix>
189 </configuration>
190 </plugin>
191 <plugin>
192 <groupId>org.codehaus.mojo</groupId>
193 <artifactId>exec-maven-plugin</artifactId>
194 <version>1.2.1</version>
195 </plugin>
196 <!-- Argeo -->
197 <plugin>
198 <groupId>org.argeo.maven.plugins</groupId>
199 <artifactId>maven-argeo-osgi-plugin</artifactId>
200 <version>${version.maven-argeo-osgi}</version>
201 </plugin>
202 <!-- Others -->
203 <plugin>
204 <groupId>com.mycila.maven-license-plugin</groupId>
205 <artifactId>maven-license-plugin</artifactId>
206 <version>1.8.0</version>
207 </plugin>
208 </plugins>
209 </pluginManagement>
210 <plugins>
211 <plugin>
212 <groupId>org.codehaus.mojo</groupId>
213 <artifactId>buildnumber-maven-plugin</artifactId>
214 <executions>
215 <execution>
216 <phase>generate-resources</phase>
217 <goals>
218 <goal>create</goal>
219 </goals>
220 </execution>
221 </executions>
222 <configuration>
223 <doCheck>false</doCheck>
224 <doUpdate>false</doUpdate>
225 <format>{0,date,yyyyMMdd_HHmmss}</format>
226 <items>
227 <item>timestamp</item>
228 </items>
229 <revisionOnScmFailure>git</revisionOnScmFailure>
230 <providerImplementations>
231 <git>svn</git>
232 </providerImplementations>
233 </configuration>
234 </plugin>
235 <plugin>
236 <groupId>org.apache.maven.plugins</groupId>
237 <artifactId>maven-resources-plugin</artifactId>
238 <configuration>
239 <encoding>UTF-8</encoding>
240 </configuration>
241 </plugin>
242 <plugin>
243 <groupId>org.apache.maven.plugins</groupId>
244 <artifactId>maven-site-plugin</artifactId>
245 <configuration>
246 <siteDirectory>doc/site</siteDirectory>
247 </configuration>
248 </plugin>
249 <plugin>
250 <groupId>org.apache.maven.plugins</groupId>
251 <artifactId>maven-release-plugin</artifactId>
252 <configuration>
253 <autoVersionSubmodules>true</autoVersionSubmodules>
254 <releaseProfiles>release</releaseProfiles>
255 <preparationGoals>clean install</preparationGoals>
256 </configuration>
257 </plugin>
258 <plugin>
259 <groupId>com.mycila.maven-license-plugin</groupId>
260 <artifactId>maven-license-plugin</artifactId>
261 <configuration>
262 <header>license-apache2-header.txt</header>
263 <failIfMissing>true</failIfMissing>
264 <aggregate>true</aggregate>
265 <includes>
266 <include>src/**/*.java</include>
267 <include>src/**/*.xml</include>
268 </includes>
269 <excludes>
270 <exclude>**/springutil/**</exclude>
271 <exclude>**/qooxdoo-sdk/**</exclude>
272 </excludes>
273 <useDefaultExcludes>true</useDefaultExcludes>
274 <mapping>
275 <java>SLASHSTAR_STYLE</java>
276 <xml>XML_STYLE</xml>
277 </mapping>
278 </configuration>
279 </plugin>
280 </plugins>
281 </build>
282 <dependencyManagement>
283 <dependencies>
284 <dependency>
285 <groupId>org.argeo.dep</groupId>
286 <artifactId>versions-all</artifactId>
287 <version>${version.argeo-distribution}</version>
288 <type>pom</type>
289 <scope>import</scope>
290 </dependency>
291 </dependencies>
292 </dependencyManagement>
293 <repositories>
294 <repository>
295 <id>argeo</id>
296 <url>http://maven.argeo.org/argeo</url>
297 <releases>
298 <enabled>true</enabled>
299 <updatePolicy>daily</updatePolicy>
300 <checksumPolicy>fail</checksumPolicy>
301 </releases>
302 <snapshots>
303 <enabled>false</enabled>
304 <updatePolicy>never</updatePolicy>
305 <checksumPolicy>fail</checksumPolicy>
306 </snapshots>
307 </repository>
308 </repositories>
309 <distributionManagement>
310 <site>
311 <id>argeo-commons-site</id>
312 <name>Argeo Commons Site</name>
313 <url>file://${site.repoBase}/${developmentCycle}/</url>
314 </site>
315 </distributionManagement>
316 <reporting>
317 <plugins>
318 <plugin>
319 <groupId>org.apache.maven.plugins</groupId>
320 <artifactId>maven-project-info-reports-plugin</artifactId>
321 <version>2.3.1</version>
322 <reportSets>
323 <reportSet>
324 <reports>
325 <report>index</report>
326 <report>summary</report>
327 <report>license</report>
328 <report>scm</report>
329 <report>issue-tracking</report>
330 <report>dependencies</report>
331 </reports>
332 </reportSet>
333 <reportSet>
334 <inherited>false</inherited>
335 <reports>
336 <report>project-team</report>
337 </reports>
338 </reportSet>
339 </reportSets>
340 </plugin>
341 <plugin>
342 <groupId>org.apache.maven.plugins</groupId>
343 <artifactId>maven-javadoc-plugin</artifactId>
344 <version>2.7</version>
345 <inherited>false</inherited>
346 <configuration>
347 <aggregate>true</aggregate>
348 <encoding>UTF-8</encoding>
349 </configuration>
350 </plugin>
351 <plugin>
352 <groupId>org.apache.maven.plugins</groupId>
353 <artifactId>maven-jxr-plugin</artifactId>
354 <version>2.2</version>
355 <configuration>
356 <aggregate>true</aggregate>
357 </configuration>
358 </plugin>
359 <plugin>
360 <groupId>org.apache.maven.plugins</groupId>
361 <artifactId>maven-surefire-report-plugin</artifactId>
362 <version>2.7.1</version>
363 <inherited>false</inherited>
364 <configuration>
365 <aggregate>true</aggregate>
366 </configuration>
367 </plugin>
368 <plugin>
369 <groupId>org.codehaus.mojo</groupId>
370 <artifactId>taglist-maven-plugin</artifactId>
371 <version>2.4</version>
372 <configuration>
373 <aggregate>true</aggregate>
374 <tags>
375 <tag>TODO</tag>
376 <tag>FIXME</tag>
377 <tag>@deprecated</tag>
378 </tags>
379 </configuration>
380 </plugin>
381 <plugin>
382 <groupId>org.apache.maven.plugins</groupId>
383 <artifactId>maven-changelog-plugin</artifactId>
384 <version>2.2</version>
385 <inherited>false</inherited>
386 </plugin>
387 <plugin>
388 <groupId>org.apache.maven.plugins</groupId>
389 <artifactId>maven-pmd-plugin</artifactId>
390 <version>2.3</version>
391 <inherited>false</inherited>
392 <configuration>
393 <linkXref>true</linkXref>
394 <targetJdk>1.5</targetJdk>
395 <aggregate>true</aggregate>
396 <excludes>
397 <exclude>**/springutil/*.java</exclude>
398 </excludes>
399 </configuration>
400 <reportSets>
401 <reportSet>
402 <reports>
403 <report>cpd</report>
404 </reports>
405 </reportSet>
406 </reportSets>
407 </plugin>
408 </plugins>
409 </reporting>
410 <profiles>
411 <profile>
412 <id>release</id>
413 <distributionManagement>
414 <site>
415 <id>argeo-commons-site</id>
416 <name>Argeo Commons Site</name>
417 <url>file://${site.repoBase}/${project.version}</url>
418 </site>
419 </distributionManagement>
420 </profile>
421 <profile>
422 <id>localrepo</id>
423 <distributionManagement>
424 <repository>
425 <id>localrepo</id>
426 <name>Internal Release Repository</name>
427 <url>dav:http://localrepo:7080/org.argeo.jcr.webapp/webdav/node/main/repo</url>
428 </repository>
429 <snapshotRepository>
430 <id>localrepo.snapshots</id>
431 <name>Internal Snapshot Repository</name>
432 <url>dav:http://localrepo:7080/org.argeo.jcr.webapp/webdav/node/main/repo</url>
433 </snapshotRepository>
434 </distributionManagement>
435 </profile>
436 <profile>
437 <id>full</id>
438 <modules>
439 <module>doc</module>
440 <module>sandbox</module>
441 </modules>
442 </profile>
443 </profiles>
444 </project>