Repository: tajo Updated Branches: refs/heads/branch-0.11.0 3f33a6b14 -> 4a87273a7
Add 'skip' configuration to maven deploy-plugin in tajo-docs. Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/4f1adf15 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/4f1adf15 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/4f1adf15 Branch: refs/heads/branch-0.11.0 Commit: 4f1adf15b637e243a81c7daf2df2c569d00e829c Parents: 3f33a6b Author: Hyunsik Choi <[email protected]> Authored: Tue Sep 29 10:58:20 2015 -0700 Committer: Hyunsik Choi <[email protected]> Committed: Tue Sep 29 10:58:20 2015 -0700 ---------------------------------------------------------------------- tajo-docs/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/4f1adf15/tajo-docs/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-docs/pom.xml b/tajo-docs/pom.xml index a0e842d..0ae2df7 100644 --- a/tajo-docs/pom.xml +++ b/tajo-docs/pom.xml @@ -47,6 +47,13 @@ limitations under the License. </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <plugin> <groupId>org.tomdz.maven</groupId> <artifactId>sphinx-maven-plugin</artifactId> <version>1.0.3</version>
