Maven plugin for source generating

2021-03-09 Thread Rimvydas Vaidelis
Hello, I would like to write a maven plugin that transforms a java source code (adds specified annotations to methods). Lets say the source code contains java files A.java, B.java and C.java. Lets say only B.java must be transformed (transformer decides which java file should be transformed). I

Re: Dependency version change on dependency import

2022-03-13 Thread Rimvydas Vaidelis
Breunese wrote: > Rimvydas Vaidelis wrote: > > > I have a multi-module project and I want to create a bill of materials > > (BOM) module. BOM module contains dependencyManagement. My parent module > > imports BOM module. BOM module will be used in another project that is >

Dependency version change on dependency import

2022-03-10 Thread Rimvydas Vaidelis
Hello, I have a multi-module project and I want to create a bill of materials (BOM) module. BOM module contains dependencyManagement. My parent module imports BOM module. BOM module will be used in another project that is going to use my library. In development environment I would like to change

Compile classpath in case of dependency conflict

2022-04-12 Thread Rimvydas Vaidelis
Hello, I have 2 dependencies org.reflections:reflections:jar:0.9.8:test and com.google.inject:guice:jar:5.1.0:compile. org.reflections:reflections:jar:0.9.8 uses com.google.guava:guava:jar:11.0.2:compile com.google.inject:guice:jar:5.1.0 uses com.google.guava:guava:30.1-jre:compile During

Re: Compile classpath in case of dependency conflict

2022-04-12 Thread Rimvydas Vaidelis
> > HTH > T > > On Tue, Apr 12, 2022 at 1:00 PM Rimvydas Vaidelis < > rimvydas.vaide...@gmail.com> wrote: > > > Hello, > > > > I have 2 dependencies org.reflections:reflections:jar:0.9.8:test and > > com.google.inject:guice:jar:5.1.0:compile. >