Passing the parameters to assembly file from POM.xml

673 views Asked by At

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.

0

There are 0 answers