Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

googlegsa/secmgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building the Google GSA Security Manager

Building the Google GSA Security Manager requires the following development tools: Java SE Development Kit (JDK) version 1.8 or greater (Optional) Apache Maven version 3.3.0 or greater

Maven commands: mvn install - download required dependencies, build and install into local maven repository mvn clean - deletes all compiled and generated files mvn compile - compiles source mvn test - runs tests mvn package - compiles, tests, and creates the jar files and distribution packages

Using the multi-platform Maven Wrapper: If you do not have Maven installed, you can use the included Maven wrapper scripts instead:

'./mvnw ' (on Unix / Linux / Mac) or 'mvnw.cmd ' (on Windows).

This will download a specific version of Maven and run that instead of your system-wide installed version. Use any of the Maven commands listed above as .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages