Hi i want to make me more clear
setting only deppendencies will not work, i got full java source com.comp.abc in JavaModule i want to get WAR to be done WebContent module so i need all complied java class files must be available in WebContent before building was now the question here is - 1) first how get all comipled classes 2.) how to place them WebContent module so that in war build these must be included in WEB-INF \classes folder the situation with me is i am not working with default maven web project structure I have java web project structure which i m not allowed to change i need some way to locate java source files for compiling to build war along with java classes files Plz help me to get solve this Thanks -- View this message in context: http://maven.40175.n5.nabble.com/Building-war-for-different-project-structure-from-maven-j2ee-statndard-one-tp5055483p5057701.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
