">

Help Desk

Return to Cortex App
  1. Cortex
  2. FAQs & Troubleshooting
  3. General FAQ
Articles in this section
  • Why are unexpected entities appearing in the “Mine” catalog tab?
  • Why are unexpected additional owners showing on an entity?
  • Does Cortex support JavaScript or custom CSS in external documentation?
  • Can I create custom fallback configurations for entity ownership?
  • YAML linter warning when adding a new entity and relationships in the same PR
  • How to get usage or adoption metrics
  • How can I use CQL to validate a file path that includes an entity name?
  • How to Enable or Disable Notifications for a Particular Team in Cortex
  • Some changes made via GitOps didn't reflect in Cortex, I need to reprocess all of my yaml files
  • Where is Cortex Hosted?
See more

Querying pom.xml files

  • February 08, 2023 19:42
  • Updated

Cortex cannot directly access pom.xml files because Java dependency management requires connecting with Maven repositories for full dependency resolution.

As a workaround, you can use JQ with pom.xml files instead. Cortex will coerce the pom.xml file into a JSON format, so you can query with something like:

jq(git.fileContents("pom.xml"), "...")

Was this article helpful?
Have more questions? Submit a request
Return to top

Related articles

  • What if I use a different auth provider?
  • Packages Troubleshooting