You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/10/21 14:00:58 UTC

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #298: Improve XML support

ppalaga commented on a change in pull request #298: Improve XML support
URL: https://github.com/apache/camel-quarkus/pull/298#discussion_r337033984
 
 

 ##########
 File path: tooling/maven/package-maven-plugin/src/main/java/org/apache/camel/quarkus/maven/PrepareCatalogQuarkusMojo.java
 ##########
 @@ -63,7 +63,7 @@
     private static final String DEFAULT_FIRST_VERSION = "0.2.0";
 
     private static final String[] EXCLUDE_EXTENSIONS = {
-            "http-common", "jetty-common", "support", "xml-common", "xstream-common"
+        "core-xml", "http-common", "jetty-common", "support", "xstream-common"
 
 Review comment:
   Should `core-xml` really be here, given we said it is end-user facing? 
   
   Besides, we currently seem to exclude all `-common` extensions, so the list could perhaps be simplified to `["-common", "support"]`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services