We have a Java project that was modified about 2 years ago based on the dates. The project uses a the Play Framework which as I recalled built and ran just fine back in 2012. The developer apparently had tried to change the project to be a Maven project but the folder structure is all over the place and not within the Maven src folder structure. Attempting to run the Play commands does not work on building the project any longer and using the Maven commands does not compile the code. What occurs is just the packaging of all of the folders and source code into a .jar file.
So the question is 'Can files outside of the Maven folder structure get compiled?' if so how, OR do I need to restructure all the code to be placed into the proper Maven folder structure to try and get this to work again?
Thanks for your time.
Rough view of the folder tree below: Unable to post the POM as it is on another system
- Project Name
- src
- main/java/
- trunk
- Project Name
- ... play framework folder structure in here eclipse, modules, precompiled, tmp
- conf
- lib
- Web Content
- META-INF
- WEB-INF