No plugin found for prefix 'jasmine' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] リポジトリ [ローカル (/Users/patthia/.m2/repository) から入手可能)、セントラル ( http://repo1.maven.org/maven2/ )、sonatype-releases ( http://oss.sonatype.org/content/repositories/releases )、clojars.org ( http://clojars.org /repo )、実行時のエラー
mvn jasmine:bdd
私のプロジェクトで。このコマンドを実行している間、私は正しいフォルダーにいます。プラグインの依存関係と構成を確認しました。これが私の pom.xml のプラグイン構成です
<plugin>
<groupId>com.github.searls</groupId>
<artifactId>jasmine-maven-plugin</artifactId>
<version>2.0</version>
<executions>
<execution>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
</plugin>