source: ComponentRegistry/branches/ComponentRegistry-1.13.0-olha/pom.xml @ 2145

Last change on this file since 2145 was 2145, checked in by twagoo, 12 years ago

Merged rss schema change

File size: 2.3 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    <module>CMDValidate</module>
16  </modules>
17
18  <scm>
19     <developerConnection>scm:svn:http://svn.clarin.eu/ComponentRegistry/trunk</developerConnection>
20  </scm>
21
22  <properties>
23    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24    <ComponentBrowserGui.version>1.13.0-SNAPSHOT</ComponentBrowserGui.version>
25    <ComponentRegistry.version>1.13.0-SNAPSHOT</ComponentRegistry.version>
26  </properties>
27 
28  <repositories>
29<repository>
30<id>cmdi.clarin.repository</id>
31<name>Clarin Repository</name>
32<url>http://catalog.clarin.eu/ds/nexus/content/groups/public/</url> 
33</repository> 
34 </repositories>
35
36  <reporting>
37    <plugins>
38      <plugin>
39        <groupId>org.apache.maven.plugins</groupId>
40        <artifactId>maven-surefire-report-plugin</artifactId>
41        <version>2.7.2</version>
42        <configuration>
43        </configuration>
44      </plugin>
45      <plugin>
46        <groupId>org.apache.maven.plugins</groupId>
47        <artifactId>maven-jxr-plugin</artifactId>
48      </plugin>
49      <plugin>
50        <groupId>org.apache.maven.plugins</groupId>
51        <artifactId>maven-javadoc-plugin</artifactId>
52      </plugin>
53      <plugin>
54        <groupId>org.codehaus.mojo</groupId>
55        <artifactId>javancss-maven-plugin</artifactId>
56      </plugin>
57          <plugin>
58                <groupId>org.codehaus.mojo</groupId>
59                <artifactId>cobertura-maven-plugin</artifactId>
60                <version>2.5.1</version>
61            <configuration>
62          <formats>
63                <format>xml</format>
64          </formats>
65                </configuration>
66          </plugin>
67    </plugins>
68
69  </reporting>
70</project>
71
Note: See TracBrowser for help on using the repository browser.