Re: Parent pom or BOM not resolved using DefaultProjectBuildingRequest

2021-02-17 Thread Anthony Dahanne
builder which > resolves everything > > Regards, > > Hervé > > Le samedi 13 février 2021, 23:36:28 CET Anthony Dahanne a écrit : > > Hello Tamás, > > Thanks for your answer. > > Yes, I remember I also got a look at this maven-resolver-demos repo; and > I > >

Re: Parent pom or BOM not resolved using DefaultProjectBuildingRequest

2021-02-13 Thread Anthony Dahanne
eases still support ServiceLocator, in > upcoming 1.7.0 of it it will be deprecated, and later removed. > > HTH > T > > On Fri, Feb 12, 2021 at 3:36 AM Anthony Dahanne > > wrote: > > > Hello Maven devs, > > I'm trying to programmatically ingest a pom.xm

Re: Parent pom or BOM not resolved using DefaultProjectBuildingRequest

2021-02-13 Thread Anthony Dahanne
to dig more into your case, even if I would be > interested: days are only 24h > > Regards, > > Hervé > > Le samedi 13 février 2021, 04:13:01 CET Anthony Dahanne a écrit : > > Hello, > > I still could not find any solution to this problem > > I have c

Re: Parent pom or BOM not resolved using DefaultProjectBuildingRequest

2021-02-12 Thread Anthony Dahanne
list... Thanks Le jeu. 11 févr. 2021, à 21 h 36, Anthony Dahanne a écrit : > Hello Maven devs, > I'm trying to programmatically ingest a pom.xml and start a Maven > dependency resolution on it. > For that end, I'm using DefaultProjectBuildingRequest and a > ProjectBuilde

Parent pom or BOM not resolved using DefaultProjectBuildingRequest

2021-02-11 Thread Anthony Dahanne
Hello Maven devs, I'm trying to programmatically ingest a pom.xml and start a Maven dependency resolution on it. For that end, I'm using DefaultProjectBuildingRequest and a ProjectBuilder. I could successfully issue the request, but when trying against a pom that relies on a parent or a BOM (spring

Re: 3.1.0 and java.lang.NoClassDefFoundError

2013-07-17 Thread Anthony Dahanne
hello did you check this page out : https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound Regarding maven site plugin, it says that 3.3 is compatible with 3.1 HTH, Anthony On Wed, Jul 17, 2013 at 12:13 PM, Gary Gregory wrote: > If you check out log4j 2 trunk and run: mvn clean si

RepositorySystemSession based mojo compatible with both maven 3.0.x and 3.1.x

2013-07-15 Thread Anthony Dahanne
Hello, I have a mojo with the following : @Parameter( readonly = true, defaultValue = "${repositorySystemSession}" ) private RepositorySystemSession repoSession; public void execute() throws MojoExecutionException { ... DefaultDependencyResolutionRequest dependencyResolutionReque