-
Notifications
You must be signed in to change notification settings - Fork 2
Maven Commands
Javier Gusano Martinez edited this page Nov 30, 2016
·
3 revisions
The current table contains the main commands used for compile/test the KeyServer code.
| Maven Command | Description |
|---|---|
| mvn package | Used for test, compile and build a JAR file with dependencies. |
| mvn site | This command creates a website with developer information. |
| mvn javadoc:javadoc | Creates the project API Javadoc Web. |
| mvn versions:display-dependency-updates | Checks if there are newer dependencies version for the project. |
| mvn versions:display-plugin-updates | Checks if there are newer plugin version for the project. |
OpenSource KeyServer
Copyright © 2016. All rights reserved.
- KeyServer File Structure
-
Pre-Installation Process
- Oracle Java 8 (JRE)
- Redis database
- GNU Screen
- [[OpenSSL (optional)|OpenSSL-Install]]
- Installation Process
- Configuration
- How to use?
- OpenSSL Certificate Management
- Updates