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
Unfortunately, the change introduced with #36 did not work as desired. The reason is twofold:
that resources are being processed in the process-resources but the OMTD-SHARE plugin runs in the process-classes classes phase
the plugin doesn't actually add a new resource folder, but a new source folder and Maven only copies classes from source folders to the target folders... and even that happens again in an earlier phase
So while it is still a reasonable idea to keep the generated resources in a separate folder (and maybe even to add that folder as a source or resource folder so IDEs treat them as source folders), we unfortunately have to handle the copying of the data to the target folder ourselves.
The text was updated successfully, but these errors were encountered:
Unfortunately, the change introduced with #36 did not work as desired. The reason is twofold:
process-resources
but the OMTD-SHARE plugin runs in theprocess-classes
classes phaseSo while it is still a reasonable idea to keep the generated resources in a separate folder (and maybe even to add that folder as a source or resource folder so IDEs treat them as source folders), we unfortunately have to handle the copying of the data to the target folder ourselves.
The text was updated successfully, but these errors were encountered: