summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.persistence/pom.xml
blob: 7990db5481105890972b5ddd0c5c5d691d3ec77d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<project>
	<modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>net.wotonomy</groupId>
        <artifactId>wotonomy-all</artifactId>
        <version>1.0-alpha5-SNAPSHOT</version>
    </parent>
    <artifactId>wotonomy-persistence</artifactId>
	<name>Wotonomy - Persistence</name>
	<packaging>jar</packaging>
    <dependencies>
		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>wotonomy-foundation</artifactId>
        	<version>${project.version}</version>
    	</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>3.8.1</version>
			<scope>test</scope>
    	</dependency>
    </dependencies>
	<reporting>
		<plugins>
			<plugin>
				<artifactId>maven-javadoc-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>surefire-report-maven-plugin</artifactId>
			</plugin>
			<!--
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>cobertura-maven-plugin</artifactId>
			</plugin>
			-->
		</plugins>
	</reporting>
	<scm>
		<connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.persistence</connection>
		<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.persistence</developerConnection>
	</scm>
</project>