Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Pro
languagexml
<properties>
  <magnoliaBundleVersion>5.7</magnoliaBundleVersion>
  <foobarModuleVersion>1.2</foobarModuleVersion>
  <javaVersion>1.8</javaVersion>
</properties>

Checking the Maven dependency tree

Whether your Maven project is shown as above or whether it id done in another way, in any case - building the Maven dependency tree helps you to analyze the versions of all the Magnolia modules and all 3rd-party libraries of your custom webapp.

Open a shell, go to the directory of your webapp and execute the Maven command for the dependency tree.

Code Block
cd /Users/jdoe/dev/repo/custom-mgnl-webapps/custom-ee/custom-ee-webapp
mvn mvn dependency:tree



Anchor
anc-known-issues
anc-known-issues
Known issues

...