Forum Discussion
nmrao
9 years agoCommunity Hero
Doesn't maven create that automatically?
- kamatchipriya9 years agoOccasional Contributor
ya Maven can create classpath in project folder. but i want to create folder inside maven project from soap xml file...is it possible?
- nmrao9 years agoCommunity Hero
Below would get the path of the project
def project = context.testCase.testSuite.project log.info project.path
Is that what you need?
- kamatchipriya9 years agoOccasional Contributor
From your code i can get the my soapui project xml location..but i want to create the folder in my maven project from soapui groovy script...