Serialized Form


Package org.apache.maven.plugin.doap.options

Class org.apache.maven.plugin.doap.options.ASFExtOptions extends java.lang.Object implements Serializable

Serialized Fields

included

boolean included
Flag to use or not the ASF extension in the generated DOAP. Required.


pmc

java.lang.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

java.lang.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

java.lang.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

java.lang.String chair
This should contain the name of the current PMC chairperson. Optional.

See Also:
http://projects.apache.org/docs/pmc.html

standards

java.util.List<E> standards
Field standards.


modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.plugin.doap.options.DoapOptions extends java.lang.Object implements Serializable

Serialized Fields

shortdesc

java.lang.String shortdesc
Short (8 or 9 words) plain text description of a project.

See Also:
http://usefulinc.com/ns/doap#shortdesc

category

java.lang.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

java.lang.String downloadPage
Web page from which the project software can be downloaded.

See Also:
http://usefulinc.com/ns/doap#download-page

downloadMirror

java.lang.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

java.lang.String oldHomepage
URL of a project's past homepage, associated with exactly one project.

See Also:
http://usefulinc.com/ns/doap#old-homepage

os

java.lang.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

java.lang.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

java.lang.String screenshots
Web page with screenshots of project.

See Also:
http://usefulinc.com/ns/doap#screenshots

wiki

java.lang.String wiki
URL of Wiki for collaborative discussion of project.

See Also:
http://usefulinc.com/ns/doap#wiki

modelEncoding

java.lang.String modelEncoding

Class org.apache.maven.plugin.doap.options.Standard extends java.lang.Object implements Serializable

Serialized Fields

title

java.lang.String title
The expanded title of the standard. Required.

See Also:
http://projects.apache.org/docs/standards.html

body

java.lang.String body
The body which published the standard (Example: "W3C", "OASIS", "ISO" etc.). Required.

See Also:
http://projects.apache.org/docs/standards.html

id

java.lang.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

java.lang.String url
An URL pointing to the standard (main website or specification document). Optional.

See Also:
http://projects.apache.org/docs/standards.html

modelEncoding

java.lang.String modelEncoding



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.