kaspersorensen / dotnet-maven-plugin

A Maven plugin for building dotnet projects based on project.json
Apache License 2.0
25 stars 15 forks source link

add a sourceDirectory option #32

Open zosrothko opened 4 years ago

zosrothko commented 4 years ago

Hi

When using a code generator of c# code like JavaCC under maven, the c# is by default located in target/generated-sources/javacc, but the plugin does not seem to take this directory into account. So could the dotnet-maven-plugin check for c# code in the so called target directory or could be an options added to specify where are the c# code like sourceDirectory for exmaple.