Romain Bioteau

Results 6 comments of Romain Bioteau

In my use case the mojo execution is not mandatory, so being able to skip it (either using the `requiresOnline` or using a configuration parameter `-Dtycho.remapArtifactToMavenRepositories.skip`) would be handy. However,...

What I don't like with the `requiresOnline` flag is that it will just skip the execution when offline without more information in the build output. As a user, I prefer...

Hi, we also need this feature for our project. Is it possible to select a specific language using the crowdin-cli ? I know it's possible using the following rest api...

> ```dockerfile > FROM eclipse-temurin:17.0.10_7-jre-alpine > ``` > > Unless you want to update the image on every `eclipse-temurin:17.*` minor update, we recommend using a more generic like `eclipse-temurin:17-jre-alpine` so...

@LaurentGoderre > The image gets a SHA but it doesn't check the integrity of the package against it. It seems like it didn't check in previous versions either. Are you...