Created
June 27, 2012 14:37
-
-
Save henryyan/3004458 to your computer and use it in GitHub Desktop.
effective-pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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> | |
| <artifactId>joying</artifactId> | |
| <groupId>com.runchain.joying</groupId> | |
| <version>1.1.0-SNAPSHOT</version> | |
| </parent> | |
| <groupId>com.runchain.joying</groupId> | |
| <artifactId>joying-tpa-core</artifactId> | |
| <version>1.0.0-SNAPSHOT</version> | |
| <name>JOYING::TPA::CORE</name> | |
| <description>上海中盈保险经纪业务有限公司ERP系统</description> | |
| <url>http://runchain.gicp.net/dokuwiki/doku.php?id=wiki:projects:joying/joying-tpa-core</url> | |
| <organization> | |
| <name>runchain</name> | |
| <url>http://www.runchain.com</url> | |
| </organization> | |
| <developers> | |
| <developer> | |
| <id>henryyan</id> | |
| <name>Henry Yan</name> | |
| <email>yanhonglei@gmail.com</email> | |
| <url>http://www.wsria.com</url> | |
| <organization>Runchain</organization> | |
| <organizationUrl>http://www.runchain.com</organizationUrl> | |
| <timezone>8</timezone> | |
| </developer> | |
| </developers> | |
| <scm> | |
| <connection>${parent.scm.connection}</connection> | |
| <developerConnection>${parent.scm.developerConnection}</developerConnection> | |
| <url>${parent.scm.url}</url> | |
| </scm> | |
| <distributionManagement> | |
| <repository> | |
| <id>nexus</id> | |
| <name>Team Nexus Release Repository</name> | |
| <url>http://runchain.gicp.net:8081/nexus/content/repositories/releases</url> | |
| </repository> | |
| <snapshotRepository> | |
| <id>nexus</id> | |
| <name>Team Nexus Snapshot Repository</name> | |
| <url>http://runchain.gicp.net:8081/nexus/content/repositories/snapshots</url> | |
| </snapshotRepository> | |
| </distributionManagement> | |
| <properties> | |
| <log4j.logger.org.apache.ibatis>DEBUG</log4j.logger.org.apache.ibatis> | |
| <log4j.logger.org.apache>ERROR</log4j.logger.org.apache> | |
| <env.test.prop.application.file>application.test.local.properties</env.test.prop.application.file> | |
| <env.spring.application.file>classpath*:/application.local.properties</env.spring.application.file> | |
| <sub.system.joying.url>http://henryyan:9999/joying-web</sub.system.joying.url> | |
| <cxf.version>2.5.0</cxf.version> | |
| <log4j.logger.hibernate.sql.sql.parameter>TRACE</log4j.logger.hibernate.sql.sql.parameter> | |
| <sub.system.oa.url>http://henryyan:9999/joying-oa-web</sub.system.oa.url> | |
| <sub.system.budget.url>http://henryyan:9999/joying-budget-web</sub.system.budget.url> | |
| <powermock.version>1.4.12</powermock.version> | |
| <spring-security.version>3.0.7.RELEASE</spring-security.version> | |
| <selenium.version>2.12.0</selenium.version> | |
| <system.version>1.0.0-SNAPSHOT</system.version> | |
| <struts2.version>2.3.1</struts2.version> | |
| <template.report.path>/home/henryyan/tmp/joying/reports</template.report.path> | |
| <log4j.root.level>DEBUG</log4j.root.level> | |
| <env.prop.application.file>application.local.properties</env.prop.application.file> | |
| <jackson.version>1.9.2</jackson.version> | |
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| <sub.system.common.url>http://henryyan:9999/joying-common-web</sub.system.common.url> | |
| <h2.version>1.3.166</h2.version> | |
| <weboffice.module.quote.path>home/henryyan/tmp/joying/docs/quote</weboffice.module.quote.path> | |
| <mockito.version>1.9.0</mockito.version> | |
| <log4j.logger.org.springframework.security>ERROR</log4j.logger.org.springframework.security> | |
| <arch.version>1.5.2</arch.version> | |
| <log4j.logger.net.sf.ehcache>ERROR</log4j.logger.net.sf.ehcache> | |
| <log4j.file>/home/henryyan/tmp/joying/logs/joying-tpa-core/joying-tpa-core.log.txt</log4j.file> | |
| <jdbc.driver.version>10.2.0.5.0</jdbc.driver.version> | |
| <jdbc.driver.groupId>com.oracle</jdbc.driver.groupId> | |
| <com.atomikos.icatch.console_log_level>WARN</com.atomikos.icatch.console_log_level> | |
| <jetty.version>7.5.4.v20111024</jetty.version> | |
| <log4j.logger.attaches.2>log4j.logger.org.springside.modules.utils.PropertiesUtils=ERROR</log4j.logger.attaches.2> | |
| <log4j.logger.org.hibernate>ERROR</log4j.logger.org.hibernate> | |
| <log4j.logger.attaches.1>log4j.logger.com.runchain.arch.util.properties=ERROR</log4j.logger.attaches.1> | |
| <log4j.logger.java.sql>DEBUG</log4j.logger.java.sql> | |
| <env.test.spring.application.file>classpath*:/application.test.local.properties</env.test.spring.application.file> | |
| <log4j.logger.com.opensymphony>ERROR</log4j.logger.com.opensymphony> | |
| <hibernate.version>3.6.8.Final</hibernate.version> | |
| <log4j.logger.org.springframework>ERROR</log4j.logger.org.springframework> | |
| <workflow.process.definition.path>/home/henryyan/work/runchain/projects/joying/sources/joying-common-core/src/main/resources</workflow.process.definition.path> | |
| <sub.system.erp.url>http://henryyan:9999/joying-erp-web</sub.system.erp.url> | |
| <log4j.logger.com.runchain.joying>DEBUG</log4j.logger.com.runchain.joying> | |
| <activiti.version>5.9</activiti.version> | |
| <weboffice.module.acceptInsurance.path>/home/henryyan/tmp/joying/docs/acceptInsurance</weboffice.module.acceptInsurance.path> | |
| <jdbc.driver.artifactId>ojdbc14</jdbc.driver.artifactId> | |
| <json-lib.version>2.3</json-lib.version> | |
| <sub.system.tpa.url>http://henryyan:9999/joying-tpa-web</sub.system.tpa.url> | |
| <jersey.version>1.10</jersey.version> | |
| <slf4j.version>1.6.4</slf4j.version> | |
| <log4j.logger.atomikos>ERROR</log4j.logger.atomikos> | |
| <weboffice.module.effectInsurance.path>/home/henryyan/tmp/joying/docs/effectInsurance</weboffice.module.effectInsurance.path> | |
| <mybatis.version>3.0.6</mybatis.version> | |
| <log4j.logger.org.springside>ERROR</log4j.logger.org.springside> | |
| <com.atomikos.icatch.output_dir>/home/henryyan/tmp/joying/logs/atomikos/output</com.atomikos.icatch.output_dir> | |
| <spring.version>3.1.1.RELEASE</spring.version> | |
| <activemq.version>5.5.1</activemq.version> | |
| <log4j.logger.org.jasig.cas.client>ERROR</log4j.logger.org.jasig.cas.client> | |
| <shiro.version>1.1.0</shiro.version> | |
| <springside.version>3.3.4.4</springside.version> | |
| </properties> | |
| <dependencyManagement> | |
| <dependencies> | |
| <dependency> | |
| <groupId>com.runchain.arch</groupId> | |
| <artifactId>rc-common</artifactId> | |
| <version>1.5.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.runchain.arch</groupId> | |
| <artifactId>rc-id</artifactId> | |
| <version>1.5.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.runchain.arch</groupId> | |
| <artifactId>rc-web-extension</artifactId> | |
| <version>1.5.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.runchain.arch</groupId> | |
| <artifactId>rc-workflow-activiti</artifactId> | |
| <version>1.5.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.runchain.arch</groupId> | |
| <artifactId>rc-workflow-activiti-web</artifactId> | |
| <version>1.5.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.jasig.cas.client</groupId> | |
| <artifactId>cas-client-core</artifactId> | |
| <version>3.2.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.security</groupId> | |
| <artifactId>spring-security-cas-client</artifactId> | |
| <version>3.0.7.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.oracle</groupId> | |
| <artifactId>ojdbc14</artifactId> | |
| <version>10.2.0.5.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.microsoft</groupId> | |
| <artifactId>sqlserver-jdbc4</artifactId> | |
| <version>3.0</version> | |
| <scope>runtime</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.atomikos</groupId> | |
| <artifactId>transactions</artifactId> | |
| <version>3.7.0</version> | |
| <scope>runtime</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.atomikos</groupId> | |
| <artifactId>transactions-jdbc</artifactId> | |
| <version>3.7.0</version> | |
| <scope>runtime</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.atomikos</groupId> | |
| <artifactId>transactions-jta</artifactId> | |
| <version>3.7.0</version> | |
| <scope>runtime</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.jodd</groupId> | |
| <artifactId>jodd</artifactId> | |
| <version>3.3.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>joda-time</groupId> | |
| <artifactId>joda-time</artifactId> | |
| <version>2.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springside</groupId> | |
| <artifactId>springside3-core</artifactId> | |
| <version>3.3.4.4</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springside</groupId> | |
| <artifactId>springside3-extension</artifactId> | |
| <version>3.3.4.4</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-core</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-beans</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-context</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-context-support</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-aop</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-tx</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.aspectj</groupId> | |
| <artifactId>aspectjrt</artifactId> | |
| <version>1.6.12</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.aspectj</groupId> | |
| <artifactId>aspectjweaver</artifactId> | |
| <version>1.6.12</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>cglib</groupId> | |
| <artifactId>cglib-nodep</artifactId> | |
| <version>2.2.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.activiti</groupId> | |
| <artifactId>activiti-engine</artifactId> | |
| <version>5.9</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.activiti</groupId> | |
| <artifactId>activiti-spring</artifactId> | |
| <version>5.9</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.hibernate</groupId> | |
| <artifactId>hibernate-core</artifactId> | |
| <version>3.6.8.Final</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.hibernate</groupId> | |
| <artifactId>hibernate-entitymanager</artifactId> | |
| <version>3.6.8.Final</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.hibernate</groupId> | |
| <artifactId>hibernate-ehcache</artifactId> | |
| <version>3.6.8.Final</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.hibernate</groupId> | |
| <artifactId>hibernate-annotations</artifactId> | |
| <version>3.5.6-Final</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>javassist</groupId> | |
| <artifactId>javassist</artifactId> | |
| <version>3.12.1.GA</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.hibernate</groupId> | |
| <artifactId>hibernate-tools</artifactId> | |
| <version>3.2.3.GA</version> | |
| <scope>provided</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>freemarker</artifactId> | |
| <groupId>freemarker</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>net.sf.ehcache</groupId> | |
| <artifactId>ehcache</artifactId> | |
| <version>1.6.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.mybatis</groupId> | |
| <artifactId>mybatis</artifactId> | |
| <version>3.0.6</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.mybatis</groupId> | |
| <artifactId>mybatis-spring</artifactId> | |
| <version>1.0.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-orm</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-jdbc</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-dbcp</groupId> | |
| <artifactId>commons-dbcp</artifactId> | |
| <version>1.4</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-pool</groupId> | |
| <artifactId>commons-pool</artifactId> | |
| <version>1.5.6</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-web</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-webmvc</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.struts</groupId> | |
| <artifactId>struts2-core</artifactId> | |
| <version>2.3.1</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>tools</artifactId> | |
| <groupId>com.sun</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.struts</groupId> | |
| <artifactId>struts2-spring-plugin</artifactId> | |
| <version>2.3.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.struts</groupId> | |
| <artifactId>struts2-convention-plugin</artifactId> | |
| <version>2.3.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.struts</groupId> | |
| <artifactId>struts2-json-plugin</artifactId> | |
| <version>2.3.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.freemarker</groupId> | |
| <artifactId>freemarker</artifactId> | |
| <version>2.3.16</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.sitemesh</groupId> | |
| <artifactId>sitemesh</artifactId> | |
| <version>3.0-alpha-2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.codehaus.jackson</groupId> | |
| <artifactId>jackson-core-asl</artifactId> | |
| <version>1.9.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.codehaus.jackson</groupId> | |
| <artifactId>jackson-mapper-asl</artifactId> | |
| <version>1.9.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.codehaus.jackson</groupId> | |
| <artifactId>jackson-jaxrs</artifactId> | |
| <version>1.9.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.codehaus.jackson</groupId> | |
| <artifactId>jackson-xc</artifactId> | |
| <version>1.9.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>net.sf.json-lib</groupId> | |
| <artifactId>json-lib</artifactId> | |
| <version>2.3</version> | |
| <classifier>jdk15</classifier> | |
| </dependency> | |
| <dependency> | |
| <groupId>javax.servlet</groupId> | |
| <artifactId>servlet-api</artifactId> | |
| <version>2.5</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>javax.servlet</groupId> | |
| <artifactId>jstl</artifactId> | |
| <version>1.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>taglibs</groupId> | |
| <artifactId>standard</artifactId> | |
| <version>1.1.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.cxf</groupId> | |
| <artifactId>cxf-rt-core</artifactId> | |
| <version>2.5.0</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>geronimo-javamail_1.4_spec</artifactId> | |
| <groupId>org.apache.geronimo.specs</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>geronimo-activation_1.1_spec</artifactId> | |
| <groupId>org.apache.geronimo.specs</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.cxf</groupId> | |
| <artifactId>cxf-rt-frontend-jaxws</artifactId> | |
| <version>2.5.0</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>geronimo-javamail_1.4_spec</artifactId> | |
| <groupId>org.apache.geronimo.specs</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>geronimo-activation_1.1_spec</artifactId> | |
| <groupId>org.apache.geronimo.specs</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.cxf</groupId> | |
| <artifactId>cxf-rt-transports-http</artifactId> | |
| <version>2.5.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.sun.jersey</groupId> | |
| <artifactId>jersey-server</artifactId> | |
| <version>1.10</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.sun.jersey</groupId> | |
| <artifactId>jersey-client</artifactId> | |
| <version>1.10</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.sun.jersey</groupId> | |
| <artifactId>jersey-json</artifactId> | |
| <version>1.10</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>jettison</artifactId> | |
| <groupId>org.codehaus.jettison</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.sun.jersey.contribs</groupId> | |
| <artifactId>jersey-spring</artifactId> | |
| <version>1.10</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>spring</artifactId> | |
| <groupId>org.springframework</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>jersey-grizzly2</artifactId> | |
| <groupId>com.sun.jersey</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.sun.jersey.contribs</groupId> | |
| <artifactId>jersey-multipart</artifactId> | |
| <version>1.10</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.shiro</groupId> | |
| <artifactId>shiro-core</artifactId> | |
| <version>1.1.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.shiro</groupId> | |
| <artifactId>shiro-spring</artifactId> | |
| <version>1.1.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.shiro</groupId> | |
| <artifactId>shiro-web</artifactId> | |
| <version>1.1.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.octo.captcha</groupId> | |
| <artifactId>jcaptcha</artifactId> | |
| <version>1.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.security</groupId> | |
| <artifactId>spring-security-core</artifactId> | |
| <version>3.0.7.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.security</groupId> | |
| <artifactId>spring-security-config</artifactId> | |
| <version>3.0.7.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.security</groupId> | |
| <artifactId>spring-security-web</artifactId> | |
| <version>3.0.7.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.security</groupId> | |
| <artifactId>spring-security-taglibs</artifactId> | |
| <version>3.0.7.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-jms</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.activemq</groupId> | |
| <artifactId>activemq-core</artifactId> | |
| <version>5.5.1</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>activemq-protobuf</artifactId> | |
| <groupId>org.apache.activemq.protobuf</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>spring-osgi-core</artifactId> | |
| <groupId>org.springframework.osgi</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>org.osgi.core</artifactId> | |
| <groupId>org.osgi</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.quartz-scheduler</groupId> | |
| <artifactId>quartz</artifactId> | |
| <version>1.8.5</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>spy</groupId> | |
| <artifactId>spymemcached</artifactId> | |
| <version>2.6</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.thimbleware.jmemcached</groupId> | |
| <artifactId>jmemcached-core</artifactId> | |
| <version>1.0.0</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.slf4j</groupId> | |
| <artifactId>slf4j-api</artifactId> | |
| <version>1.6.4</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.slf4j</groupId> | |
| <artifactId>slf4j-log4j12</artifactId> | |
| <version>1.6.4</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-logging</groupId> | |
| <artifactId>commons-logging</artifactId> | |
| <version>1.1.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>log4j</groupId> | |
| <artifactId>log4j</artifactId> | |
| <version>1.2.16</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>net.sf.log4jdbc</groupId> | |
| <artifactId>log4jdbc3</artifactId> | |
| <version>1.2beta2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>javax.mail</groupId> | |
| <artifactId>mail</artifactId> | |
| <version>1.4.4</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>javax.activation</groupId> | |
| <artifactId>activation</artifactId> | |
| <version>1.1.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>dom4j</groupId> | |
| <artifactId>dom4j</artifactId> | |
| <version>1.6.1</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>xml-apis</artifactId> | |
| <groupId>xml-apis</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>jaxen</groupId> | |
| <artifactId>jaxen</artifactId> | |
| <version>1.1.1</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>xercesImpl</artifactId> | |
| <groupId>xerces</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>xmlParserAPIs</artifactId> | |
| <groupId>xerces</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>xml-apis</artifactId> | |
| <groupId>xml-apis</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>xalan</artifactId> | |
| <groupId>xalan</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.poi</groupId> | |
| <artifactId>poi</artifactId> | |
| <version>3.7</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.hibernate</groupId> | |
| <artifactId>hibernate-validator</artifactId> | |
| <version>4.2.0.Final</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-lang</groupId> | |
| <artifactId>commons-lang</artifactId> | |
| <version>2.6</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.commons</groupId> | |
| <artifactId>commons-lang3</artifactId> | |
| <version>3.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.commons</groupId> | |
| <artifactId>commons-math</artifactId> | |
| <version>2.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| <version>2.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-collections</groupId> | |
| <artifactId>commons-collections</artifactId> | |
| <version>3.2.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-beanutils</groupId> | |
| <artifactId>commons-beanutils</artifactId> | |
| <version>1.8.3</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-codec</groupId> | |
| <artifactId>commons-codec</artifactId> | |
| <version>1.5</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-configuration</groupId> | |
| <artifactId>commons-configuration</artifactId> | |
| <version>1.6</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.google.guava</groupId> | |
| <artifactId>guava</artifactId> | |
| <version>10.0.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.httpcomponents</groupId> | |
| <artifactId>httpclient</artifactId> | |
| <version>4.2-alpha1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>net.jcip</groupId> | |
| <artifactId>jcip-annotations</artifactId> | |
| <version>1.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>ognl</groupId> | |
| <artifactId>ognl</artifactId> | |
| <version>3.0.3</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>javax.xml.bind</groupId> | |
| <artifactId>jaxb-api</artifactId> | |
| <version>2.2.5</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.sun.xml.bind</groupId> | |
| <artifactId>jaxb-impl</artifactId> | |
| <version>2.2.5-b02</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.velocity</groupId> | |
| <artifactId>velocity</artifactId> | |
| <version>1.7</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>net.sf.ehcache</groupId> | |
| <artifactId>ehcache-core</artifactId> | |
| <version>2.5.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>net.sf.dozer</groupId> | |
| <artifactId>dozer</artifactId> | |
| <version>5.3.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>asm</groupId> | |
| <artifactId>asm</artifactId> | |
| <version>3.3.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.ibm.icu</groupId> | |
| <artifactId>icu4j</artifactId> | |
| <version>4.8.1.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>junit</groupId> | |
| <artifactId>junit</artifactId> | |
| <version>4.10</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-test</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.jetty</groupId> | |
| <artifactId>jetty-webapp</artifactId> | |
| <version>7.5.4.v20111024</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.jetty</groupId> | |
| <artifactId>jetty-jsp-2.1</artifactId> | |
| <version>7.5.4.v20111024</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.mortbay.jetty</groupId> | |
| <artifactId>jsp-2.1-glassfish</artifactId> | |
| <version>2.1.v20100127</version> | |
| <scope>test</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>servlet-api</artifactId> | |
| <groupId>org.mortbay.jetty</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.seleniumhq.selenium</groupId> | |
| <artifactId>selenium-java</artifactId> | |
| <version>2.12.0</version> | |
| <scope>test</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>selenium-htmlunit-driver</artifactId> | |
| <groupId>org.seleniumhq.selenium</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>selenium-chrome-driver</artifactId> | |
| <groupId>org.seleniumhq.selenium</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>selenium-android-driver</artifactId> | |
| <groupId>org.seleniumhq.selenium</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>selenium-iphone-driver</artifactId> | |
| <groupId>org.seleniumhq.selenium</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.seleniumhq.selenium</groupId> | |
| <artifactId>selenium-remote-driver</artifactId> | |
| <version>2.12.0</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.dbunit</groupId> | |
| <artifactId>dbunit</artifactId> | |
| <version>2.4.8</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.h2database</groupId> | |
| <artifactId>h2</artifactId> | |
| <version>1.3.166</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.mockito</groupId> | |
| <artifactId>mockito-core</artifactId> | |
| <version>1.9.0</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.powermock</groupId> | |
| <artifactId>powermock-module-junit4</artifactId> | |
| <version>1.4.12</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.powermock</groupId> | |
| <artifactId>powermock-api-mockito</artifactId> | |
| <version>1.4.12</version> | |
| <scope>test</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>mockito-all</artifactId> | |
| <groupId>org.mockito</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.perf4j</groupId> | |
| <artifactId>perf4j</artifactId> | |
| <version>0.9.16</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>tanukisoft</groupId> | |
| <artifactId>jsw</artifactId> | |
| <version>3.5.4</version> | |
| <type>zip</type> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.jetty</groupId> | |
| <artifactId>jetty-jmx</artifactId> | |
| <version>7.5.4.v20111024</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.jetty</groupId> | |
| <artifactId>jetty-start</artifactId> | |
| <version>7.5.4.v20111024</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| </dependencies> | |
| </dependencyManagement> | |
| <dependencies> | |
| <dependency> | |
| <groupId>com.runchain.joying</groupId> | |
| <artifactId>joying-common-core</artifactId> | |
| <version>1.1.0-SNAPSHOT</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.runchain.joying</groupId> | |
| <artifactId>joying-common-web-util</artifactId> | |
| <version>1.1.0-SNAPSHOT</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.runchain.joying</groupId> | |
| <artifactId>joying-budget-web-util</artifactId> | |
| <version>1.1.0-SNAPSHOT</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.runchain.arch</groupId> | |
| <artifactId>rc-common</artifactId> | |
| <version>1.5.2</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.runchain.arch</groupId> | |
| <artifactId>rc-workflow-activiti</artifactId> | |
| <version>1.5.2</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springside</groupId> | |
| <artifactId>springside3-core</artifactId> | |
| <version>3.3.4.4</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-context</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>cglib</groupId> | |
| <artifactId>cglib-nodep</artifactId> | |
| <version>2.2.2</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.hibernate</groupId> | |
| <artifactId>hibernate-core</artifactId> | |
| <version>3.6.8.Final</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.oracle</groupId> | |
| <artifactId>ojdbc14</artifactId> | |
| <version>10.2.0.5.0</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.activiti</groupId> | |
| <artifactId>activiti-engine</artifactId> | |
| <version>5.9</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.activiti</groupId> | |
| <artifactId>activiti-spring</artifactId> | |
| <version>5.9</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.poi</groupId> | |
| <artifactId>poi</artifactId> | |
| <version>3.7</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.google.guava</groupId> | |
| <artifactId>guava</artifactId> | |
| <version>10.0.1</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.jodd</groupId> | |
| <artifactId>jodd</artifactId> | |
| <version>3.3.2</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.commons</groupId> | |
| <artifactId>commons-math</artifactId> | |
| <version>2.2</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>junit</groupId> | |
| <artifactId>junit</artifactId> | |
| <version>4.10</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-test</artifactId> | |
| <version>3.1.1.RELEASE</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.h2database</groupId> | |
| <artifactId>h2</artifactId> | |
| <version>1.3.166</version> | |
| <scope>test</scope> | |
| </dependency> | |
| </dependencies> | |
| <repositories> | |
| <repository> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| </snapshots> | |
| <id>offical</id> | |
| <name>Maven Official Repository</name> | |
| <url>http://repo1.maven.org/maven2</url> | |
| </repository> | |
| <repository> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| </snapshots> | |
| <id>org.springframework.maven.milestone</id> | |
| <name>Spring Maven Milestone Repository</name> | |
| <url>http://maven.springframework.org/milestone</url> | |
| </repository> | |
| <repository> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| </snapshots> | |
| <id>springside</id> | |
| <name>SpringSide Additional Repository</name> | |
| <url>http://springside.googlecode.com/svn/repository</url> | |
| </repository> | |
| <repository> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| </snapshots> | |
| <id>jboss</id> | |
| <name>Jboss Repository</name> | |
| <url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url> | |
| </repository> | |
| <repository> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| </snapshots> | |
| <id>java.net</id> | |
| <name>Java.net Repository</name> | |
| <url>http://download.java.net/maven/2/</url> | |
| </repository> | |
| <repository> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| </snapshots> | |
| <id>Activiti</id> | |
| <name>Workflow Enginer Repository</name> | |
| <url>http://maven.alfresco.com/nexus/content/repositories/activiti</url> | |
| </repository> | |
| <repository> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| </snapshots> | |
| <id>central</id> | |
| <name>Maven Repository Switchboard</name> | |
| <url>http://repo1.maven.org/maven2</url> | |
| </repository> | |
| </repositories> | |
| <pluginRepositories> | |
| <pluginRepository> | |
| <releases> | |
| <updatePolicy>never</updatePolicy> | |
| </releases> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| </snapshots> | |
| <id>central</id> | |
| <name>Maven Plugin Repository</name> | |
| <url>http://repo1.maven.org/maven2</url> | |
| </pluginRepository> | |
| </pluginRepositories> | |
| <build> | |
| <sourceDirectory>/home/henryyan/work/runchain/projects/joying/sources/joying-tpa-core/src/main/java</sourceDirectory> | |
| <scriptSourceDirectory>/home/henryyan/work/runchain/projects/joying/sources/joying-tpa-core/src/main/scripts</scriptSourceDirectory> | |
| <testSourceDirectory>/home/henryyan/work/runchain/projects/joying/sources/joying-tpa-core/src/test/java</testSourceDirectory> | |
| <outputDirectory>/home/henryyan/work/runchain/projects/joying/sources/joying-tpa-core/target/classes</outputDirectory> | |
| <testOutputDirectory>/home/henryyan/work/runchain/projects/joying/sources/joying-tpa-core/target/test-classes</testOutputDirectory> | |
| <resources> | |
| <resource> | |
| <filtering>true</filtering> | |
| <directory>/home/henryyan/work/runchain/projects/joying/sources/joying-tpa-core/src/main/resources</directory> | |
| </resource> | |
| </resources> | |
| <testResources> | |
| <testResource> | |
| <filtering>true</filtering> | |
| <directory>/home/henryyan/work/runchain/projects/joying/sources/joying-tpa-core/src/test/resources</directory> | |
| </testResource> | |
| </testResources> | |
| <directory>/home/henryyan/work/runchain/projects/joying/sources/joying-tpa-core/target</directory> | |
| <finalName>joying-tpa-core-1.0.0-SNAPSHOT</finalName> | |
| <pluginManagement> | |
| <plugins> | |
| <plugin> | |
| <artifactId>maven-antrun-plugin</artifactId> | |
| <version>1.7</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-assembly-plugin</artifactId> | |
| <version>2.2.1</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-compiler-plugin</artifactId> | |
| <version>2.3.2</version> | |
| <configuration> | |
| <source>1.6</source> | |
| <target>1.6</target> | |
| <showWarnings>true</showWarnings> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>exec-maven-plugin</artifactId> | |
| <version>1.1.2-Beta1</version> | |
| <executions> | |
| <execution> | |
| <goals> | |
| <goal>exec</goal> | |
| </goals> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-surefire-plugin</artifactId> | |
| <version>2.10</version> | |
| <configuration> | |
| <argLine>-Xmx256M</argLine> | |
| <includes> | |
| <include>**/*Test.java</include> | |
| </includes> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>cobertura-maven-plugin</artifactId> | |
| <version>2.5.1</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-war-plugin</artifactId> | |
| <version>2.1.1</version> | |
| <configuration> | |
| <warName>joying-tpa-core</warName> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-resources-plugin</artifactId> | |
| <version>2.5</version> | |
| <configuration> | |
| <encoding>UTF-8</encoding> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-jar-plugin</artifactId> | |
| <version>2.3.2</version> | |
| <configuration> | |
| <archive> | |
| <manifest> | |
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | |
| </manifest> | |
| </archive> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-source-plugin</artifactId> | |
| <version>2.1.2</version> | |
| <executions> | |
| <execution> | |
| <goals> | |
| <goal>jar</goal> | |
| </goals> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-clean-plugin</artifactId> | |
| <version>2.4.1</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-install-plugin</artifactId> | |
| <version>2.3.1</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-deploy-plugin</artifactId> | |
| <version>2.7</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-eclipse-plugin</artifactId> | |
| <version>2.9</version> | |
| <configuration> | |
| <sourceExcludes> | |
| <sourceExclude>**/.svn/</sourceExclude> | |
| </sourceExcludes> | |
| <downloadSources>true</downloadSources> | |
| <downloadJavadocs>false</downloadJavadocs> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.mortbay.jetty</groupId> | |
| <artifactId>jetty-maven-plugin</artifactId> | |
| <version>7.5.4.v20111024</version> | |
| <configuration> | |
| <reload>manual</reload> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-dependency-plugin</artifactId> | |
| <version>2.4</version> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>sonar-maven-plugin</artifactId> | |
| <version>2.0-beta-2</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-release-plugin</artifactId> | |
| <version>2.2.1</version> | |
| <configuration> | |
| <arguments>${arguments}</arguments> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-scm-plugin</artifactId> | |
| <version>1.7</version> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>versions-maven-plugin</artifactId> | |
| <version>1.3.1</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-site-plugin</artifactId> | |
| <version>3.1</version> | |
| <configuration> | |
| <locales>zh_CN</locales> | |
| </configuration> | |
| </plugin> | |
| </plugins> | |
| </pluginManagement> | |
| <plugins> | |
| <plugin> | |
| <artifactId>maven-resources-plugin</artifactId> | |
| <version>2.5</version> | |
| <executions> | |
| <execution> | |
| <id>default-resources</id> | |
| <phase>process-resources</phase> | |
| <goals> | |
| <goal>resources</goal> | |
| </goals> | |
| <configuration> | |
| <nonFilteredFileExtensions> | |
| <nonFilteredFileExtension>xls</nonFilteredFileExtension> | |
| </nonFilteredFileExtensions> | |
| <encoding>UTF-8</encoding> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>default-testResources</id> | |
| <phase>process-test-resources</phase> | |
| <goals> | |
| <goal>testResources</goal> | |
| </goals> | |
| <configuration> | |
| <nonFilteredFileExtensions> | |
| <nonFilteredFileExtension>xls</nonFilteredFileExtension> | |
| </nonFilteredFileExtensions> | |
| <encoding>UTF-8</encoding> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <nonFilteredFileExtensions> | |
| <nonFilteredFileExtension>xls</nonFilteredFileExtension> | |
| </nonFilteredFileExtensions> | |
| <encoding>UTF-8</encoding> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-clean-plugin</artifactId> | |
| <version>2.4.1</version> | |
| <executions> | |
| <execution> | |
| <id>default-clean</id> | |
| <phase>clean</phase> | |
| <goals> | |
| <goal>clean</goal> | |
| </goals> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-install-plugin</artifactId> | |
| <version>2.3.1</version> | |
| <executions> | |
| <execution> | |
| <id>default-install</id> | |
| <phase>install</phase> | |
| <goals> | |
| <goal>install</goal> | |
| </goals> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-surefire-plugin</artifactId> | |
| <version>2.10</version> | |
| <executions> | |
| <execution> | |
| <id>default-test</id> | |
| <phase>test</phase> | |
| <goals> | |
| <goal>test</goal> | |
| </goals> | |
| <configuration> | |
| <argLine>-Xmx256M</argLine> | |
| <includes> | |
| <include>**/*Test.java</include> | |
| </includes> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <argLine>-Xmx256M</argLine> | |
| <includes> | |
| <include>**/*Test.java</include> | |
| </includes> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-compiler-plugin</artifactId> | |
| <version>2.3.2</version> | |
| <executions> | |
| <execution> | |
| <id>default-testCompile</id> | |
| <phase>test-compile</phase> | |
| <goals> | |
| <goal>testCompile</goal> | |
| </goals> | |
| <configuration> | |
| <source>1.6</source> | |
| <target>1.6</target> | |
| <showWarnings>true</showWarnings> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>default-compile</id> | |
| <phase>compile</phase> | |
| <goals> | |
| <goal>compile</goal> | |
| </goals> | |
| <configuration> | |
| <source>1.6</source> | |
| <target>1.6</target> | |
| <showWarnings>true</showWarnings> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <source>1.6</source> | |
| <target>1.6</target> | |
| <showWarnings>true</showWarnings> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-jar-plugin</artifactId> | |
| <version>2.3.2</version> | |
| <executions> | |
| <execution> | |
| <id>default-jar</id> | |
| <phase>package</phase> | |
| <goals> | |
| <goal>jar</goal> | |
| </goals> | |
| <configuration> | |
| <archive> | |
| <manifest> | |
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | |
| </manifest> | |
| </archive> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <archive> | |
| <manifest> | |
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | |
| </manifest> | |
| </archive> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-deploy-plugin</artifactId> | |
| <version>2.7</version> | |
| <executions> | |
| <execution> | |
| <id>default-deploy</id> | |
| <phase>deploy</phase> | |
| <goals> | |
| <goal>deploy</goal> | |
| </goals> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-site-plugin</artifactId> | |
| <version>3.1</version> | |
| <executions> | |
| <execution> | |
| <id>default-site</id> | |
| <phase>site</phase> | |
| <goals> | |
| <goal>site</goal> | |
| </goals> | |
| <configuration> | |
| <locales>zh_CN</locales> | |
| <outputDirectory>/home/henryyan/work/runchain/projects/joying/sources/joying-tpa-core/target/site</outputDirectory> | |
| <reportPlugins> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-project-info-reports-plugin</artifactId> | |
| <version>2.4</version> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-javadoc-plugin</artifactId> | |
| <version>2.8.1</version> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-jxr-plugin</artifactId> | |
| <version>2.3</version> | |
| <configuration> | |
| <aggregate>false</aggregate> | |
| </configuration> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-checkstyle-plugin</artifactId> | |
| <version>2.5</version> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-pmd-plugin</artifactId> | |
| <version>2.5</version> | |
| <configuration> | |
| <aggregate>true</aggregate> | |
| <targetJdk>1.6</targetJdk> | |
| </configuration> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-changelog-plugin</artifactId> | |
| <version>2.2</version> | |
| <configuration> | |
| <outputEncoding>UTF-8</outputEncoding> | |
| </configuration> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>cobertura-maven-plugin</artifactId> | |
| <version>2.5.1</version> | |
| </reportPlugin> | |
| </reportPlugins> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>default-deploy</id> | |
| <phase>site-deploy</phase> | |
| <goals> | |
| <goal>deploy</goal> | |
| </goals> | |
| <configuration> | |
| <locales>zh_CN</locales> | |
| <outputDirectory>/home/henryyan/work/runchain/projects/joying/sources/joying-tpa-core/target/site</outputDirectory> | |
| <reportPlugins> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-project-info-reports-plugin</artifactId> | |
| <version>2.4</version> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-javadoc-plugin</artifactId> | |
| <version>2.8.1</version> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-jxr-plugin</artifactId> | |
| <version>2.3</version> | |
| <configuration> | |
| <aggregate>false</aggregate> | |
| </configuration> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-checkstyle-plugin</artifactId> | |
| <version>2.5</version> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-pmd-plugin</artifactId> | |
| <version>2.5</version> | |
| <configuration> | |
| <aggregate>true</aggregate> | |
| <targetJdk>1.6</targetJdk> | |
| </configuration> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-changelog-plugin</artifactId> | |
| <version>2.2</version> | |
| <configuration> | |
| <outputEncoding>UTF-8</outputEncoding> | |
| </configuration> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>cobertura-maven-plugin</artifactId> | |
| <version>2.5.1</version> | |
| </reportPlugin> | |
| </reportPlugins> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <locales>zh_CN</locales> | |
| <outputDirectory>/home/henryyan/work/runchain/projects/joying/sources/joying-tpa-core/target/site</outputDirectory> | |
| <reportPlugins> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-project-info-reports-plugin</artifactId> | |
| <version>2.4</version> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-javadoc-plugin</artifactId> | |
| <version>2.8.1</version> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-jxr-plugin</artifactId> | |
| <version>2.3</version> | |
| <configuration> | |
| <aggregate>false</aggregate> | |
| </configuration> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-checkstyle-plugin</artifactId> | |
| <version>2.5</version> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-pmd-plugin</artifactId> | |
| <version>2.5</version> | |
| <configuration> | |
| <aggregate>true</aggregate> | |
| <targetJdk>1.6</targetJdk> | |
| </configuration> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-changelog-plugin</artifactId> | |
| <version>2.2</version> | |
| <configuration> | |
| <outputEncoding>UTF-8</outputEncoding> | |
| </configuration> | |
| </reportPlugin> | |
| <reportPlugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>cobertura-maven-plugin</artifactId> | |
| <version>2.5.1</version> | |
| </reportPlugin> | |
| </reportPlugins> | |
| </configuration> | |
| </plugin> | |
| </plugins> | |
| </build> | |
| <reporting> | |
| <outputDirectory>/home/henryyan/work/runchain/projects/joying/sources/joying-tpa-core/target/site</outputDirectory> | |
| <plugins> | |
| <plugin> | |
| <artifactId>maven-project-info-reports-plugin</artifactId> | |
| <version>2.4</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-javadoc-plugin</artifactId> | |
| <version>2.8.1</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-jxr-plugin</artifactId> | |
| <version>2.3</version> | |
| <configuration> | |
| <aggregate>false</aggregate> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-checkstyle-plugin</artifactId> | |
| <version>2.5</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-pmd-plugin</artifactId> | |
| <version>2.5</version> | |
| <configuration> | |
| <aggregate>true</aggregate> | |
| <targetJdk>1.6</targetJdk> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-changelog-plugin</artifactId> | |
| <version>2.2</version> | |
| <configuration> | |
| <outputEncoding>UTF-8</outputEncoding> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>cobertura-maven-plugin</artifactId> | |
| <version>2.5.1</version> | |
| </plugin> | |
| </plugins> | |
| </reporting> | |
| <profiles> | |
| <profile> | |
| <id>joying-build-dev</id> | |
| <activation> | |
| <activeByDefault>true</activeByDefault> | |
| </activation> | |
| <build> | |
| <resources> | |
| <resource> | |
| <filtering>true</filtering> | |
| <directory>src/main/resources</directory> | |
| </resource> | |
| </resources> | |
| <testResources> | |
| <testResource> | |
| <filtering>true</filtering> | |
| <directory>src/test/resources</directory> | |
| </testResource> | |
| </testResources> | |
| <plugins> | |
| <plugin> | |
| <artifactId>maven-resources-plugin</artifactId> | |
| <configuration> | |
| <nonFilteredFileExtensions> | |
| <nonFilteredFileExtension>xls</nonFilteredFileExtension> | |
| </nonFilteredFileExtensions> | |
| </configuration> | |
| </plugin> | |
| </plugins> | |
| </build> | |
| </profile> | |
| </profiles> | |
| </project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment