Provide means to get via properties file groupID, artifactid, and version for implementations of *Application class. #91
Labels
triage
This issue needs investigation to better define its scope and context
A standard mechanism is needed for implementations of *Application class
to retrieve groupID, artifactid, and version from the standard (external)
properties file.
Example see file, demos/ws-bootable-jar-example/jaxws/src/test/java/org/jboss/jaxws/SoapWildflyBootableOpenShiftJarApplication.java
These lines should not be hard coded.
The values should be retrievable from the properties file.
This enhancement needs to be generic so that any "key" can be specified
for retrieval.
The text was updated successfully, but these errors were encountered: