我找不到前缀' jasmine'在当前项目和插件组中 [org.apache.maven.plugins,org.codehaus.mojo]可从存储库[local(/Users/patthia/.m2/repository),central({{ 3}}),sonatype-releases(http://repo1.maven.org/maven2/),clojars.org(http://oss.sonatype.org/content/repositories/releases),运行时出错
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>