We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d08863 commit 9038543Copy full SHA for 9038543
docs/pom.xml
@@ -124,7 +124,7 @@
124
<groupId>org.codehaus.mojo</groupId>
125
<artifactId>exec-maven-plugin</artifactId>
126
<executions>
127
- <execution>
+ <!--<execution>
128
<id>generate-docker-env-vars</id>
129
<phase>${generate-cloud-resources.phase}</phase>
130
<goals>
@@ -137,7 +137,7 @@
137
<argument>${maven.multiModuleProjectDirectory}/docs/modules/ROOT/partials/</argument>
138
</arguments>
139
</configuration>
140
- </execution>
+ </execution>-->
141
<execution>
142
<id>generate-adoc-resources</id>
143
<phase>${generate-adoc-resource.phase}</phase>
0 commit comments