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

 ##########
 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:
   Is this a leftover maybe?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to