Skip to content

Commit

Permalink
[hotfix][docs] Exclude flink-docs from maven deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Dec 7, 2017
1 parent 610fde7 commit 9ef6796
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions flink-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,18 @@ under the License.
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>generate-rest-docs</id>
Expand Down

0 comments on commit 9ef6796

Please sign in to comment.