From 51f6300cc109771baefc6481cea44489c32bcf1c Mon Sep 17 00:00:00 2001 From: anuragkumawat Date: Sat, 3 Sep 2022 11:55:50 +0530 Subject: [PATCH] JAVA-14176 Rename raml to raml-modules (#12673) * JAVA-14176 Rename raml to raml-modules * JAVA-14176 Remove failing module * JAVA-14176 Revert commenting spring-cloud-openfeign-2 module --- pom.xml | 6 +----- web-modules/pom.xml | 2 ++ web-modules/{raml => raml-modules}/README.md | 0 web-modules/{raml => raml-modules}/annotations/README.md | 0 web-modules/{raml => raml-modules}/annotations/api.raml | 0 .../{raml => raml-modules}/annotations/examples/Bar.json | 0 .../{raml => raml-modules}/annotations/examples/Bars.json | 0 .../{raml => raml-modules}/annotations/examples/Error.json | 0 .../{raml => raml-modules}/annotations/examples/Foo.json | 0 .../{raml => raml-modules}/annotations/examples/Foos.json | 0 .../annotations/extensions/en_US/additionalResources.raml | 0 .../annotations/libraries/dataTypes.raml | 0 .../annotations/libraries/resourceTypes.raml | 0 .../annotations/libraries/securitySchemes.raml | 0 .../annotations/libraries/traits.raml | 0 .../annotations/overlays/es_ES/additionalResources.raml | 0 .../annotations/overlays/es_ES/documentationItems.raml | 0 .../{raml => raml-modules}/introduction/0.8/api.raml | 0 .../introduction/0.8/error-example.json | 0 .../{raml => raml-modules}/introduction/0.8/error.json | 0 .../introduction/0.8/foo-example.json | 0 .../{raml => raml-modules}/introduction/0.8/foo.json | 0 .../introduction/0.8/foos-example.json | 0 .../{raml => raml-modules}/introduction/0.8/foos.json | 0 .../{raml => raml-modules}/introduction/1.0/api.raml | 0 .../introduction/1.0/examples/Error.json | 0 .../introduction/1.0/examples/Foo.json | 0 .../introduction/1.0/examples/Foos.json | 0 .../introduction/1.0/types/Error.raml | 0 .../{raml => raml-modules}/introduction/1.0/types/Foo.raml | 0 web-modules/{raml => raml-modules}/modularization/README.md | 0 .../modularization/api-before-modularization.raml | 0 .../modularization/api-with-libraries.raml | 0 .../modularization/api-with-typed-fragments.raml | 0 web-modules/{raml => raml-modules}/modularization/api.raml | 0 .../{raml => raml-modules}/modularization/examples/Bar.json | 0 .../modularization/examples/Bars.json | 0 .../modularization/examples/Error.json | 0 .../{raml => raml-modules}/modularization/examples/Foo.json | 0 .../modularization/examples/Foos.json | 0 .../extensions/en_US/additionalResources.raml | 0 .../modularization/libraries/dataTypes.raml | 0 .../modularization/libraries/resourceTypes.raml | 0 .../modularization/libraries/securitySchemes.raml | 0 .../modularization/libraries/traits.raml | 0 .../modularization/overlays/es_ES/additionalResources.raml | 0 .../modularization/overlays/es_ES/documentationItems.raml | 0 .../modularization/resourceTypes/collection.raml | 0 .../modularization/resourceTypes/item.raml | 0 .../modularization/traits/hasNotFound.raml | 0 .../modularization/traits/hasRequestItem.raml | 0 .../modularization/traits/hasResponseCollection.raml | 0 .../modularization/traits/hasResponseItem.raml | 0 .../{raml => raml-modules}/modularization/types/Bar.raml | 0 .../{raml => raml-modules}/modularization/types/Error.raml | 0 .../{raml => raml-modules}/modularization/types/Foo.raml | 0 .../resource-types-and-traits/README.md | 0 .../api-before-resource-types-and-traits.raml | 0 .../resource-types-and-traits/api.raml | 0 .../resource-types-and-traits/examples/Bar.json | 0 .../resource-types-and-traits/examples/Bars.json | 0 .../resource-types-and-traits/examples/Error.json | 0 .../resource-types-and-traits/examples/Foo.json | 0 .../resource-types-and-traits/examples/Foos.json | 0 .../resource-types-and-traits/types/Bar.raml | 0 .../resource-types-and-traits/types/Error.raml | 0 .../resource-types-and-traits/types/Foo.raml | 0 67 files changed, 3 insertions(+), 5 deletions(-) rename web-modules/{raml => raml-modules}/README.md (100%) rename web-modules/{raml => raml-modules}/annotations/README.md (100%) rename web-modules/{raml => raml-modules}/annotations/api.raml (100%) rename web-modules/{raml => raml-modules}/annotations/examples/Bar.json (100%) rename web-modules/{raml => raml-modules}/annotations/examples/Bars.json (100%) rename web-modules/{raml => raml-modules}/annotations/examples/Error.json (100%) rename web-modules/{raml => raml-modules}/annotations/examples/Foo.json (100%) rename web-modules/{raml => raml-modules}/annotations/examples/Foos.json (100%) rename web-modules/{raml => raml-modules}/annotations/extensions/en_US/additionalResources.raml (100%) rename web-modules/{raml => raml-modules}/annotations/libraries/dataTypes.raml (100%) rename web-modules/{raml => raml-modules}/annotations/libraries/resourceTypes.raml (100%) rename web-modules/{raml => raml-modules}/annotations/libraries/securitySchemes.raml (100%) rename web-modules/{raml => raml-modules}/annotations/libraries/traits.raml (100%) rename web-modules/{raml => raml-modules}/annotations/overlays/es_ES/additionalResources.raml (100%) rename web-modules/{raml => raml-modules}/annotations/overlays/es_ES/documentationItems.raml (100%) rename web-modules/{raml => raml-modules}/introduction/0.8/api.raml (100%) rename web-modules/{raml => raml-modules}/introduction/0.8/error-example.json (100%) rename web-modules/{raml => raml-modules}/introduction/0.8/error.json (100%) rename web-modules/{raml => raml-modules}/introduction/0.8/foo-example.json (100%) rename web-modules/{raml => raml-modules}/introduction/0.8/foo.json (100%) rename web-modules/{raml => raml-modules}/introduction/0.8/foos-example.json (100%) rename web-modules/{raml => raml-modules}/introduction/0.8/foos.json (100%) rename web-modules/{raml => raml-modules}/introduction/1.0/api.raml (100%) rename web-modules/{raml => raml-modules}/introduction/1.0/examples/Error.json (100%) rename web-modules/{raml => raml-modules}/introduction/1.0/examples/Foo.json (100%) rename web-modules/{raml => raml-modules}/introduction/1.0/examples/Foos.json (100%) rename web-modules/{raml => raml-modules}/introduction/1.0/types/Error.raml (100%) rename web-modules/{raml => raml-modules}/introduction/1.0/types/Foo.raml (100%) rename web-modules/{raml => raml-modules}/modularization/README.md (100%) rename web-modules/{raml => raml-modules}/modularization/api-before-modularization.raml (100%) rename web-modules/{raml => raml-modules}/modularization/api-with-libraries.raml (100%) rename web-modules/{raml => raml-modules}/modularization/api-with-typed-fragments.raml (100%) rename web-modules/{raml => raml-modules}/modularization/api.raml (100%) rename web-modules/{raml => raml-modules}/modularization/examples/Bar.json (100%) rename web-modules/{raml => raml-modules}/modularization/examples/Bars.json (100%) rename web-modules/{raml => raml-modules}/modularization/examples/Error.json (100%) rename web-modules/{raml => raml-modules}/modularization/examples/Foo.json (100%) rename web-modules/{raml => raml-modules}/modularization/examples/Foos.json (100%) rename web-modules/{raml => raml-modules}/modularization/extensions/en_US/additionalResources.raml (100%) rename web-modules/{raml => raml-modules}/modularization/libraries/dataTypes.raml (100%) rename web-modules/{raml => raml-modules}/modularization/libraries/resourceTypes.raml (100%) rename web-modules/{raml => raml-modules}/modularization/libraries/securitySchemes.raml (100%) rename web-modules/{raml => raml-modules}/modularization/libraries/traits.raml (100%) rename web-modules/{raml => raml-modules}/modularization/overlays/es_ES/additionalResources.raml (100%) rename web-modules/{raml => raml-modules}/modularization/overlays/es_ES/documentationItems.raml (100%) rename web-modules/{raml => raml-modules}/modularization/resourceTypes/collection.raml (100%) rename web-modules/{raml => raml-modules}/modularization/resourceTypes/item.raml (100%) rename web-modules/{raml => raml-modules}/modularization/traits/hasNotFound.raml (100%) rename web-modules/{raml => raml-modules}/modularization/traits/hasRequestItem.raml (100%) rename web-modules/{raml => raml-modules}/modularization/traits/hasResponseCollection.raml (100%) rename web-modules/{raml => raml-modules}/modularization/traits/hasResponseItem.raml (100%) rename web-modules/{raml => raml-modules}/modularization/types/Bar.raml (100%) rename web-modules/{raml => raml-modules}/modularization/types/Error.raml (100%) rename web-modules/{raml => raml-modules}/modularization/types/Foo.raml (100%) rename web-modules/{raml => raml-modules}/resource-types-and-traits/README.md (100%) rename web-modules/{raml => raml-modules}/resource-types-and-traits/api-before-resource-types-and-traits.raml (100%) rename web-modules/{raml => raml-modules}/resource-types-and-traits/api.raml (100%) rename web-modules/{raml => raml-modules}/resource-types-and-traits/examples/Bar.json (100%) rename web-modules/{raml => raml-modules}/resource-types-and-traits/examples/Bars.json (100%) rename web-modules/{raml => raml-modules}/resource-types-and-traits/examples/Error.json (100%) rename web-modules/{raml => raml-modules}/resource-types-and-traits/examples/Foo.json (100%) rename web-modules/{raml => raml-modules}/resource-types-and-traits/examples/Foos.json (100%) rename web-modules/{raml => raml-modules}/resource-types-and-traits/types/Bar.raml (100%) rename web-modules/{raml => raml-modules}/resource-types-and-traits/types/Error.raml (100%) rename web-modules/{raml => raml-modules}/resource-types-and-traits/types/Foo.raml (100%) diff --git a/pom.xml b/pom.xml index 7bbf90725f..6b1ed206bd 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.baeldung parent-modules 1.0.0-SNAPSHOT - parent-modules + parent-modules pom @@ -475,13 +475,11 @@ pdf performance-tests persistence-modules - protobuffer quarkus-modules rabbitmq - reactor-core rsocket rule-engines @@ -880,13 +878,11 @@ pdf performance-tests persistence-modules - protobuffer quarkus-modules rabbitmq - reactor-core rsocket rule-engines diff --git a/web-modules/pom.xml b/web-modules/pom.xml index a6e13cbb2a..2bae109d0d 100644 --- a/web-modules/pom.xml +++ b/web-modules/pom.xml @@ -27,6 +27,8 @@ jooby linkrest ninja + + ratpack resteasy restx diff --git a/web-modules/raml/README.md b/web-modules/raml-modules/README.md similarity index 100% rename from web-modules/raml/README.md rename to web-modules/raml-modules/README.md diff --git a/web-modules/raml/annotations/README.md b/web-modules/raml-modules/annotations/README.md similarity index 100% rename from web-modules/raml/annotations/README.md rename to web-modules/raml-modules/annotations/README.md diff --git a/web-modules/raml/annotations/api.raml b/web-modules/raml-modules/annotations/api.raml similarity index 100% rename from web-modules/raml/annotations/api.raml rename to web-modules/raml-modules/annotations/api.raml diff --git a/web-modules/raml/annotations/examples/Bar.json b/web-modules/raml-modules/annotations/examples/Bar.json similarity index 100% rename from web-modules/raml/annotations/examples/Bar.json rename to web-modules/raml-modules/annotations/examples/Bar.json diff --git a/web-modules/raml/annotations/examples/Bars.json b/web-modules/raml-modules/annotations/examples/Bars.json similarity index 100% rename from web-modules/raml/annotations/examples/Bars.json rename to web-modules/raml-modules/annotations/examples/Bars.json diff --git a/web-modules/raml/annotations/examples/Error.json b/web-modules/raml-modules/annotations/examples/Error.json similarity index 100% rename from web-modules/raml/annotations/examples/Error.json rename to web-modules/raml-modules/annotations/examples/Error.json diff --git a/web-modules/raml/annotations/examples/Foo.json b/web-modules/raml-modules/annotations/examples/Foo.json similarity index 100% rename from web-modules/raml/annotations/examples/Foo.json rename to web-modules/raml-modules/annotations/examples/Foo.json diff --git a/web-modules/raml/annotations/examples/Foos.json b/web-modules/raml-modules/annotations/examples/Foos.json similarity index 100% rename from web-modules/raml/annotations/examples/Foos.json rename to web-modules/raml-modules/annotations/examples/Foos.json diff --git a/web-modules/raml/annotations/extensions/en_US/additionalResources.raml b/web-modules/raml-modules/annotations/extensions/en_US/additionalResources.raml similarity index 100% rename from web-modules/raml/annotations/extensions/en_US/additionalResources.raml rename to web-modules/raml-modules/annotations/extensions/en_US/additionalResources.raml diff --git a/web-modules/raml/annotations/libraries/dataTypes.raml b/web-modules/raml-modules/annotations/libraries/dataTypes.raml similarity index 100% rename from web-modules/raml/annotations/libraries/dataTypes.raml rename to web-modules/raml-modules/annotations/libraries/dataTypes.raml diff --git a/web-modules/raml/annotations/libraries/resourceTypes.raml b/web-modules/raml-modules/annotations/libraries/resourceTypes.raml similarity index 100% rename from web-modules/raml/annotations/libraries/resourceTypes.raml rename to web-modules/raml-modules/annotations/libraries/resourceTypes.raml diff --git a/web-modules/raml/annotations/libraries/securitySchemes.raml b/web-modules/raml-modules/annotations/libraries/securitySchemes.raml similarity index 100% rename from web-modules/raml/annotations/libraries/securitySchemes.raml rename to web-modules/raml-modules/annotations/libraries/securitySchemes.raml diff --git a/web-modules/raml/annotations/libraries/traits.raml b/web-modules/raml-modules/annotations/libraries/traits.raml similarity index 100% rename from web-modules/raml/annotations/libraries/traits.raml rename to web-modules/raml-modules/annotations/libraries/traits.raml diff --git a/web-modules/raml/annotations/overlays/es_ES/additionalResources.raml b/web-modules/raml-modules/annotations/overlays/es_ES/additionalResources.raml similarity index 100% rename from web-modules/raml/annotations/overlays/es_ES/additionalResources.raml rename to web-modules/raml-modules/annotations/overlays/es_ES/additionalResources.raml diff --git a/web-modules/raml/annotations/overlays/es_ES/documentationItems.raml b/web-modules/raml-modules/annotations/overlays/es_ES/documentationItems.raml similarity index 100% rename from web-modules/raml/annotations/overlays/es_ES/documentationItems.raml rename to web-modules/raml-modules/annotations/overlays/es_ES/documentationItems.raml diff --git a/web-modules/raml/introduction/0.8/api.raml b/web-modules/raml-modules/introduction/0.8/api.raml similarity index 100% rename from web-modules/raml/introduction/0.8/api.raml rename to web-modules/raml-modules/introduction/0.8/api.raml diff --git a/web-modules/raml/introduction/0.8/error-example.json b/web-modules/raml-modules/introduction/0.8/error-example.json similarity index 100% rename from web-modules/raml/introduction/0.8/error-example.json rename to web-modules/raml-modules/introduction/0.8/error-example.json diff --git a/web-modules/raml/introduction/0.8/error.json b/web-modules/raml-modules/introduction/0.8/error.json similarity index 100% rename from web-modules/raml/introduction/0.8/error.json rename to web-modules/raml-modules/introduction/0.8/error.json diff --git a/web-modules/raml/introduction/0.8/foo-example.json b/web-modules/raml-modules/introduction/0.8/foo-example.json similarity index 100% rename from web-modules/raml/introduction/0.8/foo-example.json rename to web-modules/raml-modules/introduction/0.8/foo-example.json diff --git a/web-modules/raml/introduction/0.8/foo.json b/web-modules/raml-modules/introduction/0.8/foo.json similarity index 100% rename from web-modules/raml/introduction/0.8/foo.json rename to web-modules/raml-modules/introduction/0.8/foo.json diff --git a/web-modules/raml/introduction/0.8/foos-example.json b/web-modules/raml-modules/introduction/0.8/foos-example.json similarity index 100% rename from web-modules/raml/introduction/0.8/foos-example.json rename to web-modules/raml-modules/introduction/0.8/foos-example.json diff --git a/web-modules/raml/introduction/0.8/foos.json b/web-modules/raml-modules/introduction/0.8/foos.json similarity index 100% rename from web-modules/raml/introduction/0.8/foos.json rename to web-modules/raml-modules/introduction/0.8/foos.json diff --git a/web-modules/raml/introduction/1.0/api.raml b/web-modules/raml-modules/introduction/1.0/api.raml similarity index 100% rename from web-modules/raml/introduction/1.0/api.raml rename to web-modules/raml-modules/introduction/1.0/api.raml diff --git a/web-modules/raml/introduction/1.0/examples/Error.json b/web-modules/raml-modules/introduction/1.0/examples/Error.json similarity index 100% rename from web-modules/raml/introduction/1.0/examples/Error.json rename to web-modules/raml-modules/introduction/1.0/examples/Error.json diff --git a/web-modules/raml/introduction/1.0/examples/Foo.json b/web-modules/raml-modules/introduction/1.0/examples/Foo.json similarity index 100% rename from web-modules/raml/introduction/1.0/examples/Foo.json rename to web-modules/raml-modules/introduction/1.0/examples/Foo.json diff --git a/web-modules/raml/introduction/1.0/examples/Foos.json b/web-modules/raml-modules/introduction/1.0/examples/Foos.json similarity index 100% rename from web-modules/raml/introduction/1.0/examples/Foos.json rename to web-modules/raml-modules/introduction/1.0/examples/Foos.json diff --git a/web-modules/raml/introduction/1.0/types/Error.raml b/web-modules/raml-modules/introduction/1.0/types/Error.raml similarity index 100% rename from web-modules/raml/introduction/1.0/types/Error.raml rename to web-modules/raml-modules/introduction/1.0/types/Error.raml diff --git a/web-modules/raml/introduction/1.0/types/Foo.raml b/web-modules/raml-modules/introduction/1.0/types/Foo.raml similarity index 100% rename from web-modules/raml/introduction/1.0/types/Foo.raml rename to web-modules/raml-modules/introduction/1.0/types/Foo.raml diff --git a/web-modules/raml/modularization/README.md b/web-modules/raml-modules/modularization/README.md similarity index 100% rename from web-modules/raml/modularization/README.md rename to web-modules/raml-modules/modularization/README.md diff --git a/web-modules/raml/modularization/api-before-modularization.raml b/web-modules/raml-modules/modularization/api-before-modularization.raml similarity index 100% rename from web-modules/raml/modularization/api-before-modularization.raml rename to web-modules/raml-modules/modularization/api-before-modularization.raml diff --git a/web-modules/raml/modularization/api-with-libraries.raml b/web-modules/raml-modules/modularization/api-with-libraries.raml similarity index 100% rename from web-modules/raml/modularization/api-with-libraries.raml rename to web-modules/raml-modules/modularization/api-with-libraries.raml diff --git a/web-modules/raml/modularization/api-with-typed-fragments.raml b/web-modules/raml-modules/modularization/api-with-typed-fragments.raml similarity index 100% rename from web-modules/raml/modularization/api-with-typed-fragments.raml rename to web-modules/raml-modules/modularization/api-with-typed-fragments.raml diff --git a/web-modules/raml/modularization/api.raml b/web-modules/raml-modules/modularization/api.raml similarity index 100% rename from web-modules/raml/modularization/api.raml rename to web-modules/raml-modules/modularization/api.raml diff --git a/web-modules/raml/modularization/examples/Bar.json b/web-modules/raml-modules/modularization/examples/Bar.json similarity index 100% rename from web-modules/raml/modularization/examples/Bar.json rename to web-modules/raml-modules/modularization/examples/Bar.json diff --git a/web-modules/raml/modularization/examples/Bars.json b/web-modules/raml-modules/modularization/examples/Bars.json similarity index 100% rename from web-modules/raml/modularization/examples/Bars.json rename to web-modules/raml-modules/modularization/examples/Bars.json diff --git a/web-modules/raml/modularization/examples/Error.json b/web-modules/raml-modules/modularization/examples/Error.json similarity index 100% rename from web-modules/raml/modularization/examples/Error.json rename to web-modules/raml-modules/modularization/examples/Error.json diff --git a/web-modules/raml/modularization/examples/Foo.json b/web-modules/raml-modules/modularization/examples/Foo.json similarity index 100% rename from web-modules/raml/modularization/examples/Foo.json rename to web-modules/raml-modules/modularization/examples/Foo.json diff --git a/web-modules/raml/modularization/examples/Foos.json b/web-modules/raml-modules/modularization/examples/Foos.json similarity index 100% rename from web-modules/raml/modularization/examples/Foos.json rename to web-modules/raml-modules/modularization/examples/Foos.json diff --git a/web-modules/raml/modularization/extensions/en_US/additionalResources.raml b/web-modules/raml-modules/modularization/extensions/en_US/additionalResources.raml similarity index 100% rename from web-modules/raml/modularization/extensions/en_US/additionalResources.raml rename to web-modules/raml-modules/modularization/extensions/en_US/additionalResources.raml diff --git a/web-modules/raml/modularization/libraries/dataTypes.raml b/web-modules/raml-modules/modularization/libraries/dataTypes.raml similarity index 100% rename from web-modules/raml/modularization/libraries/dataTypes.raml rename to web-modules/raml-modules/modularization/libraries/dataTypes.raml diff --git a/web-modules/raml/modularization/libraries/resourceTypes.raml b/web-modules/raml-modules/modularization/libraries/resourceTypes.raml similarity index 100% rename from web-modules/raml/modularization/libraries/resourceTypes.raml rename to web-modules/raml-modules/modularization/libraries/resourceTypes.raml diff --git a/web-modules/raml/modularization/libraries/securitySchemes.raml b/web-modules/raml-modules/modularization/libraries/securitySchemes.raml similarity index 100% rename from web-modules/raml/modularization/libraries/securitySchemes.raml rename to web-modules/raml-modules/modularization/libraries/securitySchemes.raml diff --git a/web-modules/raml/modularization/libraries/traits.raml b/web-modules/raml-modules/modularization/libraries/traits.raml similarity index 100% rename from web-modules/raml/modularization/libraries/traits.raml rename to web-modules/raml-modules/modularization/libraries/traits.raml diff --git a/web-modules/raml/modularization/overlays/es_ES/additionalResources.raml b/web-modules/raml-modules/modularization/overlays/es_ES/additionalResources.raml similarity index 100% rename from web-modules/raml/modularization/overlays/es_ES/additionalResources.raml rename to web-modules/raml-modules/modularization/overlays/es_ES/additionalResources.raml diff --git a/web-modules/raml/modularization/overlays/es_ES/documentationItems.raml b/web-modules/raml-modules/modularization/overlays/es_ES/documentationItems.raml similarity index 100% rename from web-modules/raml/modularization/overlays/es_ES/documentationItems.raml rename to web-modules/raml-modules/modularization/overlays/es_ES/documentationItems.raml diff --git a/web-modules/raml/modularization/resourceTypes/collection.raml b/web-modules/raml-modules/modularization/resourceTypes/collection.raml similarity index 100% rename from web-modules/raml/modularization/resourceTypes/collection.raml rename to web-modules/raml-modules/modularization/resourceTypes/collection.raml diff --git a/web-modules/raml/modularization/resourceTypes/item.raml b/web-modules/raml-modules/modularization/resourceTypes/item.raml similarity index 100% rename from web-modules/raml/modularization/resourceTypes/item.raml rename to web-modules/raml-modules/modularization/resourceTypes/item.raml diff --git a/web-modules/raml/modularization/traits/hasNotFound.raml b/web-modules/raml-modules/modularization/traits/hasNotFound.raml similarity index 100% rename from web-modules/raml/modularization/traits/hasNotFound.raml rename to web-modules/raml-modules/modularization/traits/hasNotFound.raml diff --git a/web-modules/raml/modularization/traits/hasRequestItem.raml b/web-modules/raml-modules/modularization/traits/hasRequestItem.raml similarity index 100% rename from web-modules/raml/modularization/traits/hasRequestItem.raml rename to web-modules/raml-modules/modularization/traits/hasRequestItem.raml diff --git a/web-modules/raml/modularization/traits/hasResponseCollection.raml b/web-modules/raml-modules/modularization/traits/hasResponseCollection.raml similarity index 100% rename from web-modules/raml/modularization/traits/hasResponseCollection.raml rename to web-modules/raml-modules/modularization/traits/hasResponseCollection.raml diff --git a/web-modules/raml/modularization/traits/hasResponseItem.raml b/web-modules/raml-modules/modularization/traits/hasResponseItem.raml similarity index 100% rename from web-modules/raml/modularization/traits/hasResponseItem.raml rename to web-modules/raml-modules/modularization/traits/hasResponseItem.raml diff --git a/web-modules/raml/modularization/types/Bar.raml b/web-modules/raml-modules/modularization/types/Bar.raml similarity index 100% rename from web-modules/raml/modularization/types/Bar.raml rename to web-modules/raml-modules/modularization/types/Bar.raml diff --git a/web-modules/raml/modularization/types/Error.raml b/web-modules/raml-modules/modularization/types/Error.raml similarity index 100% rename from web-modules/raml/modularization/types/Error.raml rename to web-modules/raml-modules/modularization/types/Error.raml diff --git a/web-modules/raml/modularization/types/Foo.raml b/web-modules/raml-modules/modularization/types/Foo.raml similarity index 100% rename from web-modules/raml/modularization/types/Foo.raml rename to web-modules/raml-modules/modularization/types/Foo.raml diff --git a/web-modules/raml/resource-types-and-traits/README.md b/web-modules/raml-modules/resource-types-and-traits/README.md similarity index 100% rename from web-modules/raml/resource-types-and-traits/README.md rename to web-modules/raml-modules/resource-types-and-traits/README.md diff --git a/web-modules/raml/resource-types-and-traits/api-before-resource-types-and-traits.raml b/web-modules/raml-modules/resource-types-and-traits/api-before-resource-types-and-traits.raml similarity index 100% rename from web-modules/raml/resource-types-and-traits/api-before-resource-types-and-traits.raml rename to web-modules/raml-modules/resource-types-and-traits/api-before-resource-types-and-traits.raml diff --git a/web-modules/raml/resource-types-and-traits/api.raml b/web-modules/raml-modules/resource-types-and-traits/api.raml similarity index 100% rename from web-modules/raml/resource-types-and-traits/api.raml rename to web-modules/raml-modules/resource-types-and-traits/api.raml diff --git a/web-modules/raml/resource-types-and-traits/examples/Bar.json b/web-modules/raml-modules/resource-types-and-traits/examples/Bar.json similarity index 100% rename from web-modules/raml/resource-types-and-traits/examples/Bar.json rename to web-modules/raml-modules/resource-types-and-traits/examples/Bar.json diff --git a/web-modules/raml/resource-types-and-traits/examples/Bars.json b/web-modules/raml-modules/resource-types-and-traits/examples/Bars.json similarity index 100% rename from web-modules/raml/resource-types-and-traits/examples/Bars.json rename to web-modules/raml-modules/resource-types-and-traits/examples/Bars.json diff --git a/web-modules/raml/resource-types-and-traits/examples/Error.json b/web-modules/raml-modules/resource-types-and-traits/examples/Error.json similarity index 100% rename from web-modules/raml/resource-types-and-traits/examples/Error.json rename to web-modules/raml-modules/resource-types-and-traits/examples/Error.json diff --git a/web-modules/raml/resource-types-and-traits/examples/Foo.json b/web-modules/raml-modules/resource-types-and-traits/examples/Foo.json similarity index 100% rename from web-modules/raml/resource-types-and-traits/examples/Foo.json rename to web-modules/raml-modules/resource-types-and-traits/examples/Foo.json diff --git a/web-modules/raml/resource-types-and-traits/examples/Foos.json b/web-modules/raml-modules/resource-types-and-traits/examples/Foos.json similarity index 100% rename from web-modules/raml/resource-types-and-traits/examples/Foos.json rename to web-modules/raml-modules/resource-types-and-traits/examples/Foos.json diff --git a/web-modules/raml/resource-types-and-traits/types/Bar.raml b/web-modules/raml-modules/resource-types-and-traits/types/Bar.raml similarity index 100% rename from web-modules/raml/resource-types-and-traits/types/Bar.raml rename to web-modules/raml-modules/resource-types-and-traits/types/Bar.raml diff --git a/web-modules/raml/resource-types-and-traits/types/Error.raml b/web-modules/raml-modules/resource-types-and-traits/types/Error.raml similarity index 100% rename from web-modules/raml/resource-types-and-traits/types/Error.raml rename to web-modules/raml-modules/resource-types-and-traits/types/Error.raml diff --git a/web-modules/raml/resource-types-and-traits/types/Foo.raml b/web-modules/raml-modules/resource-types-and-traits/types/Foo.raml similarity index 100% rename from web-modules/raml/resource-types-and-traits/types/Foo.raml rename to web-modules/raml-modules/resource-types-and-traits/types/Foo.raml