-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not possible to set maven configuration on a nexus_repository_maven_group #389
Comments
hi @thcuvelier, it looks like it will be the same problem as issue #148. Can you confirm that? kind regards |
it's looks like we can now set the configuration but cannot read the maven block from the nexus api |
I confirm that this is the same problem as issue #148. |
…ing a MavenGroupRepository The Nexus API only not returning the Maven block in its GET Response belongs to datadrivers/terraform-provider-nexus#389
…ing a MavenGroupRepository The Nexus API only not returning the Maven block in its GET Response belongs to datadrivers/terraform-provider-nexus#389
Hi @thcuvelier, After implementing, we will open a new issue for that and will inform the developer of sonatype. |
Thx waiting the new release |
Is there an existing issue for this?
Community Note
Inpossible to setup on the maven group level the maven block
maven {
version_policy = "MIXED"
layout_policy = "STRICT"
content_disposition = "INLINE"
}
where in nexus administration console it's possible.
Terraform Version
1.5.7
Nexus Provider Version
1.22.0
Nexus Version
3.49.0
Affected Resource(s)/Data Source(s)
nexus_repository_maven_group
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Possibility to configure the maven block on the group level
Actual Behaviour
Not possible to configure the maven block on the group level
Steps to Reproduce
No response
References
No response
The text was updated successfully, but these errors were encountered: