|
|
@@ -307,6 +307,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.uas.search</groupId>
|
|
|
<artifactId>search-api-b2b</artifactId>
|
|
|
+ <version>0.1.9-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
<!-- dfs on dubbo -->
|
|
|
<dependency>
|
|
|
@@ -336,7 +337,7 @@
|
|
|
</resources>
|
|
|
<!-- 在maven生命周期validate阶段生成timestamp -->
|
|
|
<plugins>
|
|
|
- <plugin>
|
|
|
+ <!--<plugin>
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
|
|
<version>1.3</version>
|
|
|
@@ -369,7 +370,7 @@
|
|
|
<groupId>com.samaxes.maven</groupId>
|
|
|
<artifactId>minify-maven-plugin</artifactId>
|
|
|
<version>1.7.4</version>
|
|
|
- <!-- 静态文件压缩 -->
|
|
|
+ <!– 静态文件压缩 –>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>default-minify</id>
|
|
|
@@ -430,7 +431,7 @@
|
|
|
<groupId>com.uas.plugins</groupId>
|
|
|
<artifactId>static-maven-plugin</artifactId>
|
|
|
<version>0.0.2-SNAPSHOT</version>
|
|
|
- <!-- 静态资源分离 -->
|
|
|
+ <!– 静态资源分离 –>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>default-static</id>
|
|
|
@@ -474,7 +475,7 @@
|
|
|
</resource>
|
|
|
</webResources>
|
|
|
</configuration>
|
|
|
- </plugin>
|
|
|
+ </plugin>-->
|
|
|
<plugin>
|
|
|
<groupId>org.apache.tomcat.maven</groupId>
|
|
|
<artifactId>tomcat7-maven-plugin</artifactId>
|
|
|
@@ -486,7 +487,7 @@
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
- <pluginManagement>
|
|
|
+ <!--<pluginManagement>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.eclipse.m2e</groupId>
|
|
|
@@ -521,7 +522,7 @@
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
- </pluginManagement>
|
|
|
+ </pluginManagement>-->
|
|
|
</build>
|
|
|
<properties>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|