com.google.api-client:google-api-client
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -1,1 +0,1 @@ | ||
| google-api-client.version=2.6.0 | ||
| google-api-client.version=2.7.0 |
| artifactId=google-api-client | ||
| groupId=com.google.api-client | ||
| version=2.6.0 | ||
| version=2.7.0 |
@@ -7,3 +7,3 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| <artifactId>google-api-client-parent</artifactId> | ||
| <version>2.6.0</version><!-- {x-version-update:google-api-client:current} --> | ||
| <version>2.7.0</version><!-- {x-version-update:google-api-client:current} --> | ||
| <relativePath>../pom.xml</relativePath> | ||
@@ -91,2 +91,14 @@ </parent> | ||
| </execution> | ||
| <execution> | ||
| <id>Jar Tests Package</id> | ||
| <phase>package</phase> | ||
| <goals> | ||
| <goal>test-jar</goal> | ||
| </goals> | ||
| <configuration> | ||
| <includes> | ||
| <include>**/Mtls/**</include> | ||
| </includes> | ||
| </configuration> | ||
| </execution> | ||
| </executions> | ||
@@ -93,0 +105,0 @@ </plugin> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet