Skip to content

Unexpected consumption of env.yml.tmp during mvn package tests #75

Open
@Rillke

Description

@Rillke

When running mvn package, env.yml.tmp and server.yml.tmp are consumed instead of those without .tpl extension. This is undocumented and unexpted. Tests fail if no mongodb is running on localhost and on the other hand, if a mongodb is running at localhost it is accessed during mvn package, which might be unwanted or unexpected.

The official deployment manual says:

Copy the included configuration env templates for both the server and UI repos

and later

Package the application using Maven

However, it fails to mention that hard coded test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions