|
@@ -54,34 +54,4 @@
|
|
|
|
|
|
</dependencies>
|
|
</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>
|
|
</project>
|