Roland Huß

Results 474 comments of Roland Huß

I understand. I think this will be a useful addition, though it might take a bit until its get implemented (however, we are happily integrating pull requests ;-)

you could also use a different build configuration in a dedicated Maven profile which you use only for the integration tests. Timing could also be an issue for when to...

I wonder whether we shouldn't include that into the `docker:start` goal and the extend the `wait` config accordingly section. The benefits would be: - No additional goal (yes, that's a...

No problem, we can take care about this, too. Shouldn't be that hard but is also not super trivial (because a new backend call to the Docker API must be...

What's about putting those commands in a script and call that ? Alternatively, I suggest to try `sh -c "commandOn && commandTwo"`

using the XML configuration for generating a Dockerfile is limited, true. Also because the order of the XML configuration gets erased before it reaches the plugin (i.e. the options are...

With Docker you can only easily use inheritance, not composition. So you need to build up a inheritance chaing: base -> script-image -> final-image

You can leverage the Dockerfile mode as described in the documentation.

Any idea how to get to the full logline that causes this error? The best fix would be to adapt the regexp expression that extracts the timestamp from the logline,...

We should check why and where we use the method. I think its about feature detection of Maven, so we should react in some default way if we can't understand...