Skip to content

scx567888/scx-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scx-parent-logo

CI maven-central code-size issues license

English | 简体中文

Base parent pom for SCX project

Maven

<parent>
    <groupId>cool.scx</groupId>
    <artifactId>scx-parent</artifactId>
    <version>{version}</version>
    <relativePath/>
</parent>

Quick start

1. Copy script.ps1 to your project root .

your-project
    ├── src
    ├── pom.xml
    └── script.ps1

2. Edit properties in your pom.xml .

<properties>
    <scx.mainClass>{your.main.class}</scx.mainClass>
</properties>

3. Run 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

Stats

Alt