在maven web项目中:
当我点击插件->树脂:运行控制台有一些错误信息:无法执行目标com.caucho:树脂-maven-plugin:4.0.14:在项目sohutw-ginkgo-manage-web上运行(默认-cli):无法解析mojo的配置com.caucho:树脂-maven-plugin:4.0.14:运行:无法在'contextRoot‘->帮助1的com.caucho.maven.MavenRun中找到设置器,加法器或字段
Idea: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>

发布于 2012-09-27 20:48:26
它被称为contextRoot,而不是path
https://stackoverflow.com/questions/12087940
复制相似问题