Skip to content

Commit

Permalink
Cleanup samples (#544)
Browse files Browse the repository at this point in the history
* Inherit plugin versions from parent pom

* Remove GooglePlus Sample as the service is going away

* Upgrade findbugs-maven-plugin to fix tests
  • Loading branch information
chingor13 authored Dec 12, 2018
1 parent bf4a8da commit 16ddb92
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 957 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
<version>3.0.5</version>
<configuration>
<plugins>
<plugin>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
<module>google-http-client-findbugs</module>
<module>google-http-client-test</module>
<module>samples/dailymotion-simple-cmdline-sample</module>
<module>samples/googleplus-simple-cmdline-sample</module>

<!-- A deployable artifact must be last or deploys are skipped -->
<module>google-http-client-bom</module>
Expand Down Expand Up @@ -367,7 +366,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
<version>3.0.5</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
3 changes: 0 additions & 3 deletions samples/dailymotion-simple-cmdline-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<excludeFilterFile>../../findbugs-exclude.xml</excludeFilterFile>
<failOnError>false</failOnError>
Expand All @@ -68,15 +67,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.5</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.6</version>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
Expand Down
9 changes: 0 additions & 9 deletions samples/googleplus-simple-cmdline-sample/.classpath

This file was deleted.

23 changes: 0 additions & 23 deletions samples/googleplus-simple-cmdline-sample/.project

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions samples/googleplus-simple-cmdline-sample/GooglePlusSample.launch

This file was deleted.

Loading

0 comments on commit 16ddb92

Please sign in to comment.