邪剑仙1997的gravatar头像
邪剑仙1997 2018-01-20 20:17:21

maven运行一直报错

运行截图(必填)

maven运行一直报错

所有回答列表(6)
遇见,的gravatar头像
遇见,  LV36 2018年1月21日

could not find goal 7     是不是你的配置的goal写错了  粘出来看看

sunjiyun26的gravatar头像
sunjiyun26  LV9 2018年1月22日

编译 tomcat插件有问题

zhizaideren的gravatar头像
zhizaideren  LV2 2018年1月22日

http://blog.csdn.net/yzl_8877/article/details/53306982?locationNum=2&fps=1 

 

 这个和你的问题差不多, 他的是多了一个空格, 你的应该是jar 多了一个数字,    重新安装试一次吧

Hmz3192的gravatar头像
Hmz3192  LV6 2018年1月22日

tomcat 的插件有地方写错了maven运行一直报错

<plugin>

    <groupId>org.apache.tomcat.maven</groupId>
    <artifactId>tomcat7-maven-plugin</artifactId>
    <version>2.1</version>
    <configuration>
        <port>8111</port>
        <path>/</path>
    </configuration>
    <executions>
        <execution>
            <phase>package</phase>
            <goals>
                <goal>run</goal>
            </goals>
        </execution>
    </executions>
</plugin>
test12312321的gravatar头像
test12312321  LV14 2018年1月23日

插件引用错误,pom.xml 配制如:Hmz3192 所写

最代码-泽正的gravatar头像
最代码-泽正  LV12 2018年1月25日

在pom配置tomcat的maven插件。

顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友