Bug 1204134
| Summary: | Add the REST resource for maven repository in BPMS to the Documentation. | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Sal Elrahal <selrahal> |
| Component: | Documentation | Assignee: | Vidya <viyengar> |
| Status: | CLOSED EOL | QA Contact: | Tibor Zimanyi <tzimanyi> |
| Severity: | low | Docs Contact: | Dawn Eisner <deisner> |
| Priority: | urgent | ||
| Version: | unspecified | CC: | brms-docs, manstis |
| Target Milestone: | CR2 | ||
| Target Release: | One-off release | ||
| 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:43:11 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: | |
| Embargoed: | |||
|
Description
Sal Elrahal
2015-03-20 13:08:57 UTC
Documented a topic called "Uploading Artifacts to Maven Repository" in the development guide. A link to the updated topics will be provided for verification when the document is built next. The changes can be verified here: http://documentation-devel.engineering.redhat.com/site/documentation/en-US/Red_Hat_JBoss_BPM_Suite/6.1/html-single/Development_Guide/index.html#Uploading_Artifacts_to_Maven_Repository The URL from the documentation should be [protocol]://[hostname]:[port]/[context-root]/maven2/[groupId replacing '.' with '/']/[artifactId]/[version]/[artifactId]-[version].jar instead of [protocol]://[hostname]:[port]/[context-root]/maven2/[groupId replacing '.' with '/']/[artifactId]/[artifactId]-[version].jar Version is missing from the URL in the docs. The same applies to http://localhost:8080/business-central/maven2/org/slf4j/slf4j-api/slf4j-api-1.7.7.jar It should be like this: http://localhost:8080/business-central/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar Made requested changes. A link to the updated topic will be provided for verification when the document is built next. Please verify the changes here: http://documentation-devel.engineering.redhat.com/site/documentation/en-US/Red_Hat_JBoss_BPM_Suite/6.1/html-single/Development_Guide/index.html#Uploading_Artifacts_to_Maven_Repository Verified. |