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/28 19:07:55 UTC

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #342: Created a camel-pdf component extension fixes #341

ppalaga commented on a change in pull request #342: Created a camel-pdf component extension fixes #341
URL: https://github.com/apache/camel-quarkus/pull/342#discussion_r339739449
 
 

 ##########
 File path: integration-tests/pdf/pom.xml
 ##########
 @@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.camel.quarkus</groupId>
+    <artifactId>camel-quarkus-integration-tests</artifactId>
+    <version>0.3.1-SNAPSHOT</version>
+  </parent>
+  <artifactId>camel-quarkus-integration-test-pdf</artifactId>
+  <name>Camel Quarkus :: Integration Tests :: Pdf</name>
 
 Review comment:
   ```suggestion
     <name>Camel Quarkus :: Integration Tests :: PDF</name>
   ```

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