Repository: metamodel Updated Branches: refs/heads/feature/5.x/swagger-docs 46b3cf839 -> 0dbe54b6d
Updated rat plugin to ignore swagger-ui src Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/0dbe54b6 Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/0dbe54b6 Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/0dbe54b6 Branch: refs/heads/feature/5.x/swagger-docs Commit: 0dbe54b6d2689f2d995a2af4766ff96ce20aaa53 Parents: 46b3cf8 Author: Kasper Sørensen <[email protected]> Authored: Tue Jul 26 22:33:29 2016 -0700 Committer: Kasper Sørensen <[email protected]> Committed: Tue Jul 26 22:33:29 2016 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metamodel/blob/0dbe54b6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5bf3492..51f8b67 100644 --- a/pom.xml +++ b/pom.xml @@ -391,6 +391,7 @@ under the License. <exclude>**/*.ipr/**</exclude> <exclude>**/.idea/**</exclude> <exclude>**/tattletale-filters.properties</exclude> + <exclude>**/swagger-ui/**</exclude> <exclude>DEPENDENCIES</exclude> <exclude>DISCLAIMER</exclude> <exclude>neo4j-community-*/**</exclude>
