Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
cc67526e
"eladmin-common/vscode:/vscode.git/clone" did not exist on "a1e8005499c7d9009d3fdd5821fd145eb52c8d26"
Commit
cc67526e
authored
May 29, 2020
by
ZhengJie
Browse files
[代码完善](v2.5): v2.5 beta 修复打包异常
parent
06e427c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-system/pom.xml
View file @
cc67526e
...
...
@@ -87,4 +87,22 @@
<version>
5.0.1
</version>
</dependency>
</dependencies>
<!-- 打包 -->
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
<!-- 跳过单元测试 -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment