mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
158 lines
4.4 KiB
XML
158 lines
4.4 KiB
XML
<?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>0.4.7-SNAPSHOT</version>
|
|
<name>Querydsl</name>
|
|
<description>parent project for querydsl modules</description>
|
|
<url>http://source.mysema.com/display/querydsl</url>
|
|
<parent>
|
|
<groupId>com.mysema.home</groupId>
|
|
<artifactId>mysema-source</artifactId>
|
|
<version>0.2.0</version>
|
|
</parent>
|
|
<packaging>pom</packaging>
|
|
|
|
<inceptionYear>2007</inceptionYear>
|
|
|
|
<properties>
|
|
<svn.path>scm:svn:https://source.mysema.com/svn/mysema</svn.path>
|
|
<viewvc.path>https://source.mysema.com/viewvc/mysema</viewvc.path>
|
|
<path.suffix>projects/querydsl/trunk/${project.artifactId}</path.suffix>
|
|
|
|
<!-- deps -->
|
|
<derby.version>10.4.2.0</derby.version>
|
|
<hsqldb.version>1.8.0.7</hsqldb.version>
|
|
<hibernate.version>3.2.1.ga</hibernate.version>
|
|
<jdo.version>2.3-SNAPSHOT</jdo.version>
|
|
<dn.version>1.1.3</dn.version>
|
|
</properties>
|
|
|
|
<modules>
|
|
<module>../querydsl-core</module>
|
|
<module>../querydsl-apt</module>
|
|
<module>../querydsl-collections</module>
|
|
<module>../querydsl-jdoql</module>
|
|
<module>../querydsl-hql</module>
|
|
<module>../querydsl-sql</module>
|
|
<module>../querydsl-docs</module>
|
|
</modules>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<version>1.5.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
<version>1.5.2</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>4.4</version>
|
|
<scope>test</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>servlet-api</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<organization>
|
|
<name>Mysema Ltd</name>
|
|
<url>http://www.mysema.com</url>
|
|
</organization>
|
|
|
|
<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>Architect</role>
|
|
</roles>
|
|
</developer>
|
|
<developer>
|
|
<id>laim</id>
|
|
<name>Lassi Immonen</name>
|
|
<email>lassi.immonen@mysema.com</email>
|
|
<organization>Mysema Ltd</organization>
|
|
<roles>
|
|
<role>Architect</role>
|
|
</roles>
|
|
</developer>
|
|
</developers>
|
|
|
|
<licenses>
|
|
<license>
|
|
<name>GNU Lesser General Public License, Version 2.1</name>
|
|
<url>LICENSE.txt</url>
|
|
</license>
|
|
</licenses>
|
|
|
|
<scm>
|
|
<connection>${svn.path}/${path.suffix}</connection>
|
|
<developerConnection>${svn.path}/${path.suffix}</developerConnection>
|
|
<url>${viewvc.path}/${path.suffix}</url>
|
|
</scm>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<version>2.5</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.mysema.maven</groupId>
|
|
<artifactId>maven-version-plugin</artifactId>
|
|
<version>0.1.0</version>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
<reporting>
|
|
<plugins>
|
|
<plugin>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
</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>
|