M1ke
M1ke
> Update: After going down multiple rabbit holes Remember what the dormouse said xD > @D0rmouse I plan on working on this during sporadic evenings and weekends, so I really...
In our CI/CD environment (Azure DevOps) we're running several maven builds for our products in the monorepo by using commit filters. For instance, if a changeset touches `/products/some-product`, a `mvn...
Hi @natansil :) Yes I'm fine thank you. How are you? I'm not working from the company I attempted the migration for anymore, so this codebase is not available to...
Sorry took a while... That's great! Too bad I'm not able to continue with it. At my old company (and at my new one as well) it's hard to find...
We have the following properties defined: ``` SNAPSHOT 1.0.0-${build.revision} ``` Stack trace: ``` Exception in thread "main" com.wixpress.build.maven.MissingPomException: Failed to read artifact descriptor for groupId:artifactId:jar:${revision} at com.wixpress.build.maven.AetherMavenDependencyResolver$$anonfun$1.applyOrElse(AetherMavenDependencyResolver.scala:131) at com.wixpress.build.maven.AetherMavenDependencyResolver$$anonfun$1.applyOrElse(AetherMavenDependencyResolver.scala:130) at...
Thanks for the suggestion. I've tried, but got the same exception unfortunately. I'll just replace ${revision} with the actual version for now and see what happens :)
It ran :+1: The output is not exacly right though, but that can't be expected. At least I'm a big step closer to a Bazel build! Thanks for the support.
Not at all :) We have a Java (8, soon 11) project containing a root pom that imports `org.springframework.boot:spring-boot-dependencies:2.1.6.RELEASE` among others and use mostly dependencies from Spring BOMs. We use...
I will have a look at JUnit :) When I build, all the `libmain_dependencies.jar` files are empty in `/bazel-bin`, but no build errors. Any idea why that might be?
Binaries in source folders?? Maybe that concept is different in Bazel ;) But there are no binaries in that place after my build... only in bazel-bin, which links to the...