Hi,
I am trying to create a EAR file instead of a WAR file and I have been able to create my EAR file but when I try to build the EAR file using
Maven, I get the following error :
org.apache.maven.reactor.MavenExecutionException: Could not find the model file 'C:\Dev\EARProject\core'. for project unknown
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:404)
Please guide me about why it should be happening.
Thanks