https://github.com/scx-projects/scx-build
https://github.com/scx-projects/scx-build
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scx-projects/scx-build
- Owner: scx-projects
- License: mit
- Created: 2026-07-06T06:57:38.000Z (18 days ago)
- Default Branch: master
- Last Pushed: 2026-07-06T08:14:13.000Z (18 days ago)
- Last Synced: 2026-07-06T08:18:29.257Z (18 days ago)
- Language: PowerShell
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCX Build
## Maven
``` xml
dev.scx
scx-parent
{version}
```
## 快速开始
#### 1. 复制 [scx-build.ps1](./scx-build.ps1) 到您的项目根目录 .
```text
your-project
├── src
├── pom.xml
└── scx-build.ps1
```
#### 2. 编辑您的 pom.xml .
```xml
{your.main.class}
```
#### 3. 使用 PowerShell 运行 [scx-build.ps1](./scx-build.ps1) .
```
1. 运行项目
2. 构建项目 (不包括依赖项)
3. 构建项目 (包括依赖项)
4. 仅复制依赖项
0. 退出
```