We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd53b3 commit 827b91fCopy full SHA for 827b91f
2 files changed
google-ads-examples/pom.xml
@@ -49,6 +49,14 @@
49
<cleanupDaemonThreads>false</cleanupDaemonThreads>
50
</configuration>
51
</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>
60
</plugins>
61
</build>
62
pom.xml
@@ -214,6 +214,7 @@
214
215
<modules>
216
<module>google-ads</module>
217
+ <module>google-ads-examples</module>
218
</modules>
219
220
<profiles>
0 commit comments