Created
February 15, 2014 19:14
-
-
Save diablowu/9023840 to your computer and use it in GitHub Desktop.
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 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/maven-v4_0_0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <parent> | |
| <groupId>com.com.es</groupId> | |
| <artifactId>es-parent</artifactId> | |
| <version>1.0.0-SNAPSHOT</version> | |
| </parent> | |
| <artifactId>eSales</artifactId> | |
| <packaging>war</packaging> | |
| <name>eSales Maven Webapp</name> | |
| <url>http://maven.apache.org</url> | |
| <dependencies> | |
| <dependency> | |
| <groupId>bouncycastle</groupId> | |
| <artifactId>bcprov-jdk15</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.bouncycastle</groupId> | |
| <artifactId>bctsp-jdk15</artifactId> | |
| <version>1.46</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.beanshell</groupId> | |
| <artifactId>bsh-core</artifactId> | |
| <version>2.0b4</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.itextpdf</groupId> | |
| <artifactId>itext-asian</artifactId> | |
| <version>5.2.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.sqlite</groupId> | |
| <artifactId>sqlite-sqlitejdbc</artifactId> | |
| <version>1.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>net.sf.json-lib</groupId> | |
| <artifactId>json-lib</artifactId> | |
| <version>2.4</version> | |
| <classifier>jdk15</classifier> | |
| </dependency> | |
| <dependency> | |
| <groupId>javax.mail</groupId> | |
| <artifactId>mail</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.jsoup</groupId> | |
| <artifactId>jsoup</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>javax.activation</groupId> | |
| <artifactId>activation</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.nationsky.pub</groupId> | |
| <artifactId>ns-common-tools</artifactId> | |
| <version>1.0.0-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>junit</groupId> | |
| <artifactId>junit</artifactId> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.mybatis</groupId> | |
| <artifactId>mybatis-spring</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.mybatis</groupId> | |
| <artifactId>mybatis</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>javax.servlet</groupId> | |
| <artifactId>servlet-api</artifactId> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>jstl</groupId> | |
| <artifactId>jstl</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>javax.servlet.jsp</groupId> | |
| <artifactId>jsp-api</artifactId> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>asm</groupId> | |
| <artifactId>asm-attrs</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>asm</groupId> | |
| <artifactId>asm</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.aspectj</groupId> | |
| <artifactId>aspectjweaver</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>c3p0</groupId> | |
| <artifactId>c3p0</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>cglib</groupId> | |
| <artifactId>cglib</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-collections</groupId> | |
| <artifactId>commons-collections</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-fileupload</groupId> | |
| <artifactId>commons-fileupload</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.oracle</groupId> | |
| <artifactId>ojdbc14</artifactId> | |
| <scope>runtime</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>dom4j</groupId> | |
| <artifactId>dom4j</artifactId> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>xml-apis</groupId> | |
| <artifactId>xml-apis</artifactId> | |
| </exclusion> | |
| <exclusion> | |
| <groupId>xerces</groupId> | |
| <artifactId>xercesImpl</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-web</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-webmvc</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-context</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-beans</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-context-support</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-orm</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>axis</groupId> | |
| <artifactId>axis</artifactId> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>axis</groupId> | |
| <artifactId>axis-saaj</artifactId> | |
| </exclusion> | |
| <exclusion> | |
| <groupId>axis</groupId> | |
| <artifactId>axis-wsdl4j</artifactId> | |
| </exclusion> | |
| <exclusion> | |
| <groupId>axis</groupId> | |
| <artifactId>axis-jaxrpc</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>javax.xml</groupId> | |
| <artifactId>jaxrpc</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.james</groupId> | |
| <artifactId>apache-mime4j-storage</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.james</groupId> | |
| <artifactId>apache-mime4j-storage</artifactId> | |
| <classifier>javadoc</classifier> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.minshenglife.sms</groupId> | |
| <artifactId>minshenglife-sms</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.minshenglife.sms</groupId> | |
| <artifactId>minshenglife-smsfamiliy</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-lang</groupId> | |
| <artifactId>commons-lang</artifactId> | |
| </dependency> | |
| </dependencies> | |
| <build> | |
| <finalName>esales</finalName> | |
| <plugins> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-compiler-plugin</artifactId> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-surefire-plugin</artifactId> | |
| <version>2.8</version> | |
| <inherited>true</inherited> | |
| <configuration> | |
| <systemProperties> | |
| <property> | |
| <name>emma.coverage.out.merge</name> | |
| <value>true</value> | |
| </property> | |
| <property> | |
| <name>net.sourceforge.cobertura.datafile</name> | |
| <value>target/cobertura/cobertura.ser</value> | |
| </property> | |
| </systemProperties> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-jar-plugin</artifactId> | |
| <version>2.3</version> | |
| <inherited>true</inherited> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-resources-plugin</artifactId> | |
| <version>2.4.3</version> | |
| <inherited>true</inherited> | |
| <configuration> | |
| <encoding>GBK</encoding> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-war-plugin</artifactId> | |
| <inherited>true</inherited> | |
| <configuration> | |
| <archive> | |
| <addMavenDescriptor>false</addMavenDescriptor> | |
| </archive> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-javadoc-plugin</artifactId> | |
| <version>2.6.1</version> | |
| <configuration> | |
| <encoding>GBK</encoding> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>tomcat-maven-plugin</artifactId> | |
| <version>1.1</version> | |
| <configuration> | |
| <url>http://localhost:8080/manager/html</url> | |
| <username>admin</username> | |
| <password>admin</password> | |
| <port>7070</port> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.mortbay.jetty</groupId> | |
| <artifactId>jetty-maven-plugin</artifactId> | |
| <version>7.6.0.RC5</version> | |
| <configuration> | |
| <scanIntervalSeconds>3</scanIntervalSeconds> | |
| <scanTargetPatterns> | |
| <scanTargetPattern> | |
| <directory>src/main/webapp</directory> | |
| <includes> | |
| <include>**/*.xml</include> | |
| <include>**/*.properties</include> | |
| </includes> | |
| </scanTargetPattern> | |
| </scanTargetPatterns> | |
| <webAppConfig> | |
| <contextPath>/</contextPath> | |
| <defaultsDescriptor>${basedir}/webdefault.xml</defaultsDescriptor> | |
| <jettyEnvXml>${basedir}/jetty-env.xml</jettyEnvXml> | |
| </webAppConfig> | |
| <stopPort>8099</stopPort> | |
| <stopKey>foo</stopKey> | |
| </configuration> | |
| </plugin> | |
| </plugins> | |
| </build> | |
| </project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment