English | 简体中文
Base parent pom for SCX project
<parent>
<groupId>cool.scx</groupId>
<artifactId>scx-parent</artifactId>
<version>{version}</version>
<relativePath/>
</parent>
1. Copy script.ps1 to your project root .
your-project
├── src
├── pom.xml
└── script.ps1
<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