Adding option to path custom archive option #183
Adding option to path custom archive option #183venmanyarun merged 2 commits intoOpenLiberty:mainfrom
Conversation
…berty, which support POSIX paths Signed-off-by: Arun Venmany <arun.kumar.v.n@ibm.com>
cherylking
left a comment
There was a problem hiding this comment.
I don't agree with these changes. There is no reason to pass in a separate custom archive option. Just set a boolean saying whether to use posix rules or not, and have the logic within the existing addArchiveOption method. Also, won't LGP need the same logic? The server ant task is called from AbstractServerTask.groovy in the executeServerCommand method. The archive option is set in PackageTask.groovy in method packageServer method.
Signed-off-by: Arun Venmany <arun.kumar.v.n@ibm.com>
|
Adding option to path custom archive option for latest versions of liberty, which support POSIX paths
Part of OpenLiberty/ci.maven#1950