Bug 1204134 - Add the REST resource for maven repository in BPMS to the Documentation.
Summary: Add the REST resource for maven repository in BPMS to the Documentation.
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Documentation
Version: unspecified
Hardware: Unspecified
OS: Unspecified
urgent
low
Target Milestone: CR2
: One-off release
Assignee: Vidya
QA Contact: Tibor Zimanyi
Dawn Eisner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-20 13:08 UTC by Sal Elrahal
Modified: 2020-03-27 19:43 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 19:43:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.