<< Back to previous view |
![]() |
[QB-3153] not able to build maven projects
|
|
Status: | Closed |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 5.1.15 |
Fix Version/s: | None |
Type: | Bug | Priority: | Critical |
Reporter: | sudhakar reddy | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | 2 days | Time Spent: | Unknown |
Original Estimate: | 2 days | ||
Environment: | Linux |
Description |
we are trying to build a Maven project from QB and it is failing with some unknown errors. if we do the same build in Linux server build getting succeeded.
error Log: 06:56:43,092 DEBUG - Scanning for projects... 06:56:43,899 WARN - 06:56:43,899 WARN - Some problems were encountered while building the effective model for fares-realquest-rqlib:rq-workflow:jar:10.13.1-SNAPSHOT 06:56:43,899 WARN - 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: fares-realquest-rqlib:rq-feclient:jar -> version ${project.version} vs ${project.parent.version} @ line 106, column 15 06:56:43,899 WARN - 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.pingidentity.opentoken:opentoken-agent:jar -> duplicate declaration of version 2.5.1 @ line 141, column 15 06:56:43,899 WARN - 06:56:43,899 WARN - It is highly recommended to fix these problems because they threaten the stability of your build. 06:56:43,899 WARN - 06:56:43,899 WARN - For this reason, future Maven versions might no longer support building such malformed projects. |
Comments |
Comment by Robin Shen [ 26/Jan/19 02:56 AM ] |
It should be a Maven project issue instead of QB issue. |