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