By: ved singh user 20 Jul 2017 at 2:24 p.m. CDT

4 Responses
ved singh gravatar
Hi, I was wondering if there is Java documentation available for SCIM-Client library. Thanks Ved

By Michael Schwartz Account Admin 20 Jul 2017 at 2:26 p.m. CDT

Michael Schwartz gravatar
Jose, do javadocs get published on the Jenkins server?

By Michael Schwartz Account Admin 20 Jul 2017 at 2:27 p.m. CDT

Michael Schwartz gravatar
Ved: note you can generate javadocs if you build with `mvn`.

By ved singh user 20 Jul 2017 at 2:44 p.m. CDT

ved singh gravatar
cool thanks.That works. Even though, java docs got generated under "/SCIM-Client/target/site/apidocs" (command mvn javadoc:javadoc) , I see mvn errors. <...snip> /SCIM-Client/src/main/java/gluu/scim2/client/Scim2Client.java:431: error: @param name not found * @param user /SCIM-Client/src/main/java/gluu/scim2/client/util/GroupDeserializer.java:26: error: incorrect use of inline tag * @link Group ^ /SCIM-Client/src/main/java/gluu/scim2/client/BaseScim2Client.java:158: error: exception not thrown: javax.xml.bind.JAXBException * @throws JAXBException ^ <...snip> Thanks.

By Jose Gonzalez staff 21 Jul 2017 at 10:03 a.m. CDT

Jose Gonzalez gravatar
Dear Mr. Singh, Effectively you can generate the docs on your local machine using the `javadoc:javadoc` goal of maven Currently they are being automatically published also at https://ox.gluu.org/scim-javadocs/apidocs/index.html