Created
August 20, 2009 14:53
-
-
Save juven/171104 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://localhost:8081/nexus/service/local/staging/rule_sets | |
{ | |
* | |
- | |
data: [ | |
o | |
- | |
{ | |
+ id: "test-rule-set" | |
+ name: "Test Rule Set" | |
+ description: "Test Rule Set Description" | |
+ | |
- | |
rules: [ | |
# | |
- | |
{ | |
* name: "POM Valid Test" | |
* typeId: "pom-staging" | |
* typeName: "Staging POM Validation" | |
* enabled: true | |
* | |
- | |
properties: [ | |
] | |
} | |
] | |
+ resourceURI: http://localhost:8081/nexus/service/local/staging/rule_sets/test-rule-set | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment