Community
Participate
Working Groups
We want to be able to seperate the Java code and non-Java resources into different source directories. The generator properties srcPath and srcGenPath should be used to configure outlets for Java artifacts, and additionally new properties srcResPath and srcResGenPath should be introduced for non-Java artifacts. Of course the values of the new properties should default to srcPath and srcGenPath. Our driver in the project is to adjust the Xtext projects to the standard Maven project layout. Manual sources will go to src/main/java and src/main/resources, and generated resources should go to target/generated/java and target/generated/resources. At the moment we are forced to register the source folder also as a resource folder.
Can you solve this one with a workflow component, that moves files according to a name-scheme from main/java to whatever you like?
no plans to change that.