Skip to content

Commit 735b100

Browse files
committed
mvn打包 自定义打包文件名
1 parent 5727351 commit 735b100

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed
69.2 KB
Loading

lang/JS/JS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- auto.js

lang/Java/maven.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# maven
1+
# maven
2+
## 自定义打包文件名
3+
```
4+
<properties>
5+
<maven.build.timestamp.format>yyyyMMddhhmm</maven.build.timestamp.format>
6+
</properties>
7+
8+
9+
<build>
10+
<finalName>${project.artifactId}-${project.version}-${maven.build.timestamp}</finalName>
11+
</build>
12+
```

lang/Java/mybatis/mybatis缓存.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# mybatis缓存

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy