Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
When we have removed deprecated modules in 3.x, then the folders stay in git when you switch branches.
So we get this WARNs when building camel-catalog
[WARNING] Missing document detected: 40 [WARNING] camel-bam [WARNING] camel-cache [WARNING] camel-castor [WARNING] camel-context [WARNING] camel-eclipse [WARNING] camel-elasticsearch [WARNING] camel-elasticsearch5 [WARNING] camel-groovy-dsl [WARNING] camel-guice [WARNING] camel-hawtdb [WARNING] camel-hdfs [WARNING] camel-hessian [WARNING] camel-http [WARNING] camel-ibatis [WARNING] camel-javaspace [WARNING] camel-jira [WARNING] camel-josql [WARNING] camel-juel [WARNING] camel-jxpath [WARNING] camel-kestrel [WARNING] camel-krati [WARNING] camel-mina [WARNING] camel-mongodb [WARNING] camel-netty [WARNING] camel-netty-http [WARNING] camel-openshift [WARNING] camel-quartz [WARNING] camel-routebox [WARNING] camel-ruby [WARNING] camel-rx [WARNING] camel-scala [WARNING] camel-scr [WARNING] camel-servletlistener [WARNING] camel-swagger [WARNING] camel-testng [WARNING] camel-urlrewrite [WARNING] camel-xmlbeans [WARNING] camel-xmljson [WARNING] camel-xmlrpc [WARNING] camel-yql
We should make it detect that these are empty folders (has no pom.xml) and skip them.