Repository: ambari Updated Branches: refs/heads/trunk b53cf918f -> e0d5f4094
AMBARI-21293. Allow skipping Swagger generation Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e0d5f409 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e0d5f409 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e0d5f409 Branch: refs/heads/trunk Commit: e0d5f40942575b14a3e70aec1f8c09290f86ee21 Parents: b53cf91 Author: Attila Doroszlai <[email protected]> Authored: Wed Jun 21 11:15:59 2017 +0200 Committer: Attila Doroszlai <[email protected]> Committed: Thu Jun 22 08:24:14 2017 +0200 ---------------------------------------------------------------------- ambari-server/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e0d5f409/ambari-server/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index 1ada974..4b75d9b 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -438,6 +438,7 @@ <swaggerDirectory>${swagger.generated.resources.dir}</swaggerDirectory> </apiSource> </apiSources> + <skipSwaggerGeneration>${swagger.skip}</skipSwaggerGeneration> </configuration> <executions> <execution>
