Nice!
Gary
On Wed, Nov 23, 2022, 14:31 Guillaume Nodet wrote:
> That's done in the v4 api.
>
> Le mer. 23 nov. 2022 à 19:37, Christoph Läubrich a
> écrit :
>
> > Currently maven is bound to the Java File API, e.g.
> >
> > org.apache.maven.project.MavenProject.getBasedir()
> > org.apache.maven.
That's done in the v4 api.
Le mer. 23 nov. 2022 à 19:37, Christoph Läubrich a
écrit :
> Currently maven is bound to the Java File API, e.g.
>
> org.apache.maven.project.MavenProject.getBasedir()
> org.apache.maven.project.MavenProject.getFile()
>
> while others uses Strings, e.g.
>
> org.apache.
Currently maven is bound to the Java File API, e.g.
org.apache.maven.project.MavenProject.getBasedir()
org.apache.maven.project.MavenProject.getFile()
while others uses Strings, e.g.
org.apache.maven.project.MavenProject.addCompileSourceRoot(String)
I wonder if it would be good to move Maven t