philippe-granet commented on issue #11367:
URL: https://github.com/apache/maven/issues/11367#issuecomment-3470529322
The problem is that our Artifactory instance (7.98.13 Server) don't
recognize `subprojects` tags in build pom:
```
{
"errors" : [ {
"status" : 409,
"message" : "Failed to read POM for '...-build.pom': Unrecognised tag:
'subprojects' (position: START_TAG seen ...</packaging> <subprojects>...
@1:633) ."
} ]
}
```
I don't know if recent Artifactory versions are compatibles with new Maven
model.
In Maven 4 documentation:
> `Version 4.1.0 adds some new elements and attributes, while others are
marked as deprecated.
> To not break the ecosystem, this version is only available for the build
POM, while the consumer POM will still use version 4.0.0.`
But actually, version 4.1.0 breaks deploy on Artifactory servers.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]