Skip to content

The specified option ("--registry") is invalid. #1105

@danshome

Description

@danshome

Is there some way to stop the frontend-maven-plugin from always passing --registry as a parameter? I'm using yarn and trying to run the build script, but it keeps passing in --registry as a parameter to the script, not yarn. This results in a failure to run the script because "The specified option ("--registry") is invalid."

        <execution>
          <id>yarn run build</id>
          <goals>
            <goal>yarn</goal>
          </goals>
          <configuration>
            <arguments>run build</arguments>
          </configuration>
        </execution>

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