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 2020/03/03 20:04:45 UTC

[GitHub] [camel-quarkus] zregvart opened a new issue #842: Don't publish integration tests during a Maven release

zregvart opened a new issue #842: Don't publish integration tests during a Maven release
URL: https://github.com/apache/camel-quarkus/issues/842
 
 
   Currently integration test artefacts such as `camel-quarkus-integration-test-aws` are published with the release. I think for 1.0 release we should not publish those. This can be done by adding:
   
   ```
   <plugin>
     <artifactId>maven-deploy-plugin</artifactId>
     <configuration>
       <skip>true</skip>
     </configuration>
   </plugin>
   ```
   
   To https://github.com/apache/camel-quarkus/blob/master/integration-tests/pom.xml

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

[GitHub] [camel-quarkus] ppalaga closed issue #842: Don't publish integration tests during a Maven release

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #842: Don't publish integration tests during a Maven release
URL: https://github.com/apache/camel-quarkus/issues/842
 
 
   

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

[GitHub] [camel-quarkus] oscerd commented on issue #842: Don't publish integration tests during a Maven release

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #842: Don't publish integration tests during a Maven release
URL: https://github.com/apache/camel-quarkus/issues/842#issuecomment-595177087
 
 
   They are used here https://github.com/quarkusio/quarkus-platform/tree/master/integration-tests as dependency. So they must be released.

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

[GitHub] [camel-quarkus] ppalaga commented on issue #842: Don't publish integration tests during a Maven release

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #842: Don't publish integration tests during a Maven release
URL: https://github.com/apache/camel-quarkus/issues/842#issuecomment-606717455
 
 
   It works as designed. Feel free to reopen if you feel the design is not correct.

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

[GitHub] [camel-quarkus] zregvart commented on issue #842: Don't publish integration tests during a Maven release

Posted by GitBox <gi...@apache.org>.
zregvart commented on issue #842: Don't publish integration tests during a Maven release
URL: https://github.com/apache/camel-quarkus/issues/842#issuecomment-595176528
 
 
   Is there a use case for them being published to Maven Central, are users depending on them? If not perhaps the `<skip>` can be added in the `release` profile.

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

[GitHub] [camel-quarkus] ppalaga commented on issue #842: Don't publish integration tests during a Maven release

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #842: Don't publish integration tests during a Maven release
URL: https://github.com/apache/camel-quarkus/issues/842#issuecomment-595161338
 
 
   Can we close this one, @zregvart ?

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

[GitHub] [camel-quarkus] ppalaga commented on issue #842: Don't publish integration tests during a Maven release

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #842: Don't publish integration tests during a Maven release
URL: https://github.com/apache/camel-quarkus/issues/842#issuecomment-594369574
 
 
   Yes, publishing the itests is typically useless, but in our case, it was a deliberate decision, because they are run inside quarkus-platform https://github.com/quarkusio/quarkus-platform/tree/master/integration-tests

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