You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi
When using a code generator of c# code like
JavaCC
undermaven
, the c# is by default located intarget/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 likesourceDirectory
for exmaple.The text was updated successfully, but these errors were encountered: