You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/01/23 16:18:00 UTC

[jira] [Created] (CAMEL-13115) camel3 - build system - camel-catalog should not warn for missing doc for inactive modules

Claus Ibsen created CAMEL-13115:
-----------------------------------

             Summary: camel3 - build system - camel-catalog should not warn for missing doc for inactive modules
                 Key: CAMEL-13115
                 URL: https://issues.apache.org/jira/browse/CAMEL-13115
             Project: Camel
          Issue Type: Task
            Reporter: Claus Ibsen
             Fix For: 3.0.0


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
{code}
[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
{code}

We should make it detect that these are empty folders (has no pom.xml) and skip them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)