Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

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: DocumentationAssignee: Vidya <viyengar>
Status: CLOSED EOL QA Contact: Tibor Zimanyi <tzimanyi>
Severity: low Docs Contact: Dawn Eisner <deisner>
Priority: urgent    
Version: unspecifiedCC: 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
Currently the servlet used in BxMS for the maven repository interactions will process a GET (to download the artifact) and a POST (to upload the artifact). This resource is not present in the product documentation. Assuming this servlet is supported can we add this to the product documentation? I would be happy to help generate some of that documentation.

Thanks!

Comment 5 Vidya 2015-07-02 11:52:07 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.

Comment 7 Tibor Zimanyi 2015-07-13 08:08:05 UTC
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

Comment 8 Vidya 2015-07-13 11:08:05 UTC
Made requested changes. A link to the updated topic will be provided for verification when the document is built next.

Comment 10 Tibor Zimanyi 2015-07-23 12:27:43 UTC
Verified.