Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scx567888/scx-parent
✨ Base parent pom for SCX project
https://github.com/scx567888/scx-parent
java maven scx
Last synced: 8 days ago
JSON representation
✨ Base parent pom for SCX project
- Host: GitHub
- URL: https://github.com/scx567888/scx-parent
- Owner: scx567888
- License: mit
- Created: 2024-05-30T08:43:35.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-07T01:04:52.000Z (about 1 month ago)
- Last Synced: 2024-10-09T09:41:00.272Z (29 days ago)
- Topics: java, maven, scx
- Language: PowerShell
- Homepage: https://scx.cool
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English | [简体中文](./README.zh-CN.md)
> Base parent pom for SCX project
## Maven
``` xml
cool.scx
scx-parent
{version}
```
## Quick start
#### 1. Copy [script.ps1](./script.ps1) to your project root .
```
your-project
├── src
├── pom.xml
└── script.ps1
```#### 2. Edit properties in your pom.xml .
```xml
{your.main.class}
```
#### 3. Run [script.ps1](./script.ps1) with PowerShell .
```
1. Run project
2. Build project (excluding dependencies)
3. Build project (including dependencies)
4. Copy dependencies only
0. Exit
```For more information, see [docs](https://scx.cool/docs/scx/index.html)
## Stats
![Alt](https://repobeats.axiom.co/api/embed/a5c465a2af6f38e88ba2481efd555dc1500460cd.svg "Repobeats analytics image")