We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think this issue is already resolved in the maven-client dependency, but this hasn't been updated to use it.
maven-client
When I tried to use the command on the pom.xml for AntiSamy, it failed with this error:
pom.xml
Attribute [VERSION] not found /Users/matthew/.CommandBox/cfml/modules/maven-command/modules/maven-client/models/Maven.cfc: line 163 161: d.version = dep.version.xmlText; 162: if (d.version == "${project.version}") { 163: d.version = rootXml.XmlRoot.version.xmlText; 164: } else if (d.version contains "${" && rootXml.XmlRoot.keyExists("properties")) { 165: //check properties ${prop.name}
I looks like you already updated the client to account for this, but the update hasn't made it to this command yet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think this issue is already resolved in the
maven-client
dependency, but this hasn't been updated to use it.When I tried to use the command on the
pom.xml
for AntiSamy, it failed with this error:I looks like you already updated the client to account for this, but the update hasn't made it to this command yet.
The text was updated successfully, but these errors were encountered: