Maven build modules out of order -


i trying build maven project has several modules. expect them built in order given in pom.xml ,but can seen order of modules in build not same order mentioned in pom.xml file. can reason ?

my maven version : apache maven 3.0.4

maven decides order based on dependencies. if have 3 submodules: a, b c, need go each submodule , make dependency explicit. example, if go pom.xml of b , declare depends on , c, maven build , c in random order, , build b @ end.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -