Skip to content

Commit 16ddb92

Browse files
authored
Cleanup samples (#544)
* Inherit plugin versions from parent pom * Remove GooglePlus Sample as the service is going away * Upgrade findbugs-maven-plugin to fix tests
1 parent bf4a8da commit 16ddb92

File tree

12 files changed

+2
-957
lines changed

12 files changed

+2
-957
lines changed

google-http-client-findbugs/google-http-client-findbugs-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<plugin>
3333
<groupId>org.codehaus.mojo</groupId>
3434
<artifactId>findbugs-maven-plugin</artifactId>
35-
<version>2.5.2</version>
35+
<version>3.0.5</version>
3636
<configuration>
3737
<plugins>
3838
<plugin>

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
<module>google-http-client-findbugs</module>
7474
<module>google-http-client-test</module>
7575
<module>samples/dailymotion-simple-cmdline-sample</module>
76-
<module>samples/googleplus-simple-cmdline-sample</module>
7776

7877
<!-- A deployable artifact must be last or deploys are skipped -->
7978
<module>google-http-client-bom</module>
@@ -367,7 +366,7 @@
367366
<plugin>
368367
<groupId>org.codehaus.mojo</groupId>
369368
<artifactId>findbugs-maven-plugin</artifactId>
370-
<version>2.5.2</version>
369+
<version>3.0.5</version>
371370
</plugin>
372371
<plugin>
373372
<groupId>org.codehaus.mojo</groupId>

samples/dailymotion-simple-cmdline-sample/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
<plugin>
5353
<groupId>org.codehaus.mojo</groupId>
5454
<artifactId>findbugs-maven-plugin</artifactId>
55-
<version>2.3.2</version>
5655
<configuration>
5756
<excludeFilterFile>../../findbugs-exclude.xml</excludeFilterFile>
5857
<failOnError>false</failOnError>
@@ -68,15 +67,13 @@
6867
<plugin>
6968
<groupId>org.apache.maven.plugins</groupId>
7069
<artifactId>maven-deploy-plugin</artifactId>
71-
<version>2.5</version>
7270
<configuration>
7371
<skip>true</skip>
7472
</configuration>
7573
</plugin>
7674
<plugin>
7775
<groupId>org.sonatype.plugins</groupId>
7876
<artifactId>nexus-staging-maven-plugin</artifactId>
79-
<version>1.6.6</version>
8077
<configuration>
8178
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
8279
</configuration>

samples/googleplus-simple-cmdline-sample/.classpath

Lines changed: 0 additions & 9 deletions
This file was deleted.

samples/googleplus-simple-cmdline-sample/.project

Lines changed: 0 additions & 23 deletions
This file was deleted.

samples/googleplus-simple-cmdline-sample/.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 380 deletions
This file was deleted.

samples/googleplus-simple-cmdline-sample/.settings/org.eclipse.jdt.ui.prefs

Lines changed: 0 additions & 117 deletions
This file was deleted.

samples/googleplus-simple-cmdline-sample/GooglePlusSample.launch

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)