Re: Local jar not recognized from maven repository

2017-10-05 Thread Robert Patrick
That error message does not look like a Maven error message. Try running your build with -X and look at the output of the maven-compiler-plugin. If the class was not found during compilation, I would expect a different error message from the Java compiler... > On Oct 5, 2017, at 4:25 AM, Jul

Local jar not recognized from maven repository

2017-10-05 Thread Juleian
I need to do edit some code in a maven project. Therefore, I need to include a jar I made. I am not really experienced in using maven, however I tried an approach I found on StackoverFlow and the web. First I added the jar to my m2 repository (just selected some terms for the IDs): mvn install:in

A google style monorepo in Git (With Maven as a the build system)

2017-10-05 Thread Paul Hammant
Writeup here: https://timkrueger.me/a-maven-git-monorepo/ Sure, Google's monorepo uses *Piper* (an unreleased Perforce-alike they made in-house) not git, which can scale to 25,000 committers in a single trunk (they have been doing trunk-based-development complete with a PR-alike workflow since the