I understand why id and versionNumber are pulled from the project config file, they're a bit of a special because they're probably the only fields absolutely required to get a valid application descriptor (when not using a source application-descriptor.xml I mean)
In our case, I would rather not use the values in the project.apm file and use values in the source xml file. However even setting them to null in the project config, it always erases the values I set.
I understand why
idandversionNumberare pulled from the project config file, they're a bit of a special because they're probably the only fields absolutely required to get a valid application descriptor (when not using a sourceapplication-descriptor.xmlI mean)In our case, I would rather not use the values in the
project.apmfile and use values in the source xml file. However even setting them tonullin the project config, it always erases the values I set.