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