Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install-snapshot for liquibase repository should not install liquibase-comercial #11

Open
filipelautert opened this issue Nov 11, 2022 · 1 comment

Comments

@filipelautert
Copy link
Contributor

Install-snapshot for liquibase repository should not install liquibase-comercial

@filipelautert
Copy link
Contributor Author

filipelautert commented Nov 11, 2022

When running:

mvn -B liquibase-sdk:install-snapshot 
"-Dliquibase.sdk.branchSearch=dependabot/maven/com.fasterxml.jackson.core-jackson-annotations-2.14.0,master,main" 
"-Dliquibase.sdk.repo=liquibase/liquibase-pro,liquibase/liquibase"

Sdk install all of the following packages contained on liquibase distribution:

 2022-11-11T02:38:24.1916383Z [INFO] Installing /tmp/liquibase-cdi-master.jar-13621322929639846868.jar to /home/runner/.m2/repository/org/liquibase/liquibase-cdi/0-SNAPSHOT/liquibase-cdi-0-SNAPSHOT.jar
2022-11-11T02:38:24.1923005Z [INFO] Installing /tmp/liquibase-cdi-master.jar-1362132292963984686817884719841040949492.pom to /home/runner/.m2/repository/org/liquibase/liquibase-cdi/0-SNAPSHOT/liquibase-cdi-0-SNAPSHOT.pom
2022-11-11T02:38:24.1969235Z [INFO] Installing liquibase-commercial-master.jar...
2022-11-11T02:38:24.2247490Z [INFO] Installing /tmp/liquibase-commercial-master.jar-12243351689108506664.jar to /home/runner/.m2/repository/org/liquibase/liquibase-commercial/0-SNAPSHOT/liquibase-commercial-0-SNAPSHOT.jar
2022-11-11T02:38:24.2282269Z [INFO] Installing /tmp/liquibase-commercial-master.jar-1224335168910850666417395861311796453719.pom to /home/runner/.m2/repository/org/liquibase/liquibase-commercial/0-SNAPSHOT/liquibase-commercial-0-SNAPSHOT.pom
2022-11-11T02:38:24.2302529Z [INFO] Installing liquibase-core-master.jar...
2022-11-11T02:38:24.2533026Z [INFO] Installing /tmp/liquibase-core-master.jar-16533269858395585168.jar to /home/runner/.m2/repository/org/liquibase/liquibase-core/0-SNAPSHOT/liquibase-core-0-SNAPSHOT.jar
2022-11-11T02:38:24.2586288Z [INFO] Installing /tmp/liquibase-core-master.jar-165332698583955851681038692707176338039.pom to /home/runner/.m2/repository/org/liquibase/liquibase-core/0-SNAPSHOT/liquibase-core-0-SNAPSHOT.pom
2022-11-11T02:38:24.2602809Z [INFO] Installing liquibase-extension-testing-master-deps.jar...
2022-11-11T02:38:24.3918225Z [INFO] Installing /tmp/liquibase-extension-testing-master-deps.jar-13308078770952811631.jar to /home/runner/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
2022-11-11T02:38:24.4142732Z [INFO] Installing /tmp/liquibase-extension-testing-master-deps.jar-1330807877095281163113295338595584916430.pom to /home/runner/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
2022-11-11T02:38:24.4150788Z [INFO] Installing liquibase-extension-testing-master.jar...
2022-11-11T02:38:24.4205181Z [INFO] Installing /tmp/liquibase-extension-testing-master.jar-9535717291595248132.jar to /home/runner/.m2/repository/org/liquibase/liquibase-extension-testing/0-SNAPSHOT/liquibase-extension-testing-0-SNAPSHOT.jar
2022-11-11T02:38:24.4207034Z [INFO] Installing /tmp/liquibase-extension-testing-master.jar-9535717291595248132997251640867435599.pom to /home/runner/.m2/repository/org/liquibase/liquibase-extension-testing/0-SNAPSHOT/liquibase-extension-testing-0-SNAPSHOT.pom
2022-11-11T02:38:24.4442317Z [INFO] Installing liquibase-maven-plugin-master.jar...
2022-11-11T02:38:24.4488848Z [INFO] Installing /tmp/liquibase-maven-plugin-master.jar-1924814747701957101.jar to /home/runner/.m2/repository/org/liquibase/liquibase-maven-plugin/0-SNAPSHOT/liquibase-maven-plugin-0-SNAPSHOT.jar
2022-11-11T02:38:24.4494317Z [INFO] Installing /tmp/liquibase-maven-plugin-master.jar-192481474770195710118371180521544572998.pom to /home/runner/.m2/repository/org/liquibase/liquibase-maven-plugin/0-SNAPSHOT/liquibase-maven-plugin-0-SNAPSHOT.pom
2022-11-11T02:38:24.4505964Z [INFO] Successfully installed dependabot/maven/com.fasterxml.jackson.core-jackson-annotations-2.14.0,master,main as version 0-SNAPSHOT from liquibase/liquibase

The problem is that as you installed liquibase-pro before based on a branch, installing liquibase is overwriting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

No branches or pull requests

2 participants