You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build the project with the latest Maven Daemon (2.0.0-beta-1), which runs Maven 4.0.0-beta-3, the build fails straight away because of a property that's made dynamic but shouldn't be.
Relevant log output
$ mvnd validate
[INFO] Processing build on daemon c264cb3d
[INFO] Scanning for projects...
[ERROR] Some problems were encountered while processing the POMs
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.google.cloud.teleport:templates:1.0-SNAPSHOT (~/workspace/DataflowTemplates/pom.xml) has 1 error
[ERROR] 'profiles.profile[validateCandidate].repositories.repository.[apache.candidate].url' contains an expression but should be a constant. @ line 639, column 11
The text was updated successfully, but these errors were encountered:
Related Template(s)
na
Template Version
na
What happened?
When trying to build the project with the latest Maven Daemon (2.0.0-beta-1), which runs Maven 4.0.0-beta-3, the build fails straight away because of a property that's made dynamic but shouldn't be.
Relevant log output
The text was updated successfully, but these errors were encountered: