wix-maven / wix-maven-plugin

A maven plugin to provide lifecycle of a Windows Installer build using WiX.
http://wix-maven.github.io/wix-maven-plugin
13 stars 6 forks source link

<ojectFile> tag path part ignored #9

Closed garymazz closed 8 years ago

garymazz commented 8 years ago

When the objectFile property is set light still searches for the object files in: ${basedir}\src\main\wix

GregDomjan commented 8 years ago

This is not the org.bitbucket.joxley plugin. There is no such configuration as <objectFiles/>

The configuration matching the src\main\wix folder is <wxsInputDirectory/> and this is only used by Candle step for input *.wxs

This also relates to Issue #8 as it is using the <intDirectory/> path to search for all items matching <intIncludes/> and excluding <intExcludes/>