1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ Licensed to the Apache Software Foundation (ASF) under one
4 ~ or more contributor license agreements. See the NOTICE file
5 ~ distributed with this work for additional information
6 ~ regarding copyright ownership. The ASF licenses this file
7 ~ to you under the Apache License, Version 2.0 (the
8 ~ "License"); you may not use this file except in compliance
9 ~ with the License. You may obtain a copy of the License at
11 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~ Unless required by applicable law or agreed to in writing,
14 ~ software distributed under the License is distributed on an
15 ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 ~ KIND, either express or implied. See the License for the
17 ~ specific language governing permissions and limitations
21 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24 <groupId>org.apache.maven.archiva</groupId>
25 <artifactId>archiva-base</artifactId>
26 <version>1.0-SNAPSHOT</version>
28 <modelVersion>4.0.0</modelVersion>
29 <artifactId>archiva-model</artifactId>
30 <name>Archiva Base :: Model</name>
33 <groupId>org.apache.maven.archiva</groupId>
34 <artifactId>archiva-common</artifactId>
37 <groupId>org.codehaus.plexus</groupId>
38 <artifactId>plexus-utils</artifactId>
41 <groupId>javax.jdo</groupId>
42 <artifactId>jdo2-api</artifactId>
43 <version>2.0</version>
46 <groupId>org.codehaus.plexus</groupId>
47 <artifactId>plexus-container-default</artifactId>
50 <groupId>commons-lang</groupId>
51 <artifactId>commons-lang</artifactId>
54 <groupId>commons-io</groupId>
55 <artifactId>commons-io</artifactId>
61 <groupId>org.codehaus.plexus</groupId>
62 <artifactId>plexus-maven-plugin</artifactId>
65 <groupId>org.codehaus.modello</groupId>
66 <artifactId>modello-maven-plugin</artifactId>
67 <version>1.0-alpha-15-SNAPSHOT</version>
69 <version>1.0.0</version>
70 <packageWithVersion>false</packageWithVersion>
71 <model>src/main/mdo/archiva-base.xml</model>
79 <goal>jpox-jdo-mapping</goal>
80 <goal>jpox-metadata-class</goal>
82 <goal>xpp3-writer</goal>
83 <goal>xpp3-reader</goal>
90 <groupId>org.codehaus.mojo</groupId>
91 <artifactId>jpox-maven-plugin</artifactId>
92 <version>1.1.6</version>
95 <groupId>org.apache.derby</groupId>
96 <artifactId>derby</artifactId>
97 <version>10.2.1.6</version>
103 <phase>generate-test-resources</phase>
105 <goal>schema-create</goal>
108 <outputFile>${basedir}/target/classes/org/apache/maven/archiva/model/schema.ddl</outputFile>
111 <name>javax.jdo.option.ConnectionDriverName</name>
112 <value>org.apache.derby.jdbc.EmbeddedDriver</value>
115 <name>javax.jdo.option.ConnectionURL</name>
116 <value>jdbc:derby:target/jdo-schema-create;create=true</value>
119 <name>javax.jdo.option.ConnectionUserName</name>
123 <name>javax.jdo.option.ConnectionPassword</name>
127 <name>log4j.configuration</name>
128 <value>${basedir}/src/test/resources/log4j.xml</value>
131 <name>org.jpox.autoCreateTables</name>
146 <groupId>org.codehaus.mojo</groupId>
147 <artifactId>cobertura-maven-plugin</artifactId>
150 <!-- exclude generated -->
152 <exclude>org/apache/maven/archiva/reporting/model/**</exclude>