Failure to transfer org.apache.maven:maven-core:pom:2.0.6 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced.
2016-12-12
<executions>
<execution>
<!-- 在打包成功后使用jetty:run来运行 -->
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
<execution>
<!-- 在打包成功后使用jetty:run来运行 -->
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
2016-12-11
MyEclipse10傻瓜式创建Maven工程,从下载maven到输出helloWorld工程,只需要半个小时。还不出错。http://www.imooc.com/article/15037
2016-12-10
/F:/code/mavan01/src/main/java/wzt/HelloWord.java:[1,1] 非法字符: '\ufeff'
[ERROR] /F:/code/mavan01/src/main/java/wzt/HelloWord.java:[1,10] 需要class, interface或enum
一直解决不了呀
[ERROR] /F:/code/mavan01/src/main/java/wzt/HelloWord.java:[1,10] 需要class, interface或enum
一直解决不了呀
2016-12-09
为什么我不需要配置-Dmaven.multiModuleProjectDirectory就可以compile啊?
2016-12-07