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/12/21 14:40:42 UTC

[GitHub] [camel-quarkus] oscerd commented on a change in pull request #567: Create an AWS commons extension

oscerd commented on a change in pull request #567: Create an AWS commons extension
URL: https://github.com/apache/camel-quarkus/pull/567#discussion_r360652281
 
 

 ##########
 File path: tooling/package-maven-plugin/src/main/java/org/apache/camel/quarkus/maven/PrepareCatalogQuarkusMojo.java
 ##########
 @@ -215,6 +215,7 @@ protected void appendOthers(List<CamelQuarkusExtension> extensions, CamelCatalog
                 final String title = ext.getName().orElseThrow(() -> new MojoExecutionException(
                         "name is missing in " + ext.getRuntimePomXmlPath()));
                 model.put("title", title);
+                System.err.println("title " + title + " and desc " + ext.getDescription());
 
 Review comment:
   Yes, my fault :-)

----------------------------------------------------------------
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