Hello... I have two projects A and B
B depends on A. If I make any changes on project A and run mvn install on project B, the changes from project A does not get included to war file for project B. However, if I run mvn install on project A and then run mvn install on project B, the changes from project A gets included to war file for project B. Is this normal? Is there any way to get project B updated with project A with running mvn install on project A? -- View this message in context: http://maven.40175.n5.nabble.com/maven-dependency-and-war-file-tp5714894.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org