Versions Compared

Key

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

...

Updating Maven managed webapps

On this section we assume that you use Maven to manage your (custom) webapp. How you do this depends on how you have organized your pom files.

Upgrading the versions of inherited BOM files

The most typical use case is, that your custom webapp is based on one of Magnolias preconfigured webapps. The structure of the Maven project which is managing your webapp could look like this:

Code Pro
linenumberstrue
custom-ee/
├── custom-ee-webapp
│   ├── pom.xml
│   └── src
└── pom.xml
  • Line 3: custom-ee/custom-ee-webapp/pom.xml is the pom file of your custom webapp.
  • Line 5: custom-ee/pom.xml is the "parent pom file" of your custom webapp - this file is managing the dependencies and its versions.

..



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

...