Full name:
org.kuali.maven.plugins:maven-ksite-plugin:1.1.3-SNAPSHOT:set
Description:
Attributes:
| Name | Type | Since | Description | 
|---|---|---|---|
| downloadBase | String | - | The prefix for the location that artifacts can be downloaded from Default value is: http://s3browse.springsource.com/browse/maven.kuali.org/. | 
| downloadExternalPath | String | - | The path into the bucket for artifacts not produced by kuali Default value is: external. | 
| downloadReleasePath | String | - | The path into the bucket when downloading a release version Default value is: release. | 
| downloadSnapshotPath | String | - | The path into the bucket when downloading a snapshot version Default value is: snapshot. | 
| latest | boolean | - | If true, the web site gets published using the value of
latestToken in place of the Maven version Default value is: false. | 
| latestToken | String | - | If latest is true, the web site gets published using
this token in place of the Maven version Default value is: latest. | 
| orgPomGavs | List | - | GAV strings representing organizational poms eg
"org.kuali.pom:kuali" and "org.kuali.pom:kuali-common". The
build/publication process defines top level Kuali projects as those
that have one of these POM's for a parent. Version is ignored, only
groupId and artifactId are relevant. | 
| organizationGroupId | String | - | The groupId for the Kuali organization Default value is: org.kuali. | 
| publicBase | String | - | The base url for public access to the Maven web sites Default value is: http://site.kuali.org. | 
| publishBase | String | - | The base url for publishing Maven web sites Default value is: s3://site.origin.kuali.org. | 
| snapshotSnippet | String | - | If the version number contains this string it is assumed to be a
SNAPSHOT artifact Default value is: SNAPSHOT. |