当前位置:网站首页>Plugin location in mavan
Plugin location in mavan
2022-07-29 06:28:00 【a568353087】
**
Warehouse location +groupid+artifactId
**
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
Position in
C:\Users\tangying1\.m2\repository\org\apache\maven\plugins\maven-source-plugin\2.1.2\maven-source-plugin-2.1.2.jar
边栏推荐
- Leetcode 283. move zero
- Leetcode 19. delete the penultimate node of the linked list
- NoClassDefFoundError processing
- Vivado IP核之浮点数开方 Floating-point
- 盘点 | 全球关键信息基础设施网络安全大事件
- 虹科分享 | 如何测试与验证复杂的FPGA设计(1)——面向实体或块的仿真
- Official tutorial redshift 06 opt parameters
- Unity初学1——角色移动控制(2d)
- Official tutorial redshift 05 system parameter detailed explanation
- 黑客攻击入侵服务器的6种常见方式
猜你喜欢
官方教程 Redshift 01 基础理论知识和基础特性学习
Unity中简单的cubecap+fresnel shader的实现
EtherCAT主站掉线后,如何保证目标系统免受故障影响?
虹科为您分享EtherCAT demo,教您如何从其他协议快速过渡到EtherCAT工业总线
Leetcode 167. sum of two numbers II - input ordered array
[leetcode brush questions] array 3 - divide and conquer
虹科分享 | 带你全面了解“CAN总线错误”(四)——在实践中生产和记录CAN错误
【Leetcode刷题】数组3——分治
Leetcode notes 452. minimum number of arrows to burst balloons (medium) 452. detonate balloons with the minimum number of arrows (medium)
Personal views on time complexity
随机推荐
LeetCode #1.两数之和
Official tutorial redshift 04 rendering parameters
Vivado IP核之浮点数乘除法 Floating-point
Leetcode 557. reverse word III in string
Leetcode 14. longest public prefix
6898 changing matrix problem solution
Official tutorial redshift 07 instances and proxy
官方教程 Redshift 05 AOVs
基于udp通信的在线多人聊天室
Redshift 2.6.41 for maya2018 水印去除
运算符重载
FPGA里两个数的大小直接进行比较就可以吗?
Unity初学2——瓦片的制作以及世界的交互(2d)
Traditional model predictive control trajectory tracking - wavy trajectory (function package has been updated)
官方教程 Redshift 09 Camera
[leetcode skimming] array 2 - binary search
[beauty of software engineering - column notes] 20 | how to deal with the headache of requirement change?
Leetcode 19. delete the penultimate node of the linked list
UE4/UE5 C盘变大处理
高级套接口编程(选项和控制信息)