Fork me on GitHub

Generated DOAP In Use

DOAP is used to share informations (metadata) about a software project. Now that you have a generated DOAP from POM by the DOAP Plugin, you need to publish it.

How To Publish A DOAP File

You need to publish it somewhere where the DOAP file will be accessible via an HTTP or HTTPS request like a web server or SVN.

By default, the DOAP Plugin generates the file in the reporting output directory (i.e. ${project.reporting.outputDirectory}). So, it will be available when you will deploy the Maven site via the site:deploy goal. See Integrated DOAP Plugin With The Site Plugin part for more information.

Examples for the Maven DOAP

Our Maven DOAP file is share on SVN here.