The following are steps to migrating a KFS distribution to Maven:
Create a staging directory to copy project resources to from the kfs maven archetype
Create modules core, it, and web
Copy java source files from work to core/src/main/java
Copy java source files from test to it/src/test/java
Copy non-java, non-web resources from work to core/src/main/resources
Copy non-java, non-web resources from test to it/src/test/resources
Copy web resources from work/web-root/ to web/src/main/webapp
Retrieve the latest kuali POM information and create poms in ./, core/, it/, and web/
Note: When copying files, files are not overwritten.