skip deploy for parents
This commit is contained in:
parent
533d5f98b7
commit
4cb4dbb941
|
@ -12,6 +12,10 @@
|
||||||
<artifactId>dd-trace-examples</artifactId>
|
<artifactId>dd-trace-examples</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<maven.deploy.skip>true</maven.deploy.skip>
|
||||||
|
</properties>
|
||||||
|
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>async-tracing</module>
|
<module>async-tracing</module>
|
||||||
|
|
Loading…
Reference in New Issue