在maven web项目中:
当我点击插件 - >树脂:运行 控制台有一些错误消息: 无法执行目标com.caucho:resin-maven-plugin:4.0.14:在项目上运行(default-cli)sohutw-ginkgo-manage-web:无法解析mojo com.caucho的配置:resin-maven-plugin: 4.0.14:run:在com.caucho.maven.MavenRun中找不到setter,adder和字段'contextRoot' - > [帮助1]
想法:IntelliJ IDEA
pom.xml内容是相关代码:
<plugin>
<groupId>com.caucho</groupId>
<artifactId>resin-maven-plugin</artifactId>
<version>4.0.14</version>
<configuration>
<contextPath>/</contextPath>
<port>8080</port>
</configuration>
</plugin>
答案 0 :(得分:1)
它被称为contextRoot,而不是路径