Quantcast
Channel: Maven Basics
Viewing all articles
Browse latest Browse all 71

How to create java source folders in maven web application

$
0
0

This is very strange problem but this is fact that when you create a maven web application using “-DarchetypeArtifactId=maven-archetype-webapp” then no java source folder is created. Rather a resources folder is created. Files placed in resources folder are placed in your classpath when war file is created for your web application. To create java source […]

The post How to create java source folders in maven web application appeared first on How To Do In Java.


Viewing all articles
Browse latest Browse all 71

Trending Articles