博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Maven IDEA Plugin
阅读量:5905 次
发布时间:2019-06-19

本文共 798 字,大约阅读时间需要 2 分钟。

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.

  • is used to execute the other three goals of this plugin: project, module, and workspace.
  • is used to generate the project file (*.ipr) needed for an IntelliJ IDEA Project.
  • is used to generate the module files (*.iml) needed for an IntelliJ IDEA Module.
  • is used to generate the workspace file (*.iws) needed for an IntelliJ IDEA Project.
  • 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 .

Examples

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


转载地址:http://tldpx.baihongyu.com/

你可能感兴趣的文章
WinForm窗体缩放动画
查看>>
JQuery入门(2)
查看>>
linux文件描述符
查看>>
传值引用和调用引用的区别
查看>>
hyper-v 无线网连接
查看>>
Python3.7.1学习(六)RabbitMQ在Windows环境下的安装
查看>>
Windows下memcached的安装配置
查看>>
ubuntu: firefox+flashplay
查看>>
web.xml 中CharacterEncodingFilter类的学习
查看>>
贪吃蛇逻辑代码
查看>>
ASP.NET视频教程 手把手教你做企业论坛网站 视频教程
查看>>
[LeetCode] Meeting Rooms II
查看>>
从Swift学习iOS开发的路线指引
查看>>
Scribes:小型文本编辑器,支持远程编辑
查看>>
ssh 安装笔记
查看>>
3-继承
查看>>
海归千千万 为何再无钱学森
查看>>
vue2.0 仿手机新闻站(六)详情页制作
查看>>
JSP----九大内置对象
查看>>
Java中HashMap详解
查看>>