Skip to content

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

@marcomicera

Description

@marcomicera

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions