文章分类 - Maven
摘要:参考:http://maven.apache.org/plugins/maven-compiler-plugin/http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.htmlhttp://maven.apache.org/plugins/maven-compiler-plugin/usage.html
阅读全文
摘要:Maven的工作是由plugin完成的。Maven的插件可以参考以下的网站。先说Core plugins吧,看一下Maven给出的说明,够清楚了吧PluginType*VersionRelease DateDescriptionSource RepositoryIssue TrackingCore pluginsPlugins corresponding to default core phases (ie. clean, compile). They may have multiple goals as well.cleanB2.4.12010-05-12Clean up after the
阅读全文