https://github.com/octopusdeploy/uberjardemo
| Public |
https://github.com/octopusdeploy/uberjardemo
public
Last synced: about 1 year ago
JSON representation
| Public |
- Host: GitHub
- URL: https://github.com/octopusdeploy/uberjardemo
- Owner: OctopusDeploy
- License: apache-2.0
- Created: 2017-11-02T02:17:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T02:56:28.000Z (over 8 years ago)
- Last Synced: 2025-01-22T10:15:56.393Z (about 1 year ago)
- Topics: public
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To build a "traditional" JAR file, run:
```
./mvnw package
```
To build an UberJAR, run:
```
./mvnw package -Puber
```