Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Jpom
Commits
c1eda833
Commit
c1eda833
authored
6 years ago
by
jiangzeyin
Browse files
Options
Download
Email Patches
Plain Diff
travis
parent
e35985db
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-1
.travis.yml
README.md
+1
-0
README.md
pom.xml
+12
-0
pom.xml
with
14 additions
and
1 deletion
+14
-1
.travis.yml
+
1
-
1
View file @
c1eda833
language
:
java
script
:
"
mvn
install
-DskipTests=true
-Dmaven.javadoc.skip=true
-B
-V"
script
:
"
mvn
install
-DskipTests=true
-Dmaven.javadoc.skip=true
-B
-V
&&
mvn
cobertura:cobertura
"
notifications
:
email
:
true
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
-
0
View file @
c1eda833
...
...
@@ -12,6 +12,7 @@


[

](https://travis-ci.org/jiangzeyin/jpom)
[

](https://codecov.io/gh/jiangzeyin/jpom)
> Jpom采用SpringBoot开发web项目(前台采用layui)+websocket来统一管理,只要电脑能使用浏览器就ok
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
12
-
0
View file @
c1eda833
...
...
@@ -74,6 +74,18 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
cobertura-maven-plugin
</artifactId>
<version>
2.7
</version>
<configuration>
<formats>
<format>
html
</format>
<format>
xml
</format>
</formats>
<check/>
</configuration>
</plugin>
</plugins>
</build>
...
...
This diff is collapsed.
Click to expand it.
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