Can the Maven plugin consider supporting the ability to pass parameters such as appToken through the command line? #354
Labels
enhancement
New feature or request
Milestone
Summary (Description of this PR)
Currently, multi-environment is managed through multiple modules, and deployments are made using Jenkins. The goal is to compile for different environments and specify which module to push to.
Could the Maven plugin be considered to support passing several parameters such as appToken via the command line to achieve this?
Basic example (Use case for the PR)
Running
mvn smart-doc:torna-rest -DtornaToken=xxxxx
could push the documentation to the specified appToken module. Command line arguments would override the appToken in the plugin's configuration JSON file.Motivation (Purpose of this PR)
Different code branches need to push to different torna modules.
The text was updated successfully, but these errors were encountered: