Open aparnamichael opened 1 month ago
The application name has a space.
Cannot handle this scenario for maven since app name with space is not allowed. In pom.xml file, artifact - id - is the project name. Artifact id with space is not valid in pom.xml and it will throw error while we perform the LTV actions.
[ERROR] 'artifactId' with value 'app-liberty mvn' does not match a valid id pattern,
hence cannot cover this scenario.
The directory name contains a space.
Include test case for the following: The application name has a space. The directory name contains a space.