Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
27a90527
Unverified
Commit
27a90527
authored
Dec 07, 2018
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔧
#12585
parent
a2965e23
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
17 deletions
+13
-17
.travis.yml
.travis.yml
+1
-1
pom.xml
pom.xml
+12
-16
No files found.
.travis.yml
View file @
27a90527
...
@@ -5,4 +5,4 @@ jdk:
...
@@ -5,4 +5,4 @@ jdk:
install
:
install
:
-
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pci
-
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pci
after_success
:
after_success
:
-
mvn clean
cobertura:cobertura
coveralls:report -Pci
-
mvn clean
test jacoco:report
coveralls:report -Pci
pom.xml
View file @
27a90527
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
<maven-surefire-plugin.version>
2.22.1
</maven-surefire-plugin.version>
<maven-surefire-plugin.version>
2.22.1
</maven-surefire-plugin.version>
<maven-war-plugin.version>
3.2.2
</maven-war-plugin.version>
<maven-war-plugin.version>
3.2.2
</maven-war-plugin.version>
<coveralls-maven-plugin.version>
4.3.0
</coveralls-maven-plugin.version>
<coveralls-maven-plugin.version>
4.3.0
</coveralls-maven-plugin.version>
<
cobertura-maven-plugin.version>
2.7
</cobertura
-maven-plugin.version>
<
jacoco-maven-plugin.version>
0.8.2
</jacoco
-maven-plugin.version>
<maven-min-plugin.version>
1.0.4
</maven-min-plugin.version>
<maven-min-plugin.version>
1.0.4
</maven-min-plugin.version>
<testng.version>
6.1.1
</testng.version>
<testng.version>
6.1.1
</testng.version>
<mysql-connector-java.version>
8.0.12
</mysql-connector-java.version>
<mysql-connector-java.version>
8.0.12
</mysql-connector-java.version>
...
@@ -280,21 +280,17 @@
...
@@ -280,21 +280,17 @@
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<groupId>
org.jacoco
</groupId>
<artifactId>
cobertura-maven-plugin
</artifactId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<version>
${cobertura-maven-plugin.version}
</version>
<version>
${jacoco-maven-plugin.version}
</version>
<configuration>
<executions>
<check>
true
</check>
<execution>
<format>
xml
</format>
<id>
prepare-agent
</id>
<aggregate>
true
</aggregate>
<goals>
<instrumentation>
<goal>
prepare-agent
</goal>
<excludes>
</goals>
<exclude>
org/b3log/solo/model/**
</exclude>
</execution>
<exclude>
org/b3log/solo/SoloServletListener.class
</exclude>
</executions>
<exclude>
org/b3log/solo/Starter.class
</exclude>
</excludes>
</instrumentation>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
...
...
Write
Preview
Markdown
is supported
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