瀏覽代碼

modify '修改入口'

tangs 3 年之前
父節點
當前提交
ad0a10fb29
共有 1 個文件被更改,包括 0 次插入30 次删除
  1. 0 30
      pom.xml

+ 0 - 30
pom.xml

@@ -54,34 +54,4 @@
 
     </dependencies>
 
-    <build>
-        <!--使用Maven编译可执行的jar -->
-        <plugins>
-            <plugin>
-                <groupId>com.wzkj.zhai</groupId>
-                <artifactId>contact</artifactId>
-                <configuration>
-                    <appendAssemblyId>false</appendAssemblyId>
-                    <descriptorRefs>
-                        <descriptorRef>jar-with-dependencies</descriptorRef>
-                    </descriptorRefs>
-                    <archive>
-                        <manifest>
-                            <mainClass>com.wzkj.zhai.contact.Application</mainClass>
-                        </manifest>
-                    </archive>
-                </configuration>
-                <executions>
-                    <execution>
-                        <id>make-assembly</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>assembly</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>