Chapter 17. GAV check management
In Business Central, projects are identified by the Group ID, Artifact ID, and Version (GAV) Maven naming convention. GAV values differentiate projects and project versions as well as identify dependencies with particular projects.
By default, Business Central detects duplicate GAVs. This feature can be disabled by users with the admin role.
17.1. Configuring GAV checks and child GAV edition
This procedure describes how to configure GAV checks in Business Central.
Procedure
-
In Business Central, go to Menu
Design Projects and click the project name. - In the project window, click the Settings tab.
In the General Settings tab, perform any of the following tasks:
- To enable other projects to have the same GAV, select the Disable GAV conflict check check box.
- To enable child projects to have GAV edition, select the Allow child GAV edition check box.
Click Save.
NoteYou can click Reset to undo all changes.
- Click Save to confirm the changes.
Duplicate GAV detection is disabled for projects in Development Mode. To enable duplicate GAV detection in Business Central, go to project Settings
17.2. Configuring GAV checks for all projects
This procedure describes how to configure GAV checks for all projects in Business Central. You can also disable GAV checks at system startup.
Procedures
- In Business Central, select the Admin icon in the top-right corner of the screen and select Projects. The Projects window opens.
In the Advanced GAV preferences tab, perform any of the following tasks:
- To enable other projects to have the same GAV, select the Disable GAV conflict check check box.
- To enable child projects to have GAV edition, select the Allow child GAV edition check box.
- Click Save.
You can also disable the duplicate GAV detection feature by setting the org.guvnor.project.gav.check.disabled
system property to true for Business Central at system startup:
$ ~/EAP_HOME/bin/standalone.sh -c standalone-full.xml -Dorg.guvnor.project.gav.check.disabled=true