浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Maven IDEA Plugin - Introduction

Maven IDEA Plugin

The IDEA Plugin is used to generate files (ipr, iml, and iws) for a project so you can work on it using the IDE, IntelliJ IDEA.

Goals Overview

The IDEA Plugin has five goals.

  • idea:idea is used to execute the other three goals of this plugin: project, module, and workspace.
  • idea:project is used to generate the project file (*.ipr) needed for an IntelliJ IDEA Project.
  • idea:module is used to generate the module files (*.iml) needed for an IntelliJ IDEA Module.
  • idea:workspace is used to generate the workspace file (*.iws) needed for an IntelliJ IDEA Project.
  • idea:clean is used to delete the files relevant to IntelliJ IDEA.

How To Use

Instructions on how to use the Maven IDEA Plugin can be found here.

Examples

To provide you with better understanding on some usages of the Maven IDEA Plugin, you can take a look into the following examples:


posted on 2012-02-21 07:48  lexus  阅读(456)  评论(0编辑  收藏  举报