Skip to content

Commit

Permalink
Copy magnolia-license-2.0.0.jar to project, since it's dependency is …
Browse files Browse the repository at this point in the history
…not accessible via magnolia nexus
  • Loading branch information
eschleb committed Dec 5, 2024
1 parent c32f7ca commit c08f851
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-and-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
"id": "magnolia.enterprise.group",
"username": "${{secrets.MGNL_NEXUS_USER}}",
"password": "${{secrets.MGNL_NEXUS_PASS}}"
},
{
"id": "magnolia.public.group",
"username": "${{secrets.MGNL_NEXUS_USER}}",
"password": "${{secrets.MGNL_NEXUS_PASS}}"
}]
- name: Maven verify
run: mvn verify --batch-mode
Expand Down
Binary file added lib/magnolia-license-2.0.0.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<properties>
<!-- mvn versions:display-property-updates -->
<magnolia.version>6.3.1</magnolia.version>
<magnolia.license.version>2.0.0</magnolia.license.version>
<jsr305.nullable.version>3.0.2</jsr305.nullable.version>
<!--Test dependency versions-->
<junit.version>5.11.1</junit.version>
Expand Down Expand Up @@ -69,7 +68,9 @@
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-license</artifactId>
<version>${magnolia.license.version}</version>
<version>2.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/magnolia-license-2.0.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down

0 comments on commit c08f851

Please sign in to comment.