Hi everyone,
I need to do a migration from SVN to CVS.
The issue arises when I do a checkout with CVS on eclipse. Eclipse doesn't recognize .war projects as it does with svn so after compilation:
So we can't add .war in tomcat
What should I do ?
I need to do a migration from SVN to CVS.
The issue arises when I do a checkout with CVS on eclipse. Eclipse doesn't recognize .war projects as it does with svn so after compilation:
Code:
mvn eclipse:eclipse
What should I do ?