corda/network-management
Clinton b1bac9e103
ENT-1216: Various fixes to the doorman publishing that allows doorman (#164)
* Added corda release bucket to allow resolving gradle plugins from teamcity.
* Fixed the classifiers for doorman jar to ensure the correct one is published.
2017-12-08 16:28:28 +00:00
..
capsule ENT-1216: Various fixes to the doorman publishing that allows doorman (#164) 2017-12-08 16:28:28 +00:00
capsule-hsm ENT-1216: Various fixes to the doorman publishing that allows doorman (#164) 2017-12-08 16:28:28 +00:00
libs Merging signing service and doorman (#72) 2017-10-20 17:19:50 +01:00
src Use network map objects from corda instead of stubs (#146) 2017-12-07 13:22:41 +00:00
build.gradle ENT-1216: Various fixes to the doorman publishing that allows doorman (#164) 2017-12-08 16:28:28 +00:00
doorman.conf Overriding network parameters if they are specified in the deployment… (#136) 2017-11-29 16:46:36 +00:00
hsm.conf Adding HSM signing service docs (#122) 2017-11-24 11:32:12 +00:00
network-parameters.conf Overriding network parameters if they are specified in the deployment… (#136) 2017-11-29 16:46:36 +00:00
Readme.md ENT-990 Make doorman read an initial set of Network parameters from d… (#96) 2017-11-13 15:40:44 +00:00

The Doorman source code is located under network-management/src

To build a fat jar containing all the doorman code you can simply invoke .. sourcecode:: bash ./gradlew network-management:buildDoormanJAR

The built file will appear in network-management/build/libs/doorman-<VERSION>-capsule.jar