8000 Skip deployment of samples · sdecima/google-http-java-client@5ce6b53 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ce6b53

Browse files
committed
Skip deployment of samples
1 parent 23c17ec commit 5ce6b53

File tree

2 files changed

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

2 files changed

+16
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@
6666
</executions>
6767
</plugin>
6868
</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>
6977
<finalName>${project.artifactId}-${project.version}</finalName>
7078
</build>
7179
<dependencies>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@
6565
</executions>
6666
</plugin>
6767
</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>
6876
<finalName>${project.artifactId}-${project.version}</finalName>
6977
</build>
7078
<dependencies>

0 commit comments

Comments
 (0)
0