Skip to content

Commit

Permalink
feat: add bundled repository as local
Browse files Browse the repository at this point in the history
  • Loading branch information
nolddor authored Aug 29, 2024
1 parent 260bbed commit 6326bb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ RUN rm -f atlassian-plugin-sdk-tgz
RUN mv atlassian-plugin-sdk-* atlassian-plugin-sdk
ENV PATH="/opt/atlassian-plugin-sdk/bin:$PATH"

# Move bundled Atlassian SDK repository to defaul maven location
RUN mkdir -p ~/.m2
RUN mv /opt/atlassian-plugin-sdk/repository/ ~/.m2

RUN java -version
RUN atlas-version
CMD [ "sh" ]

0 comments on commit 6326bb9

Please sign in to comment.