Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mavenization failed : No common path element found for 'C:\mavenexamples\project-root\C:\mavenexamples\project-root' and '' #18

Open
Chenjigaram opened this issue Feb 14, 2021 · 0 comments

Comments

@Chenjigaram
Copy link

Chenjigaram commented Feb 14, 2021

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] ------------------------------------------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant