Reference to the structure on how to define descriptors.

Basic Structure

The basic structure defined by the XSD.

<projectMetaData>
  <metaData>
    <name></name>
    <homepage></homepage>
    <description></description>
    <category></category>
    <subcategory></subcategory>

    <files>
      <projectLocation></projectLocation>
      <archiveLocation></archiveLocation>
      <filter>
        <includes>
          <include></include>
          ...
        </includes>
        <excludes>
          <exclude></exclude>
          ...
        </excludes>
      </filter>
    </files>
  </metaData>
</projectMetaData>

The XSD

The XSD for reference (Download projectmetadata.xsd).

Failed to access URI

Access to URI 'https://raw.githubusercontent.com/smartics/projectmetadata-maven-plugin/master/src/main/resources/de/smartics/maven/plugin/projectmetadata/xsd/projectmetadata.xsd' is not allowed due to outbound whitelist configuration.