Skip to content

No plugin found for prefix 'heroku' #121

@guy1699

Description

@guy1699

Hello
I add to pom file

 <plugin>
        <groupId>com.heroku.sdk</groupId>
        <artifactId>heroku-maven-plugin</artifactId>
        <version>3.0.4</version>
        <configuration>
        </configuration>
      </plugin>

then maven fail to import the plugin.
I add a dependency:

 <dependency>
      <groupId>com.heroku.sdk</groupId>
      <artifactId>heroku-maven-plugin</artifactId>
      <version>3.0.4</version>
    </dependency>

Now mvn clean install BUILD SUCCESSFULLY

But running mvn heroku:deploy -Dheroku.appName=my-app-name
return an ERROR:
No plugin found for prefix 'heroku' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/gassaf/.m2/repository)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions