mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-19 21:00:53 +08:00
Update version to 3.0.0.BETA1
This commit is contained in:
parent
d1eb327ceb
commit
d7a04b700f
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -46,26 +46,26 @@
|
||||
<artifactId>hibernate-jpa-2.0-api</artifactId>
|
||||
<version>1.0.0.Final</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.roo</groupId>
|
||||
<artifactId>org.springframework.roo.annotations</artifactId>
|
||||
<version>1.2.3.RELEASE</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.roo</groupId>
|
||||
<artifactId>org.springframework.roo.annotations</artifactId>
|
||||
<version>1.2.3.RELEASE</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- test -->
|
||||
@ -147,7 +147,7 @@
|
||||
<descriptor>src/main/general.xml</descriptor>
|
||||
<descriptor>src/main/hibernate.xml</descriptor>
|
||||
<descriptor>src/main/jdo.xml</descriptor>
|
||||
<descriptor>src/main/jpa.xml</descriptor>
|
||||
<descriptor>src/main/jpa.xml</descriptor>
|
||||
<descriptor>src/main/roo.xml</descriptor>
|
||||
</descriptors>
|
||||
<outputDirectory>${project.build.directory}</outputDirectory>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -35,13 +35,13 @@
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-core</artifactId>
|
||||
<version>1.3</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-core</artifactId>
|
||||
<version>1.3</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<!-- test -->
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<?xml version='1.0' encoding="UTF-8"?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY versionNumber "2.9.0">
|
||||
<!ENTITY versionNumber "3.0.0.BETA1">
|
||||
<!ENTITY copyrightYear "2007-2012">
|
||||
<!ENTITY copyrightHolder "Mysema Ltd.">
|
||||
]>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -70,18 +70,18 @@
|
||||
</dependency>
|
||||
|
||||
<!-- test -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.datanucleus</groupId>
|
||||
<artifactId>datanucleus-api-jdo</artifactId>
|
||||
<version>${dn.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.datanucleus</groupId>
|
||||
<artifactId>datanucleus-core</artifactId>
|
||||
<version>${dn.version}</version>
|
||||
<scope>test</scope>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.datanucleus</groupId>
|
||||
<artifactId>datanucleus-api-jdo</artifactId>
|
||||
<version>${dn.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.datanucleus</groupId>
|
||||
<artifactId>datanucleus-core</artifactId>
|
||||
<version>${dn.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.datanucleus</groupId>
|
||||
@ -167,11 +167,11 @@
|
||||
</execution>
|
||||
</executions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.datanucleus</groupId>
|
||||
<artifactId>datanucleus-api-jdo</artifactId>
|
||||
<version>${dn.version}</version>
|
||||
<scope>runtime</scope>
|
||||
<dependency>
|
||||
<groupId>org.datanucleus</groupId>
|
||||
<artifactId>datanucleus-api-jdo</artifactId>
|
||||
<version>${dn.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -1,340 +1,340 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-jpa</artifactId>
|
||||
<name>Querydsl - JPA support</name>
|
||||
<description>JPA support for Querydsl</description>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<hibernate.version>4.1.7.Final</hibernate.version>
|
||||
<hibernate.validator.version>4.3.0.Final</hibernate.validator.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>cglib</groupId>
|
||||
<artifactId>cglib</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-entitymanager</artifactId>
|
||||
<version>${hibernate.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
<version>${hibernate.validator.version}</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.hibernate.javax.persistence</groupId>
|
||||
<artifactId>hibernate-jpa-2.0-api</artifactId>
|
||||
<version>1.0.0.Final</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-core</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-apt</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-sql</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- test -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.eclipse.persistence</groupId>
|
||||
<artifactId>eclipselink</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>${postgresql.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
<artifactId>ojdbc6</artifactId>
|
||||
<version>11.1.0.7.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.openjpa</groupId>
|
||||
<artifactId>openjpa-persistence</artifactId>
|
||||
<version>2.2.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.openjpa</groupId>
|
||||
<artifactId>openjpa-persistence-jdbc</artifactId>
|
||||
<version>2.2.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.batoo.jpa</groupId>
|
||||
<artifactId>batoo-jpa</artifactId>
|
||||
<version>2.0.1.0-RTM</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.jolbox</groupId>
|
||||
<artifactId>bonecp</artifactId>
|
||||
<version>0.7.1.RELEASE</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.hsqldb</groupId>
|
||||
<artifactId>hsqldb</artifactId>
|
||||
<version>${hsqldb.version}</version>
|
||||
<scope>test</scope>
|
||||
<!-- license : TODO -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<version>${h2.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
<artifactId>derby</artifactId>
|
||||
<version>${derby.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>${mysql.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.jtds</groupId>
|
||||
<artifactId>jtds</artifactId>
|
||||
<version>${jtds.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-core</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>test</scope>
|
||||
<type>test-jar</type>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>jdepend</groupId>
|
||||
<artifactId>jdepend</artifactId>
|
||||
<version>2.9.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>com.springsource.bundlor</groupId>
|
||||
<artifactId>com.springsource.bundlor.maven</artifactId>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>apt</id>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<classifier>apt</classifier>
|
||||
<classesDirectory>src/apt</classesDirectory>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>test-jar</id>
|
||||
<goals>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>one-jars</id>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
<phase>package</phase>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
<descriptor>src/main/assembly.xml</descriptor>
|
||||
<descriptor>src/main/assembly-hibernate.xml</descriptor>
|
||||
</descriptors>
|
||||
<outputDirectory>${project.build.directory}</outputDirectory>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.6</version>
|
||||
<configuration>
|
||||
<includes>
|
||||
<include>**/*Test.java</include>
|
||||
</includes>
|
||||
<systemProperties>
|
||||
<property>
|
||||
<name>derby.stream.error.file</name>
|
||||
<value>target/derby.log</value>
|
||||
</property>
|
||||
</systemProperties>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>verification</id>
|
||||
<goals>
|
||||
<goal>test</goal>
|
||||
</goals>
|
||||
<phase>verify</phase>
|
||||
<configuration>
|
||||
<systemProperties>
|
||||
<property>
|
||||
<name>version</name>
|
||||
<value>${project.version}</value>
|
||||
</property>
|
||||
</systemProperties>
|
||||
<includes>
|
||||
<include>com/mysema/query/PackageVerification.java</include>
|
||||
</includes>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>com.mysema.maven</groupId>
|
||||
<artifactId>apt-maven-plugin</artifactId>
|
||||
<version>1.0.6</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>test-process</goal>
|
||||
<goal>add-test-sources</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputDirectory>target/generated-test-sources/java</outputDirectory>
|
||||
<processor>com.mysema.query.apt.hibernate.HibernateAnnotationProcessor</processor>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-maven-plugin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>test-export</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
<configuration>
|
||||
<jdbcDriver>org.apache.derby.jdbc.EmbeddedDriver</jdbcDriver>
|
||||
<jdbcUrl>jdbc:derby:target/derbydb;create=true</jdbcUrl>
|
||||
<packageName>com.mysema.query.jpa.domain.sql</packageName>
|
||||
<targetFolder>src/test/java</targetFolder>
|
||||
<namePrefix>S</namePrefix>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
<artifactId>derby</artifactId>
|
||||
<version>${derby.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-jpa</artifactId>
|
||||
<name>Querydsl - JPA support</name>
|
||||
<description>JPA support for Querydsl</description>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<hibernate.version>4.1.7.Final</hibernate.version>
|
||||
<hibernate.validator.version>4.3.0.Final</hibernate.validator.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>cglib</groupId>
|
||||
<artifactId>cglib</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-entitymanager</artifactId>
|
||||
<version>${hibernate.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
<version>${hibernate.validator.version}</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.hibernate.javax.persistence</groupId>
|
||||
<artifactId>hibernate-jpa-2.0-api</artifactId>
|
||||
<version>1.0.0.Final</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-core</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-apt</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-sql</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- test -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.eclipse.persistence</groupId>
|
||||
<artifactId>eclipselink</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>${postgresql.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
<artifactId>ojdbc6</artifactId>
|
||||
<version>11.1.0.7.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.openjpa</groupId>
|
||||
<artifactId>openjpa-persistence</artifactId>
|
||||
<version>2.2.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.openjpa</groupId>
|
||||
<artifactId>openjpa-persistence-jdbc</artifactId>
|
||||
<version>2.2.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.batoo.jpa</groupId>
|
||||
<artifactId>batoo-jpa</artifactId>
|
||||
<version>2.0.1.0-RTM</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.jolbox</groupId>
|
||||
<artifactId>bonecp</artifactId>
|
||||
<version>0.7.1.RELEASE</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.hsqldb</groupId>
|
||||
<artifactId>hsqldb</artifactId>
|
||||
<version>${hsqldb.version}</version>
|
||||
<scope>test</scope>
|
||||
<!-- license : TODO -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<version>${h2.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
<artifactId>derby</artifactId>
|
||||
<version>${derby.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>${mysql.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.jtds</groupId>
|
||||
<artifactId>jtds</artifactId>
|
||||
<version>${jtds.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-core</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>test</scope>
|
||||
<type>test-jar</type>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>jdepend</groupId>
|
||||
<artifactId>jdepend</artifactId>
|
||||
<version>2.9.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>com.springsource.bundlor</groupId>
|
||||
<artifactId>com.springsource.bundlor.maven</artifactId>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>apt</id>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<classifier>apt</classifier>
|
||||
<classesDirectory>src/apt</classesDirectory>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>test-jar</id>
|
||||
<goals>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>one-jars</id>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
<phase>package</phase>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
<descriptor>src/main/assembly.xml</descriptor>
|
||||
<descriptor>src/main/assembly-hibernate.xml</descriptor>
|
||||
</descriptors>
|
||||
<outputDirectory>${project.build.directory}</outputDirectory>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.6</version>
|
||||
<configuration>
|
||||
<includes>
|
||||
<include>**/*Test.java</include>
|
||||
</includes>
|
||||
<systemProperties>
|
||||
<property>
|
||||
<name>derby.stream.error.file</name>
|
||||
<value>target/derby.log</value>
|
||||
</property>
|
||||
</systemProperties>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>verification</id>
|
||||
<goals>
|
||||
<goal>test</goal>
|
||||
</goals>
|
||||
<phase>verify</phase>
|
||||
<configuration>
|
||||
<systemProperties>
|
||||
<property>
|
||||
<name>version</name>
|
||||
<value>${project.version}</value>
|
||||
</property>
|
||||
</systemProperties>
|
||||
<includes>
|
||||
<include>com/mysema/query/PackageVerification.java</include>
|
||||
</includes>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>com.mysema.maven</groupId>
|
||||
<artifactId>apt-maven-plugin</artifactId>
|
||||
<version>1.0.6</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>test-process</goal>
|
||||
<goal>add-test-sources</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputDirectory>target/generated-test-sources/java</outputDirectory>
|
||||
<processor>com.mysema.query.apt.hibernate.HibernateAnnotationProcessor</processor>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-maven-plugin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>test-export</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
<configuration>
|
||||
<jdbcDriver>org.apache.derby.jdbc.EmbeddedDriver</jdbcDriver>
|
||||
<jdbcUrl>jdbc:derby:target/derbydb;create=true</jdbcUrl>
|
||||
<packageName>com.mysema.query.jpa.domain.sql</packageName>
|
||||
<targetFolder>src/test/java</targetFolder>
|
||||
<namePrefix>S</namePrefix>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
<artifactId>derby</artifactId>
|
||||
<version>${derby.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -1,492 +1,492 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<name>Querydsl</name>
|
||||
<description>parent project for Querydsl modules</description>
|
||||
<url>http://www.querydsl.com</url>
|
||||
|
||||
<parent>
|
||||
<groupId>com.mysema.home</groupId>
|
||||
<artifactId>mysema-source</artifactId>
|
||||
<version>0.3.0</version>
|
||||
</parent>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<inceptionYear>2007</inceptionYear>
|
||||
|
||||
<properties>
|
||||
<failIfNoTests>false</failIfNoTests>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
<!-- deps -->
|
||||
<derby.version>10.8.2.2</derby.version>
|
||||
<hsqldb.version>2.2.4</hsqldb.version>
|
||||
<h2.version>1.3.170</h2.version>
|
||||
<postgresql.version>9.1-901.jdbc4</postgresql.version>
|
||||
<oracle.version>10.2.0.5.0</oracle.version>
|
||||
<mysql.version>5.1.18</mysql.version>
|
||||
<jtds.version>1.2.4</jtds.version>
|
||||
<cubrid.version>8.4.1.2032</cubrid.version>
|
||||
<sqlite.version>3.7.2</sqlite.version>
|
||||
|
||||
<guava.version>13.0.1</guava.version>
|
||||
<codegen.version>0.5.8</codegen.version>
|
||||
<mysema.lang.version>0.2.4</mysema.lang.version>
|
||||
<cglib.version>2.2</cglib.version>
|
||||
<findbugs.version>1.3.2</findbugs.version>
|
||||
<slf4j.version>1.6.1</slf4j.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.8.1</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.easymock</groupId>
|
||||
<artifactId>easymock</artifactId>
|
||||
<version>3.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<organization>
|
||||
<name>Mysema Ltd</name>
|
||||
<url>http://www.mysema.com</url>
|
||||
</organization>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:mysema/querydsl.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:mysema/querydsl.git</developerConnection>
|
||||
<url>git@github.com:mysema/querydsl.git</url>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>tiwe</id>
|
||||
<name>Timo Westkämper</name>
|
||||
<email>timo.westkamper@mysema.com</email>
|
||||
<organization>Mysema Ltd</organization>
|
||||
<roles>
|
||||
<role>Project Manager</role>
|
||||
<role>Architect</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>sasa</id>
|
||||
<name>Samppa Saarela</name>
|
||||
<email>samppa.saarela@mysema.com</email>
|
||||
<organization>Mysema Ltd</organization>
|
||||
<roles>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>vema</id>
|
||||
<name>Vesa Marttila</name>
|
||||
<email>vesa.marttila@mysema.com</email>
|
||||
<organization>Mysema Ltd</organization>
|
||||
<roles>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>laim</id>
|
||||
<name>Lassi Immonen</name>
|
||||
<email>lassi.immonen@mysema.com</email>
|
||||
<organization>Mysema Ltd</organization>
|
||||
<roles>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>LICENSE.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.2-beta-5</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.mysema.maven</groupId>
|
||||
<artifactId>maven-apt-plugin</artifactId>
|
||||
<version>0.3.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.springsource.bundlor</groupId>
|
||||
<artifactId>com.springsource.bundlor.maven</artifactId>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>bundlor</id>
|
||||
<goals>
|
||||
<goal>bundlor</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<failOnWarnings>true</failOnWarnings>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.2-beta-5</version>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
<descriptor>../querydsl-root/src/main/assembly.xml</descriptor>
|
||||
</descriptors>
|
||||
<outputDirectory>../querydsl-root/target/dist</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<configuration>
|
||||
<outputDirectory>${project.build.directory}/dist/apidocs</outputDirectory>
|
||||
<reportOutputDirectory>${project.build.directory}/dist/apidocs</reportOutputDirectory>
|
||||
<groups>
|
||||
<group>
|
||||
<title>Core</title>
|
||||
<packages>com.mysema.query:com.mysema.query.alias:com.mysema.query.annotations:com.mysema.query.codegen:com.mysema.query.dml:com.mysema.query.functions:com.mysema.query.serialization:com.mysema.query.support:com.mysema.query.types*</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>APT</title>
|
||||
<packages>com.mysema.query.apt*</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>Collections</title>
|
||||
<packages>com.mysema.query.collections*</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>JPA</title>
|
||||
<packages>com.mysema.query.jpa*</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>JDO</title>
|
||||
<packages>com.mysema.query.jdo*</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>SQL</title>
|
||||
<packages>com.mysema.query.sql*</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>Lucene</title>
|
||||
<packages>com.mysema.query.lucene</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>Hibernate Search</title>
|
||||
<packages>com.mysema.query.search</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>Mongodb</title>
|
||||
<packages>com.mysema.query.mongodb*</packages>
|
||||
</group>
|
||||
</groups>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.mysema.maven</groupId>
|
||||
<artifactId>maven-version-plugin</artifactId>
|
||||
<version>0.1.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
<configuration>
|
||||
<targetJdk>1.6</targetJdk>
|
||||
<includeTests>true</includeTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<useDefaultManifestFile>true</useDefaultManifestFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<argLine>-Xms256m -Xmx512m</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>all</id>
|
||||
<activation><activeByDefault>true</activeByDefault></activation>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-apt</module>
|
||||
<module>../querydsl-collections</module>
|
||||
<module>../querydsl-sql</module>
|
||||
<module>../querydsl-sql-codegen</module>
|
||||
<module>../querydsl-maven-plugin</module>
|
||||
<module>../querydsl-jpa</module>
|
||||
<module>../querydsl-jpa-codegen</module>
|
||||
<module>../querydsl-jdo</module>
|
||||
|
||||
<!-- Lucene related -->
|
||||
<module>../querydsl-lucene</module>
|
||||
<module>../querydsl-hibernate-search</module>
|
||||
|
||||
<!-- NoSQL -->
|
||||
<module>../querydsl-mongodb</module>
|
||||
|
||||
<!-- Languages -->
|
||||
<module>../querydsl-scala</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>hibernate-search</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-lucene</module>
|
||||
<module>../querydsl-hibernate-search</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>jpa</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-apt</module>
|
||||
<module>../querydsl-sql</module>
|
||||
<module>../querydsl-sql-codegen</module>
|
||||
<module>../querydsl-maven-plugin</module>
|
||||
<module>../querydsl-jpa</module>
|
||||
<module>../querydsl-jpa-codegen</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>jdo</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-apt</module>
|
||||
<module>../querydsl-sql</module>
|
||||
<module>../querydsl-sql-codegen</module>
|
||||
<module>../querydsl-maven-plugin</module>
|
||||
<module>../querydsl-jdo</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>lucene</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-apt</module>
|
||||
<module>../querydsl-lucene</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>mongodb</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-apt</module>
|
||||
<module>../querydsl-mongodb</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>sql</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-sql</module>
|
||||
<module>../querydsl-sql-codegen</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>collections</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-apt</module>
|
||||
<module>../querydsl-collections</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>jenkins</id>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>source</id>
|
||||
<url>http://source.mysema.com/maven2/releases</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jboss</id>
|
||||
<url>http://repository.jboss.org/maven2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jboss2</id>
|
||||
<url>https://repository.jboss.org/nexus/content/repositories/releases</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>EclipseLink Repo</id>
|
||||
<url>http://download.eclipse.org/rt/eclipselink/maven.repo/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jahia</id>
|
||||
<url>http://maven.jahia.org/maven2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>datanucleus</id>
|
||||
<url>http://www.datanucleus.org/downloads/maven2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>morphia_repo</id>
|
||||
<url>http://morphia.googlecode.com/svn/mavenrepo/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>scala-tools.org</id>
|
||||
<url>http://scala-tools.org/repo-releases</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>CUBRID</id>
|
||||
<url> http://maven.cubrid.org </url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>Sonatype snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>com.springsource.repository.bundles.release</id>
|
||||
<url>http://repository.springsource.com/maven/bundles/release</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring roo repository</id>
|
||||
<url>http://spring-roo-repository.springsource.org/release</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>datanucleus</id>
|
||||
<url>http://www.datanucleus.org/downloads/maven2</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>scala-tools.org</id>
|
||||
<url>http://scala-tools.org/repo-releases</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>com.springsource.repository.bundles.release</id>
|
||||
<url>http://repository.springsource.com/maven/bundles/release</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</profile>
|
||||
|
||||
</profiles>
|
||||
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration>
|
||||
<links>
|
||||
<link>http://java.sun.com/javase/6/docs/api/</link>
|
||||
<link>http://www.hibernate.org/hib_docs/v3/api/</link>
|
||||
</links>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>junit-report-maven-plugin</artifactId>
|
||||
<version>devel</version>
|
||||
<configuration>
|
||||
<testFailureIgnore>true</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<configuration>
|
||||
<aggregate>true</aggregate>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<name>Querydsl</name>
|
||||
<description>parent project for Querydsl modules</description>
|
||||
<url>http://www.querydsl.com</url>
|
||||
|
||||
<parent>
|
||||
<groupId>com.mysema.home</groupId>
|
||||
<artifactId>mysema-source</artifactId>
|
||||
<version>0.3.0</version>
|
||||
</parent>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<inceptionYear>2007</inceptionYear>
|
||||
|
||||
<properties>
|
||||
<failIfNoTests>false</failIfNoTests>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
<!-- deps -->
|
||||
<derby.version>10.8.2.2</derby.version>
|
||||
<hsqldb.version>2.2.4</hsqldb.version>
|
||||
<h2.version>1.3.170</h2.version>
|
||||
<postgresql.version>9.1-901.jdbc4</postgresql.version>
|
||||
<oracle.version>10.2.0.5.0</oracle.version>
|
||||
<mysql.version>5.1.18</mysql.version>
|
||||
<jtds.version>1.2.4</jtds.version>
|
||||
<cubrid.version>8.4.1.2032</cubrid.version>
|
||||
<sqlite.version>3.7.2</sqlite.version>
|
||||
|
||||
<guava.version>13.0.1</guava.version>
|
||||
<codegen.version>0.5.8</codegen.version>
|
||||
<mysema.lang.version>0.2.4</mysema.lang.version>
|
||||
<cglib.version>2.2</cglib.version>
|
||||
<findbugs.version>1.3.2</findbugs.version>
|
||||
<slf4j.version>1.6.1</slf4j.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.8.1</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.easymock</groupId>
|
||||
<artifactId>easymock</artifactId>
|
||||
<version>3.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<organization>
|
||||
<name>Mysema Ltd</name>
|
||||
<url>http://www.mysema.com</url>
|
||||
</organization>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:mysema/querydsl.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:mysema/querydsl.git</developerConnection>
|
||||
<url>git@github.com:mysema/querydsl.git</url>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>tiwe</id>
|
||||
<name>Timo Westkämper</name>
|
||||
<email>timo.westkamper@mysema.com</email>
|
||||
<organization>Mysema Ltd</organization>
|
||||
<roles>
|
||||
<role>Project Manager</role>
|
||||
<role>Architect</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>sasa</id>
|
||||
<name>Samppa Saarela</name>
|
||||
<email>samppa.saarela@mysema.com</email>
|
||||
<organization>Mysema Ltd</organization>
|
||||
<roles>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>vema</id>
|
||||
<name>Vesa Marttila</name>
|
||||
<email>vesa.marttila@mysema.com</email>
|
||||
<organization>Mysema Ltd</organization>
|
||||
<roles>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>laim</id>
|
||||
<name>Lassi Immonen</name>
|
||||
<email>lassi.immonen@mysema.com</email>
|
||||
<organization>Mysema Ltd</organization>
|
||||
<roles>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>LICENSE.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.2-beta-5</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.mysema.maven</groupId>
|
||||
<artifactId>maven-apt-plugin</artifactId>
|
||||
<version>0.3.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.springsource.bundlor</groupId>
|
||||
<artifactId>com.springsource.bundlor.maven</artifactId>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>bundlor</id>
|
||||
<goals>
|
||||
<goal>bundlor</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<failOnWarnings>true</failOnWarnings>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.2-beta-5</version>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
<descriptor>../querydsl-root/src/main/assembly.xml</descriptor>
|
||||
</descriptors>
|
||||
<outputDirectory>../querydsl-root/target/dist</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<configuration>
|
||||
<outputDirectory>${project.build.directory}/dist/apidocs</outputDirectory>
|
||||
<reportOutputDirectory>${project.build.directory}/dist/apidocs</reportOutputDirectory>
|
||||
<groups>
|
||||
<group>
|
||||
<title>Core</title>
|
||||
<packages>com.mysema.query:com.mysema.query.alias:com.mysema.query.annotations:com.mysema.query.codegen:com.mysema.query.dml:com.mysema.query.functions:com.mysema.query.serialization:com.mysema.query.support:com.mysema.query.types*</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>APT</title>
|
||||
<packages>com.mysema.query.apt*</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>Collections</title>
|
||||
<packages>com.mysema.query.collections*</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>JPA</title>
|
||||
<packages>com.mysema.query.jpa*</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>JDO</title>
|
||||
<packages>com.mysema.query.jdo*</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>SQL</title>
|
||||
<packages>com.mysema.query.sql*</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>Lucene</title>
|
||||
<packages>com.mysema.query.lucene</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>Hibernate Search</title>
|
||||
<packages>com.mysema.query.search</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>Mongodb</title>
|
||||
<packages>com.mysema.query.mongodb*</packages>
|
||||
</group>
|
||||
</groups>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.mysema.maven</groupId>
|
||||
<artifactId>maven-version-plugin</artifactId>
|
||||
<version>0.1.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
<configuration>
|
||||
<targetJdk>1.6</targetJdk>
|
||||
<includeTests>true</includeTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<useDefaultManifestFile>true</useDefaultManifestFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<argLine>-Xms256m -Xmx512m</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>all</id>
|
||||
<activation><activeByDefault>true</activeByDefault></activation>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-apt</module>
|
||||
<module>../querydsl-collections</module>
|
||||
<module>../querydsl-sql</module>
|
||||
<module>../querydsl-sql-codegen</module>
|
||||
<module>../querydsl-maven-plugin</module>
|
||||
<module>../querydsl-jpa</module>
|
||||
<module>../querydsl-jpa-codegen</module>
|
||||
<module>../querydsl-jdo</module>
|
||||
|
||||
<!-- Lucene related -->
|
||||
<module>../querydsl-lucene</module>
|
||||
<module>../querydsl-hibernate-search</module>
|
||||
|
||||
<!-- NoSQL -->
|
||||
<module>../querydsl-mongodb</module>
|
||||
|
||||
<!-- Languages -->
|
||||
<module>../querydsl-scala</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>hibernate-search</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-lucene</module>
|
||||
<module>../querydsl-hibernate-search</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>jpa</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-apt</module>
|
||||
<module>../querydsl-sql</module>
|
||||
<module>../querydsl-sql-codegen</module>
|
||||
<module>../querydsl-maven-plugin</module>
|
||||
<module>../querydsl-jpa</module>
|
||||
<module>../querydsl-jpa-codegen</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>jdo</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-apt</module>
|
||||
<module>../querydsl-sql</module>
|
||||
<module>../querydsl-sql-codegen</module>
|
||||
<module>../querydsl-maven-plugin</module>
|
||||
<module>../querydsl-jdo</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>lucene</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-apt</module>
|
||||
<module>../querydsl-lucene</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>mongodb</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-apt</module>
|
||||
<module>../querydsl-mongodb</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>sql</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-sql</module>
|
||||
<module>../querydsl-sql-codegen</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>collections</id>
|
||||
<modules>
|
||||
<module>../querydsl-core</module>
|
||||
<module>../querydsl-codegen</module>
|
||||
<module>../querydsl-apt</module>
|
||||
<module>../querydsl-collections</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>jenkins</id>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>source</id>
|
||||
<url>http://source.mysema.com/maven2/releases</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jboss</id>
|
||||
<url>http://repository.jboss.org/maven2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jboss2</id>
|
||||
<url>https://repository.jboss.org/nexus/content/repositories/releases</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>EclipseLink Repo</id>
|
||||
<url>http://download.eclipse.org/rt/eclipselink/maven.repo/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jahia</id>
|
||||
<url>http://maven.jahia.org/maven2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>datanucleus</id>
|
||||
<url>http://www.datanucleus.org/downloads/maven2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>morphia_repo</id>
|
||||
<url>http://morphia.googlecode.com/svn/mavenrepo/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>scala-tools.org</id>
|
||||
<url>http://scala-tools.org/repo-releases</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>CUBRID</id>
|
||||
<url> http://maven.cubrid.org </url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>Sonatype snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>com.springsource.repository.bundles.release</id>
|
||||
<url>http://repository.springsource.com/maven/bundles/release</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring roo repository</id>
|
||||
<url>http://spring-roo-repository.springsource.org/release</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>datanucleus</id>
|
||||
<url>http://www.datanucleus.org/downloads/maven2</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>scala-tools.org</id>
|
||||
<url>http://scala-tools.org/repo-releases</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>com.springsource.repository.bundles.release</id>
|
||||
<url>http://repository.springsource.com/maven/bundles/release</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</profile>
|
||||
|
||||
</profiles>
|
||||
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration>
|
||||
<links>
|
||||
<link>http://java.sun.com/javase/6/docs/api/</link>
|
||||
<link>http://www.hibernate.org/hib_docs/v3/api/</link>
|
||||
</links>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>junit-report-maven-plugin</artifactId>
|
||||
<version>devel</version>
|
||||
<configuration>
|
||||
<testFailureIgnore>true</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<configuration>
|
||||
<aggregate>true</aggregate>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
</project>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>3.0.0.BETA1</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user