Step 1 : Open maven preferences in eclipse
Windows
-> Preferences
-> Maven
-> Archetypes
.
Step 2 : Add remote catalog file

Step 3 : Verify remote archetypes



Windows
-> Preferences
-> Maven
-> Archetypes
.In Maven, dependency is another archive—JAR, ZIP, and so on—which your current project needs in order to compile, build, test, and/or to run. The de...
We already learnt how webservers work in general when you deploy your web application on server and access from a browser. Now let’s learn...
By default, tomcat is configured to run on port 8080. That’s why all your deployed web applications are accessible though URLs like http://loc...
When your application is deployed in tomcat webserver and you request a URL which refers to a directory instead of a file, e.g., http...