-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
Description
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)