|
|
@@ -65,6 +65,28 @@
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
<version>1.3.1</version>
|
|
|
</dependency>
|
|
|
+ <!-- sendMsg -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.axis</groupId>
|
|
|
+ <artifactId>axis</artifactId>
|
|
|
+ <version>1.6.0</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.axis.jaxrpc</groupId>
|
|
|
+ <artifactId>axis-jaxrpc</artifactId>
|
|
|
+ <version>1.4</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>commons-discovery</groupId>
|
|
|
+ <artifactId>commons-discovery</artifactId>
|
|
|
+ <version>0.4</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.ibm</groupId>
|
|
|
+ <artifactId>wsdl4j</artifactId>
|
|
|
+ <version>1.4</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<!-- hibernate -->
|
|
|
<dependency>
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
@@ -208,16 +230,32 @@
|
|
|
</goals> 远程服务器的相关配置 <configuration> <hostname>60.host</hostname> <port>9999</port>
|
|
|
用户名和密码为jboss as 中添加的用户名和密码 <username>administrator</username> <password>select111***</password>
|
|
|
</configuration> </execution> </executions> </plugin> -->
|
|
|
- <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId>
|
|
|
- <version>2.2</version> <executions> <execution> <phase>install</phase> <goals>
|
|
|
- <goal>deploy</goal> </goals> <configuration> <url>http://60.host:9090/manager/text</url>
|
|
|
- <username>administrator</username> <password>select111***</password> <path>/platform-b2b</path>
|
|
|
- <update>true</update> </configuration> </execution> </executions> </plugin>
|
|
|
- <plugin>
|
|
|
+ <!-- <plugin>
|
|
|
+ <groupId>org.apache.tomcat.maven</groupId>
|
|
|
+ <artifactId>tomcat7-maven-plugin</artifactId>
|
|
|
+ <version>2.2</version>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <phase>install</phase>
|
|
|
+ <goals>
|
|
|
+ <goal>deploy</goal>
|
|
|
+ </goals>
|
|
|
+ <configuration>
|
|
|
+ <url>http://60.host:9090/manager/text</url>
|
|
|
+ <username>administrator</username>
|
|
|
+ <password>select111***</password>
|
|
|
+ <path>/platform-b2b</path>
|
|
|
+ <update>true</update>
|
|
|
+ </configuration>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin> -->
|
|
|
+
|
|
|
+ <!-- <plugin>
|
|
|
<groupId>com.samaxes.maven</groupId>
|
|
|
<artifactId>minify-maven-plugin</artifactId>
|
|
|
<version>1.7.4</version>
|
|
|
- <!-- 静态文件压缩 -->
|
|
|
+ 静态文件压缩
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>default-minify</id>
|
|
|
@@ -278,7 +316,7 @@
|
|
|
<groupId>com.uas.plugins</groupId>
|
|
|
<artifactId>static-maven-plugin</artifactId>
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
- <!-- 静态资源分离 -->
|
|
|
+ 静态资源分离
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>default-static</id>
|
|
|
@@ -317,7 +355,7 @@
|
|
|
</resource>
|
|
|
</webResources>
|
|
|
</configuration>
|
|
|
- </plugin>
|
|
|
+ </plugin> -->
|
|
|
</plugins>
|
|
|
</build>
|
|
|
<properties>
|