maven SSH + cxf pom 文件备用
<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>com.anole</groupId>
??? <artifactId>webmis</artifactId>
??? <version>1.0-SNAPSHOT</version>
??? <packaging>war</packaging>
??? <name>webmis</name>
??? <properties>
??????? <endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
??????? <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
??????? <netbeans.hint.deploy.server>Tomcat70</netbeans.hint.deploy.server>
??? </properties>
??? <dependencies>
??????? <dependency>
??????????? <groupId>javax</groupId>
??????????? <artifactId>javaee-web-api</artifactId>
??????????? <version>6.0</version>
??????????? <scope>provided</scope>
??????? </dependency>
??????? <dependency>
??????????? <groupId>junit</groupId>
??????????? <artifactId>junit</artifactId>
??????????? <version>4.8.2</version>
??????????? <scope>test</scope>
??????? </dependency>
???????
???????
??????? <dependency>
??????????? <groupId>org.rxtx</groupId>
??????????? <artifactId>rxtx</artifactId>
??????????? <version>2.1.7</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.hibernate</groupId>
??????????? <artifactId>hibernate</artifactId>
??????????? <version>3.2.5.ga</version>
??????? </dependency>
???????
??????? <dependency>
??????????? <groupId>org.apache.cxf</groupId>
??????????? <artifactId>cxf-bundle</artifactId>
??????????? <version>2.4.1</version>
??????????? <exclusions>
??????????????? <exclusion>
??????????????????? <artifactId>commons-pool</artifactId>
??????????????????? <groupId>commons-pool</groupId>
??????????????? </exclusion>
??????????? </exclusions>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.hibernate</groupId>
??????????? <artifactId>hibernate-entitymanager</artifactId>
??????????? <version>3.3.2.GA</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>javax.sql</groupId>
??????????? <artifactId>jdbc-stdext</artifactId>
??????????? <version>2.0</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>javax.transaction</groupId>
??????????? <artifactId>jta</artifactId>
??????????? <version>1.0.1B</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.hibernate</groupId>
??????????? <artifactId>hibernate-annotations</artifactId>
??????????? <version>3.5.6-Final</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.hibernate</groupId>
??????????? <artifactId>ejb3-persistence</artifactId>
??????????? <version>3.3.2.Beta1</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>javax.persistence</groupId>??????
??????????? <artifactId>persistence-api</artifactId>??????
??????????? <version>1.0</version>????
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.springframework</groupId>
??????????? <artifactId>spring-core</artifactId>
??????????? <version>3.0.5.RELEASE</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.springframework</groupId>
??????????? <artifactId>spring-aop</artifactId>
??????????? <version>3.0.5.RELEASE</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.springframework</groupId>
??????????? <artifactId>spring-aspects</artifactId>
??????????? <version>3.0.5.RELEASE</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.springframework</groupId>
??????????? <artifactId>spring-orm</artifactId>
??????????? <version>3.0.5.RELEASE</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.springframework</groupId>
??????????? <artifactId>spring-jms</artifactId>
??????????? <version>3.0.5.RELEASE</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.springframework</groupId>
??????????? <artifactId>spring-jdbc</artifactId>
??????????? <version>3.0.5.RELEASE</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.springframework</groupId>
??????????? <artifactId>spring-instrument</artifactId>
??????????? <version>3.0.5.RELEASE</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.springframework</groupId>
??????????? <artifactId>spring-asm</artifactId>
??????????? <version>3.0.5.RELEASE</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.springframework</groupId>
??????????? <artifactId>spring-context-support</artifactId>
??????????? <version>3.0.5.RELEASE</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.springframework</groupId>
??????????? <artifactId>spring-web</artifactId>
??????????? <version>3.0.5.RELEASE</version>
??????? </dependency>
??????? <dependency>?
??????????? <groupId>c3p0</groupId>?
??????????? <artifactId>c3p0</artifactId>?
??????????? <version>0.9.1.2</version>
??????? </dependency>
<!--??????? <dependency>
??????????? <groupId></groupId>
??????????? <artifactId></artifactId>
??????????? <version></version>
??????? </dependency>-
??????? <dependency>?
??????????? <groupId>com.oracle</groupId>?
??????????? <artifactId>ojdbc14</artifactId>?
??????????? <version>10.2.0.3.0</version>
??????? </dependency>
??????? -->
??????? <dependency>
??????????? <groupId>com.lowagie</groupId>
??????????? <artifactId>itext</artifactId>
??????????? <version>2.1.7</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>com.lowagie</groupId>
??????????? <artifactId>itext-rtf</artifactId>
??????????? <version>2.1.7</version>
??????? </dependency>
???????????
??????????? <!--
??????????? <dependency>
??????????? <groupId>com.lowagie</groupId>
??????????? <artifactId>itext-rups</artifactId>
??????????? <version>2.1.7</version>
??????????? </dependency>
??????????? -->
??????? <dependency>
??????????? <groupId>org.apache.poi</groupId>
??????????? <artifactId>poi</artifactId>
??????????? <version>3.8-beta4</version>
??????? </dependency>
??????????? <!--
??????????? <dependency>
??????????????? <groupId>org.apache.poi</groupId>
??????????????? <artifactId>poi-contrib</artifactId>
??????????????? <version>3.8-beta4</version>
??????????? </dependency>
??????????? <dependency>
??????????????? <groupId>org.apache.poi</groupId>
??????????????? <artifactId>poi-excelant</artifactId>
??????????????? <version>3.8-beta4</version>
??????????? </dependency>
??????????? -->
??????? <dependency>
??????????? <groupId>org.apache.poi</groupId>
??????????? <artifactId>poi-ooxml</artifactId>
??????????? <version>3.8-beta4</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.apache.poi</groupId>
??????????? <artifactId>poi-ooxml-schemas</artifactId>
??????????? <version>3.8-beta4</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.apache.poi</groupId>
??????????? <artifactId>poi-scratchpad</artifactId>
??????????? <version>3.8-beta4</version>
??????? </dependency>
??????? <dependency>?
??????????? <groupId>org.apache.struts</groupId>?
??????????? <artifactId>struts2-core</artifactId>?
??????????? <version>2.2.3</version>
??????? </dependency>?
??????? <dependency>?
??????????? <groupId>org.apache.struts</groupId>?
??????????? <artifactId>struts2-convention-plugin</artifactId>
??????????? <version>2.2.3</version>
??????? </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>aspectj</groupId>
??????????? <artifactId>aspectjweaver</artifactId>
??????????? <version>1.5.4</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.slf4j</groupId>
??????????? <artifactId>slf4j-api</artifactId>
??????????? <version>1.6.1</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.slf4j</groupId>
??????????? <artifactId>slf4j-jdk14</artifactId>
??????????? <version>1.6.1</version>
??????? </dependency>
???????
??????? <dependency>
??????????? <groupId>net.sf.ezmorph</groupId>
??????????? <artifactId>ezmorph</artifactId>
??????????? <version>1.0.6</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>xom</groupId>
??????????? <artifactId>xom</artifactId>
??????????? <version>1.2.5</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>net.sf.json-lib</groupId>
??????????? <artifactId>json-lib</artifactId>
??????????? <version>2.4</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.apache.struts</groupId>
??????????? <artifactId>struts2-json-plugin</artifactId>
??????????? <version>2.2.3</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.apache.struts</groupId>
??????????? <artifactId>struts2-spring-plugin</artifactId>
??????????? <version>2.2.3</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.apache.commons</groupId>
??????????? <artifactId>commons-jci-fam</artifactId>
??????????? <version>1.0</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.quartz-scheduler</groupId>
??????????? <artifactId>quartz</artifactId>
??????????? <version>2.0.2</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.quartz-scheduler</groupId>
??????????? <artifactId>quartz-oracle</artifactId>
??????????? <version>2.0.2</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.quartz-scheduler</groupId>
??????????? <artifactId>quartz-weblogic</artifactId>
??????????? <version>2.0.2</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>org.quartz-scheduler</groupId>
??????????? <artifactId>quartz-jboss</artifactId>
??????????? <version>2.0.2</version>
??????? </dependency>
??????? <dependency>?
??????????? <groupId>net.sf.ehcache</groupId>?
??????????? <artifactId>ehcache-core</artifactId>
??????????? <version>2.4.3</version>
??????? </dependency>?
??????? <dependency>?
??????????? <groupId>commons-lang</groupId>?
??????????? <artifactId>commons-lang</artifactId>
??????????? <version>2.6</version>
??????? </dependency>?
??????? <dependency>?
??????????? <groupId>commons-beanutils</groupId>?
??????????? <artifactId>commons-beanutils</artifactId>
??????????? <version>1.8.3</version>
??????? </dependency>?
??????? <dependency>
??????????? <artifactId>commons-collections</artifactId>
??????????? <groupId>commons-collections</groupId>
??????????? <version>3.2.1</version>
??????? </dependency>
??????? <dependency>
??????????? <groupId>log4j</groupId>
??????????? <artifactId>log4j</artifactId>
??????????? <version>1.2.16</version>
??????? </dependency>
??? </dependencies>
??? <description>管理信息系统</description>
??? <reporting>
??????? <plugins>
??????????? <plugin>
??????????????? <groupId>org.codehaus.mojo</groupId>
??????????????? <artifactId>cobertura-maven-plugin</artifactId>
??????????????? <configuration>
??????????????????? <encoding>UTF-8</encoding>
??????????????????? <formats>?
??????????????????????? <format>html</format>?
??????????????????????? <format>xml</format>?
??????????????????? </formats>
??????????????? </configuration>
??????????? </plugin>
??????? </plugins>
??? </reporting>
??? <build>
??????? <plugins>
??????????? <plugin>
??????????????? <groupId>org.apache.maven.plugins</groupId>
??????????????? <artifactId>maven-compiler-plugin</artifactId>
??????????????? <version>2.3.2</version>
??????????????? <configuration>
??????????????????? <source>1.6</source>
??????????????????? <target>1.6</target>
??????????????????? <compilerArguments>
??????????????????????? <endorseddirs>${endorsed.dir}</endorseddirs>
??????????????????? </compilerArguments>
??????????????? </configuration>
??????????? </plugin>
??????????? <plugin>
??????????????? <groupId>org.apache.maven.plugins</groupId>
??????????????? <artifactId>maven-war-plugin</artifactId>
??????????????? <version>2.1</version>
??????????????? <configuration>
??????????????????? <failOnMissingWebXml>false</failOnMissingWebXml>
??????????????? </configuration>
??????????? </plugin>
??????????? <plugin>
??????????????? <groupId>org.apache.maven.plugins</groupId>
??????????????? <artifactId>maven-dependency-plugin</artifactId>
??????????????? <version>2.1</version>
??????????????? <executions>
??????????????????? <execution>
??????????????????????? <phase>validate</phase>
??????????????????????? <goals>
??????????????????????????? <goal>copy</goal>
??????????????????????? </goals>
??????????????????????? <configuration>
??????????????????????????? <outputDirectory>${endorsed.dir}</outputDirectory>
??????????????????????????? <silent>true</silent>
??????????????????????????? <artifactItems>
??????????????????????????????? <artifactItem>
??????????????????????????????????? <groupId>javax</groupId>
??????????????????????????????????? <artifactId>javaee-endorsed-api</artifactId>
??????????????????????????????????? <version>6.0</version>
??????????????????????????????????? <type>jar</type>
??????????????????????????????? </artifactItem>
??????????????????????????? </artifactItems>
??????????????????????? </configuration>
??????????????????? </execution>
??????????????? </executions>
??????????? </plugin>
??????? </plugins>
??????? <finalName>webmis</finalName>
??? </build>
</project>