We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34eb75c commit 1ca09e0Copy full SHA for 1ca09e0
2 files changed
google-ads-examples/pom.xml
@@ -49,14 +49,6 @@
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,7 +214,6 @@
214
215
<modules>
216
<module>google-ads</module>
217
- <module>google-ads-examples</module>
218
</modules>
219
220
<profiles>
0 commit comments