DCA11Y-1222 config changes for releasing to Atlassian repository #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
In order to make our changes to the fork available for use in Atlassian projects, we want to publish to the Atlassian package repository.
This PR adds and modifies necessary configuration for that.
I followed this internal guide from the local machine and tried until the deployment succeeded.
Another helpful guide: https://hello.atlassian.net/wiki/spaces/OSP/pages/791250012/HOWTO+Publish+an+open+source+project+on+Maven+Central
{com|io}.atlassian
prefixes for that.mvn source:jar javadoc:jar install
) didn't work with them: that plugin was being called twice and didn't like thatskip=true
config to the deploy task. I hold a quaint notion that when a guy issues the "deploy" command, he expects the "deploy" command to execute.Tests and Documentation