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/23 14:09:54 UTC

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

abouchama edited a comment on 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#issuecomment-557800775
 
 
   @astefanutti without this change we got the following error in the camelk operator once we deploy the integration with `kamel run customer.xml`:
   
   ```
   {"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-M4 (/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
   ```
   
   the problem here, the camel-k-maven-plugin don't accept version that starts with `>=`

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