Skip to content

Maven profile for building the local server without requiring AWS credentials #804

@cjkent

Description

@cjkent

Running a local server using mvn exec:exec requires running mvn install first. Currently the install step builds the CloudFormation files. These use the account ID in the bucket name for static files which requires a call to AWS.

If you only want to run a local server this is annoying. Disabling the Osiris pluin in core/pom.xml fixes the problem and allows you to run mvn install without any credentials. This could be done in a profile to allow you to build the project specifically for running a local server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions