为了账号安全,请及时绑定邮箱和手机立即绑定

老师,为什么我在使用source时会报错呢

配置的信息: 

<build>

  <plugins>

  <plugin>

 

    <groupId>org.apache.maven.plugins</groupId>

    <artifactId>maven-resources-plugin</artifactId>

    <version>2.4</version>


  <executions>

  <execution>

  <phase>package</phase>

  <goals>

  <goal>jar-no-fork</goal>

  </goals>

 

  </execution>

 

  </executions>

 

  </plugin>

  </plugins>

  </build>

 

错误信息:

Could not find goal 'jar-no-fork' in plugin org.apache.maven.plugins:maven-resources-plugin:2.4.3 among available goals resources, copy-resources, help, testResources -> [Help 1]

[ERROR] 

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR] 

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoNotFoundException


正在回答

2 回答

正确的:<artifactId>maven-source-plugin</artifactId>

你的:<artifactId>maven-resources-plugin</artifactId>

看看是不是多加了

0 回复 有任何疑惑可以回复我~
#1

慕用9049269 提问者

非常感谢!
2016-08-18 回复 有任何疑惑可以回复我~

https://img1.sycdn.imooc.com//5af3104d000157c619201018.jpg 老师 ,为什么我这个里插件没有正常使用?

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
项目管理利器——maven
  • 参与学习       173087    人
  • 解答问题       742    个

使用maven来构建和管理Java项目,从环境配置,到maven核心知识

进入课程

老师,为什么我在使用source时会报错呢

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信