@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ContractsMavenDependency
pact loader| Modifier and Type | Optional Element and Description |
|---|---|
String |
customSettings
Sets classpath location of a settings.xml file
|
boolean |
offline
If Maven should run offline
|
String |
remoteRepository
Sets a remote repository to be used instead of ones defined in settings.xml or default ones in form of name:url:layout
|
String[] |
value
List of Maven coordinates in form of group:artifact:(package:classifier:)version
version can be specified as http://maven.apache.org/enforcer/enforcer-rules/versionRanges.html and loader will use the highest version
|
public abstract String[] value
public abstract boolean offline
public abstract String customSettings
public abstract String remoteRepository
Copyright © 2017 JBoss by Red Hat. All rights reserved.