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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to