I created a new project in IntelliJ. When I go to: Project structure → Libraries → Add → From Maven → 'com.atlassian.seraph: atlassian-seraph: 3.0.3' I get the error "Files were not uploaded for com.atlassian.seraph: atlassian-seraph: 3.0.3 '
Background:
I use IntelliJ to write a custom SSO authenticator for JIRA. This is not a JIRA plugin, it is just a class that will use a custom JSP.
I intend to create a JAR and put it in WEB-INF / lib.
I'm not sure what I missed here. This is my first acquaintance with maven, and I have widely used it in googled.
source
share