瀏覽代碼

【打包失败处理】【去掉minify插件】

wuyx 5 年之前
父節點
當前提交
3db5b0818d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -88,7 +88,7 @@
                 </configuration>
             </plugin>
             <!-- 静态文件压缩 -->
-            <plugin>
+            <!--<plugin>
                 <groupId>com.samaxes.maven</groupId>
                 <artifactId>minify-maven-plugin</artifactId>
                 <version>1.7.6</version>
@@ -134,7 +134,7 @@
                         </goals>
                     </execution>
                 </executions>
-            </plugin>
+            </plugin>-->
             <plugin>
                 <artifactId>maven-resources-plugin</artifactId>
                 <executions>