------ Maven 2 Fortress Plugin: configuration examples ------ The Excalibur Team ------ December 25, 2005 Introduction The Fortress plugin allows extraction of Avalon/Fortress service meta-data from Java source files. * collect-metadata (default): generates the war artifact * The configuration in the pom.xml is as follows: ------------------- ... ... org.apache.excalibur.fortress.meta maven-fortress-plugin 0.0.1 compile collect-metainfo ${pom.build.outputDirectory} ${pom.build.sourceDirectory} **/*.java ... ... -------------------