| Summary: | Unique GAV detection fails if Repository ID is used by both PluginRepository and (regular) Repository | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Tomas Livora <tlivora> | ||||||
| Component: | Business Central | Assignee: | manstis | ||||||
| Status: | CLOSED EOL | QA Contact: | Jiri Locker <jlocker> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.3.0 | ||||||||
| Target Milestone: | ER2 | ||||||||
| Target Release: | 6.3.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2020-03-27 19:46:10 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
|
Description
Tomas Livora
2016-03-18 14:26:35 UTC
Created attachment 1137799 [details]
settings.xml in .m2 directory
Hi Thomas, could you please clarify if you don't use a custom location for settings.xml the error happens; but if you *do* use a custom location for settings.xml there is no error? For Unit Tests you can disable the feature that is checking the GAV being deployed is unique (https://issues.jboss.org/browse/BPMSPL-252) by setting the System Property "org.guvnor.project.gav.check.disabled" to "true". This of course does not resolve the issue you report, but may be useful for Unit Tests. Hi Tomas, in addition to comment #2 could you please provide the POM for the Project you was trying to build via REST? I think you have a repository defined in the Project's POM that is also in setting.xml... @Tomas, it appears the issue is that settings.xml contains two Repository definitions with the same ID "jboss-public-repository-group" - one for dependency resolution and the other for plugins, with different URLs. Can you try changing the ID for one of them and re-try? Verified on BRMS 6.3.0 ER2 |