Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(MavenLauncher): Improving MavenLauncher dependency resolution (#2112
) * add a test for getRoleInParent / getValueByRole consistence * fix: MavenLauncher resolve dependancies which version is defined in parent pom, and other corner cases * feat(MavenLauncher): MavenLauncher now get its classpath from a maven invocation * clean(MavenLauncherTest): remove unused import * Update MavenLauncherTest.java * POC MavenLauncher implementation with MavenCli * cleanup(MavenLauncherTest) * refactor(MavenLauncher): use MavenInvoker * set up M2_HOME environement variable in travis * revert previous travis changes * Update .travis.yml * Add headers * debugging travis script jdk10 * refactoring, update certificate on travis script for java 10 * stop deleting files before reading them... * yet another attempt at fixing travis build with java 10 * yet another attempt at fixing travis build with java 10 * switch to multi classpath files * this certificate problem is getting annoying * fail first * Post review improvements * fix some exception handeling, add a reflexive test to check that all type references point to resolvable types
- Loading branch information