Skip to content

How to resolve "Build with maven" that blend in the same link 2 packages together? #26367

Answered by nyvlunx
nyvlunx asked this question in Actions
Discussion options

You must be logged in to vote

Fixed by adding this in the maven.xml

    steps:
    - uses: actions/labeler@v2
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
    - uses: actions/checkout@v2
    - name: Set up JDK 11.0.7
      uses: actions/setup-java@v1
      with:
        java-version: 11.0.7
    - name: maven-settings-xml-action
      uses: whelk-io/maven-settings-xml-action@v14
      with:
          repositories: '[{ "id": "", "url": "" },{ "id": "", "url": "" }]'
          servers:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Packages Host your dependencies, libraries, and production-ready code, right from your repository Product Feedback
1 participant