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

QMSTR Maven plugin: "qmstr" no package found #537

Open
marcomicera opened this issue Oct 7, 2020 · 0 comments
Open

QMSTR Maven plugin: "qmstr" no package found #537

marcomicera opened this issue Oct 7, 2020 · 0 comments
Milestone

Comments

@marcomicera
Copy link
Member

Describe the bug
Upon building github.com/fanchaoo/hahu, the client container fails with the following:

[INFO] BUILD FAILURE
[ERROR] Failed to execute goal org.qmstr:qmstr-maven-plugin:0.5:qmstr (qmstrpackage) on project hahu: qmstr: no package found -> [Help 1]

Patched pom.xml file.

To Reproduce

  1. Move to the deploy folder:
    cd deploy
  2. Deploy our DGraph StatefulSet:
    kubectl apply -k dgraph
  3. Explicitly specify all Docker image tags to enable manual deployment in deploy/qmstr/kustomization.yaml:
    # In case of manual deployment, insert the desired image tags here.
    images:
      - name: endocodeci/qmstr-master
        newTag: sha-1068725
      - name: endocodeci/qmstr-client-mvn
        newTag: sha-1068725
      - name: endocodeci/pom-patch
        newTag: sha-1068725
  4. Override the repository URL in deploy/qmstr/repo-url.yaml.
    The patch will be automatically applied by Kustomize.
  5. Deploy QMSTR:
    kubectl apply -k qmstr
@marcomicera marcomicera added the bug Something isn't working label Oct 7, 2020
@marcomicera marcomicera added this to the FASTEN D4.6 milestone Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant