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/11/12 12:40:40 UTC

[GitHub] [camel-k] abouchama opened a new issue #1056: camel-k-maven-plugin must not contain any of these characters \/:"<>|?* but found > @ line 16, column 18

abouchama opened a new issue #1056: camel-k-maven-plugin must not contain any of these characters \/:"<>|?* but found > @ line 16, column 18
URL: https://github.com/apache/camel-k/issues/1056
 
 
   Hello,
   
   After running the following example:
   
   ```
   git clone https://github.com/abouchama/CamelK-customerAPI
   kamel run customer-api.xml \
       --open-api customer-api.json \
       --name customers \
       --dependency camel-undertow \
       --dependency camel-rest \
       --property camel.rest.port=8080 
   ```
   This end with the following error in the camelk operator pod:
   
   > {"level":"info","ts":1573500771.1264646,"logger":"camel-k.trait","msg":"Apply trait: camel"}
   > {"level":"info","ts":1573500771.1273205,"logger":"camel-k.trait","msg":"Apply trait: gc"}
   > {"level":"info","ts":1573500771.1273396,"logger":"camel-k.trait","msg":"Apply trait: rest-dsl"}
   > {"level":"info","ts":1573500771.127784,"logger":"camel-k.maven","msg":"executing: mvn -Dopenapi.spec=/tmp/rest-dsl735823832/0/openapi-spec.json -Ddsl.out=/tmp/rest-dsl735823832/0/openapi-dsl.xml --batch-mode -Dmaven.repo.local=/tmp/artifacts/m2 --settings /tmp/rest-dsl735823832/0/settings.xml","timeout":"3m45s"}
   > [INFO] Scanning for projects...
   > [ERROR] [ERROR] Some problems were encountered while processing the POMs:
   > [ERROR] 'build.plugins.plugin.version' for org.apache.camel.k:camel-k-maven-plugin must not contain any of these characters \/:"<>|?* but found > @ line 16, column 18
   >  @ 
   > [ERROR] The build could not read 1 project -> [Help 1]
   > [ERROR]   
   > [ERROR]   The project org.apache.camel.k.integration:camel-k-rest-dsl-generator:1.0.0-M3 (/tmp/rest-dsl735823832/0/pom.xml) has 1 error
   > [ERROR]     'build.plugins.plugin.version' for org.apache.camel.k:camel-k-maven-plugin must not contain any of these characters \/:"<>|?* but found > @ line 16, column 18
   
   

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