------ Usage ------ Jason van Zyl ------ 20 July 2006 Usage The only two options you can configure are the and the . You will probably want to set the option but the language will default to "Java". You would setup your POM as follows before attempting to generate a DOAP file for your project: +----- ... ... org.apache.maven.plugins maven-doap-plugin build-management Intercal ... ... +----- To generate the DOAP file you would use the following command: +----- mvn -N doap:generate +-----