Closed g0blin79 closed 5 years ago
Hi @g0blin79 !
I suspect that you may be using mvn install
rather than mvn package
as recommended in the README. The difference here is that the install
goal includes invocation of the verify
goal, which triggers maven-failsafe-plugin and the integration tests.
If you want to include the integration tests in your build, you'll have to create a configuration file (that is ignored by git), see the README in https://github.com/sonatype-nexus-community/nexus-blobstore-google-cloud/tree/master/src/test/resources. The integration tests are more helpful for development; if you are just planning to deploy/use the plugin, they are unnecessary.
Can you confirm you are using the package
goal and not install
?
Sorry for the late reply - you've got my attention now :)
I'm trying to build this plugin and I have an error during tests of failsafe-reports.
These is my build steps:
Tried also using master branch, with same result.
This is my stack trace
I'm available for more info. Is there something I made wrong?