Skip to content

Instantly share code, notes, and snippets.

@juven
Created August 20, 2009 14:53
Show Gist options
  • Save juven/171104 to your computer and use it in GitHub Desktop.
Save juven/171104 to your computer and use it in GitHub Desktop.
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