maven 编译java工程:<identifier> expected

根据Plugin tutorial去写Jenkins的plugin.
一步一步做下来,到执行以下命令时报错

$ mvn package

错误信息:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5:compile (default-compile) on project first.try: Compilation failure
[ERROR] C:\Users\kwang\first.try\src\main\java\helloplugin\first\try\HelloWorldB
uilder.java:[1,26] error: <identifier> expected
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[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 rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc
eption

在网上找了好久也没解决。

后来决定先引入到Eclipse里看看能不能编译,报错。这个时候才突然想明白我不小心用了java的关键字。
执行命令

$ mvn -U org.jenkins-ci.tools:maven-hpi-plugin:create

会有提示信息出来,输入artifactId,我输入的是first.try

Enter the artifactId of your plugin (normally without '-plugin' suffix):first.try

按说artifactId是工程名,但是比较恶心的是这个first.try也会作为包名的最后部位。
而try就是java的关键字,在pacakage(package helloplugin.first.try;)处出现了,就报错<identifier> expected

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值