source: ComponentRegistry/tags/ComponentRegistry-1.9.1/pom.xml @ 1641

Last change on this file since 1641 was 1563, checked in by twagoo, 13 years ago

Created tag for 1.9.1 fix

File size: 2.0 KB
Line 
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
4                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
5  <modelVersion>4.0.0</modelVersion>
6  <groupId>clarin.cmdi</groupId>
7  <artifactId>componentRegistry.parent</artifactId>
8  <name>componentRegistry_parent</name>
9  <packaging>pom</packaging>
10  <version>1.0</version>
11  <description>Parent pom for ComponentRegistry, see www.clarin.eu/cmdi.</description>
12  <modules>
13    <module>ComponentBrowserGui</module>
14    <module>ComponentRegistry</module>
15  </modules>
16
17  <scm>
18     <developerConnection>scm:svn:http://svn.clarin.eu/ComponentRegistry/trunk</developerConnection>
19  </scm>
20
21  <properties>
22    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23    <ComponentBrowserGui.version>1.9.1</ComponentBrowserGui.version>
24    <ComponentRegistry.version>1.9.1</ComponentRegistry.version>
25  </properties>
26
27  <reporting>
28    <plugins>
29      <plugin>
30        <groupId>org.apache.maven.plugins</groupId>
31        <artifactId>maven-surefire-report-plugin</artifactId>
32        <version>2.7.2</version>
33        <configuration>
34        </configuration>
35      </plugin>
36      <plugin>
37        <groupId>org.apache.maven.plugins</groupId>
38        <artifactId>maven-jxr-plugin</artifactId>
39      </plugin>
40      <plugin>
41        <groupId>org.apache.maven.plugins</groupId>
42        <artifactId>maven-javadoc-plugin</artifactId>
43      </plugin>
44      <plugin>
45        <groupId>org.codehaus.mojo</groupId>
46        <artifactId>findbugs-maven-plugin</artifactId>
47        <configuration>
48          <threshold>Normal</threshold>
49          <effort>Min</effort>
50        </configuration>
51      </plugin>
52      <plugin>
53        <groupId>org.codehaus.mojo</groupId>
54        <artifactId>javancss-maven-plugin</artifactId>
55      </plugin>
56    </plugins>
57  </reporting>
58</project>
59
Note: See TracBrowser for help on using the repository browser.