Skip to content

Commit 9038543

Browse files
committed
comment out generate-docker-env-vars
1 parent 4d08863 commit 9038543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<groupId>org.codehaus.mojo</groupId>
125125
<artifactId>exec-maven-plugin</artifactId>
126126
<executions>
127-
<execution>
127+
<!--<execution>
128128
<id>generate-docker-env-vars</id>
129129
<phase>${generate-cloud-resources.phase}</phase>
130130
<goals>
@@ -137,7 +137,7 @@
137137
<argument>${maven.multiModuleProjectDirectory}/docs/modules/ROOT/partials/</argument>
138138
</arguments>
139139
</configuration>
140-
</execution>
140+
</execution>-->
141141
<execution>
142142
<id>generate-adoc-resources</id>
143143
<phase>${generate-adoc-resource.phase}</phase>

0 commit comments

Comments
 (0)