8000 Fix pom.xml for samples · spotify/google-http-java-client@2743e3e · GitHub
[go: up one dir, main page]

Skip to content

Commit 2743e3e

Browse files
committed
Fix pom.xml for samples
1 parent 5ce6b53 commit 2743e3e

File tree

2 files changed

+16
-16
lines changed
  • samples
    • dailymotion-simple-cmdline-sample
    • googleplus-simple-cmdline-sample

2 files changed

+16
-16
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
</execution>
6666
</executions>
6767
</plugin>
68+
<plugin>
69+
<groupId>org.apache.maven.plugins</groupId>
70+
<artifactId>maven-deploy-plugin</artifactId>
71+
<version>2.5</version>
72+
<configuration>
73+
<skip>true</skip>
74+
</configuration>
75+
</plugin>
6876
</plugins>
69-
<plugin>
70-
<groupId>org.apache.maven.plugins</groupId>
71-
<artifactId>maven-deploy-plugin</artifactId>
72-
<version>2.5</version>
73-
<configuration>
74-
<skip>true</skip>
75-
</configuration>
76-
</plugin>
7777
<finalName>${project.artifactId}-${project.version}</finalName>
7878
</build>
7979
<dependencies>

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@
6464
</execution>
6565
</executions>
6666
</plugin>
67+
<plugin>
68+
<groupId>org.apache.maven.plugins</groupId>
69+
<artifactId>maven-deploy-plugin</artifactId>
70+
<version>2.5</version>
71+
<configuration>
72+
<skip>true</skip>
73+
</configuration>
74+
</plugin>
6775
</plugins>
68-
<plugin>
69-
<groupId>org.apache.maven.plugins</groupId>
70-
<artifactId>maven-deploy-plugin</artifactId>
71-
<version>2.5</version>
72-
<configuration>
73-
<skip>true</skip>
74-
</configuration>
75-
</plugin>
7676
<finalName>${project.artifactId}-${project.version}</finalName>
7777
</build>
7878
<dependencies>

0 commit comments

Comments
 (0)
0