Can we pass the parameter from POM to assembly file. I want to use that parameter inside a file which will be packaged by the assembly file itself. I know we can create profiles in assembly but that will not solve my problem.
from POM ---->pass the parameter in assembly file--> use that parameter in abc.sh file which is packaged by assembly file.