Remove Duplicate settings #328
Labels
area/artifact-manager
Relates to the `artifact-manager` maven module
area/installer
Relates to the solution installer
area/mojo
Relates to changes to some of the mvn mojos
effort/medium
kind/enhancement
Enhancement or improvement of existing features
lang/java
Related to Java Code
triage/accepted
The issue was accepted and will be done
version/major
Introduces a breaking change
Milestone
Description
There are similar in meaning settings in the
settings.xml
:project.id
andproject.name
org.id
andorg.name
Similar properties are also present in the installer.
The ability to pass
id
should be entirely removed from BTVA and instead we should be using thename
options as that will fetch the correct org or project.id
s generally cause issues in Aria and BTVA when changing environments.Example
Use case for this would be:
You are developing a Windows template, you have a Project setup for that template, called
Windows
and you want to preserve that in another environment, if you useid
s you will need to specify 1 id for each environment, however usingname
has no such problem.Notes
project.id
to still be usable and only add a deprecation warning or completely remove it.The text was updated successfully, but these errors were encountered: