File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 129129 <serviceName >travis-ci</serviceName >
130130 </configuration >
131131 </plugin >
132- <plugin >
133- <groupId >org.codehaus.mojo</groupId >
134- <artifactId >cobertura-maven-plugin</artifactId >
135- <version >2.7</version >
136- <configuration >
137- <format >xml</format >
138- <maxmem >256m</maxmem >
139- <check />
140- </configuration >
141- </plugin >
142- <plugin >
143- <groupId >org.codehaus.mojo</groupId >
144- <artifactId >exec-maven-plugin</artifactId >
145- <version >3.0.0</version >
146- <executions >
147- <execution >
148- <phase >initialize</phase >
149- <id >invoke build</id >
150- <goals >
151- <goal >exec</goal >
152- </goals >
153- </execution >
154- </executions >
155- <configuration >
156- <executable >git</executable >
157- <commandlineArgs >submodule update --init --recursive</commandlineArgs >
158- </configuration >
159- </plugin >
160132 <plugin >
161133 <groupId >org.codehaus.mojo</groupId >
162134 <artifactId >versions-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments