当前位置:网站首页>17-18. Dependency scope and life cycle plug-ins
17-18. Dependency scope and life cycle plug-ins
2022-07-04 06:15:00 【ptyzsjh】
17、 A preliminary introduction to the scope of dependence
There are usually three values
compile Range dependence
Is it valid for the main program Yes
Whether to participate in packaging Participate in
Is it valid for the test program Yes
test
Is it valid for the main program nothing
Whether to participate in packaging No participation
Is it valid for the test program Yes
Example junit
provided
Is it valid for the main program Yes
Whether to participate in packaging No participation
Is it valid for the test program Yes
Participate in deployment : no
Example
servletapi.jar
From the perspective of development stage :
18、 Lifecycle plug-ins and goals
Three life cycles
1、clean
2、site
Build site
3、default
The most important
mvn compile
mvn package
边栏推荐
- APScheduler如何设置任务不并发(即第一个任务执行完再执行下一个)?
- JS扁平化数形结构的数组
- 509. Fibonacci number, all paths of climbing stairs, minimum cost of climbing stairs
- 体验碎周报第 102 期(2022.7.4)
- AWT introduction
- How to solve the component conflicts caused by scrollbars in GridView
- Recommended system 1 --- framework
- 冲击继电器JC-7/11/DC110V
- Functions in C language (detailed explanation)
- [March 3, 2019] MAC starts redis
猜你喜欢
Configure cross compilation tool chain and environment variables
Webrtc quickly set up video call and video conference
Win10 clear quick access - leave no trace
Component、Container容器常用API详解:Frame、Panel、ScrollPane
Experience weekly report no. 102 (July 4, 2022)
Functions in C language (detailed explanation)
JS flattened array of number shape structure
如何避免 JVM 内存泄漏?
Online shrimp music will be closed in January next year. Netizens call No
Impact relay jc-7/11/dc110v
随机推荐
Distributed cap theory
QT QTableWidget 表格列置顶需求的思路和代码
Fast power (template)
buuctf-pwn write-ups (8)
JS execution mechanism
Stc8h development (XII): I2C drive AT24C08, at24c32 series EEPROM storage
How to get the parent node of all nodes in El tree
LayoutManager布局管理器:FlowLayout、BorderLayout、GridLayout、GridBagLayout、CardLayout、BoxLayout
AWT介绍
Detectron:训练自己的数据集——将自己的数据格式转换成COCO格式
JSON Web Token----JWT和傳統session登錄認證對比
70000 words of detailed explanation of the whole process of pad openvino [CPU] - from environment configuration to model deployment
【无标题】
复合非线性反馈控制(二)
AWT introduction
如何实现视频平台会员多账号登录
Arcpy 利用updatelayer函数改变图层的符号系统
Experience weekly report no. 102 (July 4, 2022)
2022.7.2-----leetcode.871
Average two numbers