-
Notifications
You must be signed in to change notification settings - Fork 7
Description
generated based root project with
mvn archetype:generate -DarchetypeGroupId=fr.fastconnect.factory.tibco -DarchetypeArtifactId=archetype-default-pom -DarchetypeVersion=2.4.1 -DgroupId=com.company.project -DartifactId=project-root -Dversion=1.0.0-SNAPSHOT -DprojectName=ProjectName -DbwMavenPluginVersion=2.4.1 -DcodeReviewPluginVersion=2.0.0 -DfcUnitPluginVersion=2.0.0
after that placed project TestWebService inside the project
and ran
mvn bw:mavenize-bw-projects -DdoIt=true -e
getting below error
[INFO] Scanning recursively 'C:\mavenexamples\project-root' with patterns '[**/]'
[INFO] ---
[INFO] project-root
[INFO] Location of the BW project : TestWebService
[INFO] Location of the project (POM) : C:\mavenexamples\project-root
[INFO] The root project is : com.company.project:project-root:1.0.0
[INFO] The root project location is :
[INFO] Mavenized project will be : com.company.project:project-root:1.0.0
[INFO]
[WARNING] Mavenization failed : No common path element found for 'C:\mavenexamples\project-root\C:\mavenexamples\project-root' and ''
[INFO]
[INFO] 1 project was found.
[INFO] 1 project failed the mavenization.
[INFO] 0 project was successfully mavenized.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.835 s
[INFO] Finished at: 2021-02-14T17:00:36+01:00
[INFO] ------------------------------------------------------------------------