Support for InlineExtensions

Issue #3 new
Hesham Massoud created an issue

Hello,

Thanks for the great library to communicate with the Stride API. I just wanted to make a small contribution to support InlineExtensions as I need to have action groups in my bot implementation. I forked the repo, however, when trying to build the adf-builder module using the command in the readme:

./build adf

or

mvn clean install -DskipTests

I am getting the error:

[WARNING] The POM for com.atlassian.maven.plugins:artifactory-staging-maven-plugin:jar:1.0.4 is missing, no dependency information available
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin com.atlassian.maven.plugins:artifactory-staging-maven-plugin:1.0.4 or one of its dependencies could not be resolved: Failure to find com.atlassian.maven.plugins:artifactory-staging-maven-plugin:jar:1.0.4 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced @
 @
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project com.atlassian.stride:stride-client-api:3.0.4-SNAPSHOT (/Users/heshammassoud/stride-api-java/stride-client-api/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin com.atlassian.maven.plugins:artifactory-staging-maven-plugin:1.0.4 or one of its dependencies could not be resolved: Failure to find com.atlassian.maven.plugins:artifactory-staging-maven-plugin:jar:1.0.4 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException

Comments (0)

  1. Log in to comment