You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In gradle, the configuration option is targetDir, and the parameter is --targetDir.
In maven, the configuration option is targetDir, and the parameter is -Djib.dockerDir. We should make it more consistent (something like -Djib.targetDir, or maybe even just -DtargetDir).
The text was updated successfully, but these errors were encountered:
TadCordle
changed the title
Change "-Djib.dockerDir" to "-Djib.targetDir" in maven plugin
Change "-Djib.dockerDir" in maven plugin for consistency
Jul 19, 2018
In gradle, the configuration option is
targetDir
, and the parameter is--targetDir
.In maven, the configuration option is
targetDir
, and the parameter is-Djib.dockerDir
. We should make it more consistent (something like-Djib.targetDir
, or maybe even just-DtargetDir
).The text was updated successfully, but these errors were encountered: