-1
I have a new issue since rc-1.
I get an error "recursive variable reference: build.finalName" for all 535
modules of my project.
In 2 modules I set
"<finalName>${project.artifactId}-${project.version}</finalName>" and in
another 2 modules I set "<finalName>${build.finalName}</finalName>" where
build.finalName is set in a parent (that is in its own repo) as
"<finalName>${project.artifactId}-${project.version}</finalName>"
Thing is when I comment out all 4 of these uses, i.e. so that there is no
finalName ever set in the project - I still get the same error. And more
than removing the reference I can't think how to avoid it.
Google takes me to
https://maven.apache.org/ref/4-LATEST/maven-impl/apidocs/org/apache/maven/internal/impl/model/DefaultInterpolator.html
Delany


On Sat, 14 Dec 2024 at 02:01, Guillaume Nodet <gno...@apache.org> wrote:

> We solved 38 issues since rc-1.
> https://issues.apache.org/jira/projects/MNG/versions/12355288
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-2256/
>
> Source release checksums:
> apache-maven-4.0.0-rc-2-src.tar.gz.sha512
>
>
> d496a3650811becfe6f0047154205cf5966038791cdf7c84e83059492c92588c2e73d58a19d2463dc72571636db798fac2df9b15587e18dcf26e0c832081f654
>
> apache-maven-4.0.0-rc-2-src.zip.sha512
>
>
> 4a9e98267cce699d683460d65ff2b7c0fc1e5035f40d39ddbd31ca2d81bdbe7622a94d94b6a9662c3a11681263181bbef52b01c94b1946937d317fd7ae00a8fa
>
> Staged site:
> https://maven.apache.org/ref/4-LATEST/
>
> Draft for release notes:
> https://github.com/apache/maven-site/pull/592
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72h
>
> [ ] +1
> [ ] +0
> [ ] -1
> --
> ------------------------
> Guillaume Nodet
>

Reply via email to