----- Candle Mojo Usage ----- Candle Mojo Usage Brief examples on how to use the candle goal. * The <<>> mojo If you want to convert a WiX Source (.wxs) file into a WiX Object (.wixobj) file, use this configuration in your POM: +---+ ... npanday.plugin wix-maven-plugin 1.0-SNAPSHOT Sample.wxs ... ... +---+ Generally this will be done in a separate module with pom packaging. You can also configure the output directory, and add an execution so that the plugin runs automatically during the build. By default it will run in the <<>> phase. +----+ npanday.plugin wix-maven-plugin 1.0-SNAPSHOT src/main/wix/IT005.wxs target wix candle +----+