File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 44
55after_success :
66 - mvn deploy -Dmaven.test.skip -DcreateDocs=true -s settings.xml
7- - mvn clean test jacoco:report org.eluder. coveralls:coveralls-maven-plugin :jacoco -DsourceEncoding=UTF-8
7+ - mvn jacoco:report coveralls:jacoco -DsourceEncoding=UTF-8
Original file line number Diff line number Diff line change 134134
135135 <profiles >
136136 <profile >
137- <id >release-createDocs </id >
137+ <id >travis </id >
138138 <activation >
139139 <property >
140- <name >createDocs </name >
140+ <name >env.TRAVIS </name >
141141 <value >true</value >
142142 </property >
143143 </activation >
144144 <build >
145145 <plugins >
146+ <plugin >
147+ <groupId >org.jacoco</groupId >
148+ <artifactId >jacoco-maven-plugin</artifactId >
149+ </plugin >
150+ <plugin >
151+ <groupId >org.eluder.coveralls</groupId >
152+ <artifactId >coveralls-maven-plugin</artifactId >
153+ </plugin >
146154 <plugin >
147155 <groupId >org.apache.maven.plugins</groupId >
148156 <artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments