Artifact XML

Contains reports about the artifact.

  1. Buildmetadata
  2. Release Notes
<projectMetaData xmlns="http://smartics.de/projectmetadata/1">
  <metaData>
    <name>Buildmetadata</name>
    <homepage>http://www.smartics.eu/buildmetadata-maven-plugin/</homepage>
    <description>
      This Maven plugin generates build meta data and provides it as Maven
      build properties. The properties are written to a properties file that
      can be included in the generated artifact. The information can also be
      added to the manifest file.
    </description>
    <category>artifact</category>
    <subcategory>build</subcategory>

    <files>
      <projectLocation>/target</projectLocation>
      <archiveLocation>artifact/build</archiveLocation>
      <filter>
        <includes>
          <include>buildmetadata.xml</include>
        </includes>
      </filter>
    </files>
  </metaData>

  <metaData>
    <name>Release Notes</name>
    <homepage>https://www.smartics.eu/issues-maven-plugin/</homepage>
    <description>
      The issues plugin generates reports on issues retrieved from an issue
      management system.

      Currently stores issues in a proprietary format.
    </description>
    <category>artifact</category>
    <subcategory>build</subcategory>

    <files>
      <projectLocation>/target</projectLocation>
      <archiveLocation>artifact/release-notes</archiveLocation>
      <filter>
        <includes>
          <include>task-data/*.xml</include>
        </includes>
      </filter>
    </files>
  </metaData>
</projectMetaData>