I have an Apache Maven Project for JIRA REST API. Now I am creating a JSP project to send some data to java file in my Maven Project. I want to know how can I merge them in single project. Maven Project has a pom.xml file and the java file for Maven are located in src/main/java whereas for JSP it is in different folder. (Java Resources/src)
Can anyone please tell what folder should I copy and merge?
EDIT: Found the answer. Right click the Maven project and go to Project Facets and check Dynamic Web Module option.
Found the answer. Right click the Maven project and go to Project Facets and check Dynamic Web Module option.