Skip to content

Commit 827b91f

Browse files
committed
Add examples and skip deploy
Change-Id: I741e45197e873748137c6cb6508738d7889338b5
1 parent dfd53b3 commit 827b91f

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

google-ads-examples/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@
4949
<cleanupDaemonThreads>false</cleanupDaemonThreads>
5050
</configuration>
5151
</plugin>
52+
<plugin>
53+
<groupId>org.apache.maven.plugins</groupId>
54+
<artifactId>maven-deploy-plugin</artifactId>
55+
<version>3.0.0-M1</version>
56+
<configuration>
57+
<skip>true</skip>
58+
</configuration>
59+
</plugin>
5260
</plugins>
5361
</build>
5462

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@
214214

215215
<modules>
216216
<module>google-ads</module>
217+
<module>google-ads-examples</module>
217218
</modules>
218219

219220
<profiles>

0 commit comments

Comments
 (0)