2
0
Fork 0
imxmi/pom.xml

426 lines
14 KiB
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.forwardfire.vasc</groupId>
<artifactId>vasc</artifactId>
<version>0.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vasc</name>
<description>Very Amazing/Advanced/Amplified Simple CRUD'ing for all.</description>
<url>http://www.forwardfire.net/vasc</url>
<inceptionYear>2007</inceptionYear>
<organization>
<name>ForwardFire.net</name>
<url>http://www.forwardfire.net</url>
</organization>
<licenses>
<license>
<name>BSD</name>
<url>license.txt</url>
</license>
</licenses>
<scm>
<connection>git@bitbucket.org:im_ik/vasc.git</connection>
<developerConnection>scm:hg:ssh://git@bitbucket.org:im_ik/vasc.git</developerConnection>
<url>https://bitbucket.org/im_ik/vasc.git</url>
</scm>
<modules>
<module>vasc-core</module>
<module>vasc-backend</module>
<module>vasc-frontend</module>
<module>vasc-demo</module>
<module>vasc-test</module>
<module>vasc-lib</module>
<module>vasc-core-ejb3-client</module>
<module>vasc-core-ejb3-server</module>
<module>vasc-export</module>
<module>vasc-opt</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceVersion>1.7</project.build.sourceVersion>
<!-- Maven plugin versions -->
<exec-maven-plugin.version>1.2</exec-maven-plugin.version>
<findbugs-maven-plugin.version>2.3.1</findbugs-maven-plugin.version>
<cobertura-maven-plugin.version>2.4</cobertura-maven-plugin.version>
<sonar-maven-plugin.version>1.0-beta-2</sonar-maven-plugin.version>
<xml-maven-plugin.version>1.0-beta-3</xml-maven-plugin.version>
<antlr3-maven-plugin.version>3.2</antlr3-maven-plugin.version>
<wagon-maven-plugin.version>1.0-beta-3</wagon-maven-plugin.version>
<jrx-maven-plugin.version>2.3</jrx-maven-plugin.version>
<jdepend-maven-plugin.version>2.0-beta-2</jdepend-maven-plugin.version>
<maven-assembly-plugin.version>2.2.1</maven-assembly-plugin.version>
<maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
<maven-jar-plugin.version>2.3.1</maven-jar-plugin.version>
<maven-war-plugin.version>2.1</maven-war-plugin.version>
<maven-ejb-plugin.version>2.3</maven-ejb-plugin.version>
<maven-ear-plugin.version>2.4.2</maven-ear-plugin.version>
<maven-compiler-plugin.version>2.3.2</maven-compiler-plugin.version>
<maven-clean-plugin.version>2.4.1</maven-clean-plugin.version>
<maven-changes-plugin.version>2.7.1</maven-changes-plugin.version>
<maven-install-plugin.version>2.3.1</maven-install-plugin.version>
<maven-source-plugin.version>2.1.2</maven-source-plugin.version>
<maven-resources-plugin.version>2.5</maven-resources-plugin.version>
<maven-javadoc-plugin.version>2.8.1</maven-javadoc-plugin.version>
<maven-release-plugin.version>2.2.2</maven-release-plugin.version>
<maven-deploy-plugin.version>2.6</maven-deploy-plugin.version>
<maven-site-plugin.version>3.0</maven-site-plugin.version>
<maven-plugin-api.version>2.0</maven-plugin-api.version>
<maven-pmd-plugin.version>2.5</maven-pmd-plugin.version>
<maven-jmeter-plugin.version>1.0</maven-jmeter-plugin.version>
<maven-surefire-plugin.version>2.12</maven-surefire-plugin.version>
<maven-surefire-report-plugin.version>2.6</maven-surefire-report-plugin.version>
<maven-checkstyle-plugin.version>2.5</maven-checkstyle-plugin.version>
<maven-enforcer-plugin.version>1.0-beta-1</maven-enforcer-plugin.version>
<maven-project-info-reports-plugin.version>2.4</maven-project-info-reports-plugin.version>
<testng.version>5.8</testng.version> <!-- test up to 6.5.2 -->
<juel.version>2.1.0</juel.version> <!-- rm me later -->
<!-- vasc-core -->
<x4o.version>0.8.7-SNAPSHOT</x4o.version>
<!-- vasc-backend-ldap -->
<jldap.version>4.3</jldap.version>
<!-- vasc-backend-metamodel -->
<metamodel.version>3.2.5</metamodel.version>
<!-- vasc-backend-mongo -->
<mongo-java-driver.version>2.7.3</mongo-java-driver.version>
<!-- vasc-export-json -->
<json-simple.version>1.1</json-simple.version>
<!-- vasc-frontend-cxf -->
<cxf-rt.version>2.6.0</cxf-rt.version>
<!-- vasc-frontend-swing -->
<microba.version>0.4.4.1</microba.version>
<!-- vasc-frontend-swt -->
<jface.version>3.3.0-I20070606-0010</jface.version>
<!-- vasc-lib-jr40 -->
<jasperreports.version>4.5.1</jasperreports.version>
<!-- vasc-demo-tech-core -->
<logback-access.version>1.0.9</logback-access.version>
<logback-classic.version>1.0.9</logback-classic.version>
<jul-to-slf4j.version>1.6.4</jul-to-slf4j.version>
<log4j-over-slf4j.version>1.6.4</log4j-over-slf4j.version>
<commons-io.version>2.4</commons-io.version>
<bsaf.version>1.9.2</bsaf.version>
<!-- vasc-demo-tech-core jdbc drivers -->
<postgresql.version>9.1-901-1.jdbc4</postgresql.version>
<mysql-connector-java.version>5.1.22</mysql-connector-java.version>
<h2.version>1.3.170</h2.version>
<derby.version>10.9.1.0</derby.version>
<!-- Vasc Hibernate integration -->
<hibernate-validator.version>3.1.0.CR1</hibernate-validator.version>
<hibernate-annotations.version>3.5.6-Final</hibernate-annotations.version>
<!-- Java EE -->
<javaee-api.version>6.0</javaee-api.version>
<jsr181-api.version>1.0-MR1</jsr181-api.version> <!-- ws annotations -->
<jstl.version>1.2</jstl.version>
<jsp-api.version>2.2.1-b03</jsp-api.version>
<jsf-api.version>2.1</jsf-api.version>
<javax.faces.version>2.1.6</javax.faces.version>
<!-- Java EE for Demo -->
<richfaces.version>4.1.0.Final</richfaces.version>
<prettyfaces-jsf2.version>3.3.3</prettyfaces-jsf2.version>
<rewrite-servlet.version>1.0.6-SNAPSHOT</rewrite-servlet.version>
<jawr.version>3.3.3</jawr.version>
<!-- Misc EE -->
<taglibs.version>1.1.2</taglibs.version>
<el-ri.version>1.2</el-ri.version>
<el-api.version>2.2.1-b04</el-api.version>
<quartz.version>1.6.3</quartz.version>
<jbosssx-client.version>3.0.0.CR2</jbosssx-client.version>
<tomee.version>1.5.1</tomee.version>
<!-- XML deps -->
<saxon.version>9.1.0.8</saxon.version>
<xercesImpl.version>2.8.1</xercesImpl.version>
<xml-apis.version>1.0.b2</xml-apis.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
<version>${richfaces.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${testng.version}</version>
<classifier>jdk15</classifier>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<!-- Compile source -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<source>${project.build.sourceVersion}</source>
<target>${project.build.sourceVersion}</target>
</configuration>
</plugin>
<!-- Package source -->
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
<executions>
<execution>
<id>attach-sources</id>
<goals><goal>jar</goal></goals>
</execution>
</executions>
</plugin>
<!-- Generate site -->
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>${maven-site-plugin.version}</version>
<configuration>
<outputEncoding>${project.build.sourceEncoding}</outputEncoding>
</configuration>
</plugin>
<!-- Run tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration />
</plugin>
<!-- Perform maven releases -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<preparationGoals>clean install verify</preparationGoals>
<!-- rmed assembly:assembly javadoc:javadoc deploy -->
<goals>clean install -P notest</goals>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>${maven-clean-plugin.version}</version>
</plugin>
<plugin>
<artifactId>maven-changes-plugin</artifactId>
<version>${maven-changes-plugin.version}</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>${maven-install-plugin.version}</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-plugin.version}</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>${maven-jar-plugin.version}</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<versionRange>${maven-antrun-plugin.version}</versionRange>
<goals>
<goal>run</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<reporting>
<outputDirectory>target/site</outputDirectory>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>${cobertura-maven-plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>${maven-surefire-report-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${maven-project-info-reports-plugin.version}</version>
<reportSets>
<reportSet>
<reports>
<report>summary</report>
<report>dependencies</report>
<report>project-team</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
<version>${jxr-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>${maven-surefire-report-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
<version>${jdepend-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>${maven-changes-plugin.version}</version>
<configuration>
<xmlPath>${basedir}/src/site/changes.xml</xmlPath>
</configuration>
<reportSets>
<reportSet>
<reports><report>changes-report</report></reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
<repositories>
<repository>
<id>jboss</id>
<name>JBoss Repository Switchboard</name>
<layout>default</layout>
<url>http://repository.jboss.com/</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>false</enabled></snapshots>
</repository>
<repository>
<id>ops4j-microba</id>
<name>ops4j.org</name>
<layout>default</layout>
<url>http://repository.ops4j.org/maven2/</url>
<snapshots><enabled>false</enabled></snapshots>
</repository>
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<!--
<repository>
<id>eobjects-metamodel</id>
<name>eobjects.org</name>
<layout>default</layout>
<url>http://repo.eobjects.org</url>
<snapshots><enabled>true</enabled></snapshots>
</repository>
-->
</repositories>
<!-- DistributionManagement -->
<distributionManagement>
<repository>
<id>releases</id>
<name>Internal Releases</name>
<url>http://localhost:8081/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>Internal Snapshots</name>
<url>http://localhost:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<developers>
<developer>
<id>willem.cazander</id>
<name>Willem Cazander</name>
<email>w.cazander@gmail.com</email>
<organization>forwardfire.net</organization>
<timezone>+2</timezone>
<roles>
<role>Project Manager</role>
<role>Architect</role>
</roles>
</developer>
</developers>
<!-- Profiles -->
<profiles>
<profile>
<id>notest</id>
<properties>
<skipTests>true</skipTests>
</properties>
</profile>
</profiles>
<!-- END -->
</project>