Serialized Form
Package org.apache.maven.plugin.doap.options |
included
boolean included
- Flag to use or not the ASF extension in the generated DOAP.
Required.
pmc
String pmc
- The top level element within a file. Optional will be
discovered from POM.
- See Also:
- http://projects.apache.org/docs/pmc.html
name
String name
- The name of the PMC, including the 'Apache ', e.g. 'Apache
Forrest'. Optional will be discovered from POM.
- See Also:
- http://projects.apache.org/docs/pmc.html
charter
String charter
- Every PMC is created by a board resolution with a specific
charter. That charter should be
listed here as it gives the focus and scope of
the PMC. Optional.
- See Also:
- http://projects.apache.org/docs/pmc.html
chair
String chair
- This should contain the name of the current PMC chairperson.
Optional.
- See Also:
- http://projects.apache.org/docs/pmc.html
standards
List<E> standards
- Field standards.
shortdesc
String shortdesc
- Short (8 or 9 words) plain text description of a project.
- See Also:
- http://usefulinc.com/ns/doap#shortdesc
category
String category
- A category of project.
Note: This string is comma separated to allow several
categories.
- See Also:
- http://usefulinc.com/ns/doap#category
downloadPage
String downloadPage
- Web page from which the project software can be downloaded.
- See Also:
- http://usefulinc.com/ns/doap#download-page
downloadMirror
String downloadMirror
- Mirror of software download web page.
Note: This string is comma separated to allow several
mirror pages.
- See Also:
- http://usefulinc.com/ns/doap#download-mirror
oldHomepage
String oldHomepage
- URL of a project's past homepage, associated with exactly
one project.
- See Also:
- http://usefulinc.com/ns/doap#old-homepage
os
String os
- Operating system that a project is limited to. Omit this
property if the project is not OS-specific.
Note: This string is comma separated to allow several
OS.
- See Also:
- http://usefulinc.com/ns/doap#os
programmingLanguage
String programmingLanguage
- Programming language a project is implemented in or intended
for use with.
Note: This string is comma separated to allow several
programming-language.
- See Also:
- http://usefulinc.com/ns/doap#programming-language
screenshots
String screenshots
- Web page with screenshots of project.
- See Also:
- http://usefulinc.com/ns/doap#screenshots
wiki
String wiki
- URL of Wiki for collaborative discussion of project.
- See Also:
- http://usefulinc.com/ns/doap#wiki
title
String title
- The expanded title of the standard. Required.
- See Also:
- http://projects.apache.org/docs/standards.html
body
String body
- The body which published the standard (Example: "W3C",
"OASIS", "ISO" etc.). Required.
- See Also:
- http://projects.apache.org/docs/standards.html
id
String id
- An identifier for the standard (Example: ISO/IEC 15438,
RFC2397, JSR206 etc.). Required.
- See Also:
- http://projects.apache.org/docs/standards.html
url
String url
- An URL pointing to the standard (main website or
specification document). Optional.
- See Also:
- http://projects.apache.org/docs/standards.html
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.