java - Maven projects needs to be built to compile? -


at work have encountered couple of projects in order compile, needed mvn clean install before. architectural point of view, why planned that? shouldn't code independent runtime generated code before deployment? missing here.. if contemplated such thing, have example of real case may useful?(mixing compilation time code , runtime code)

any java code executable after compiled. use or used, java code has compiled. maven install compiles , add executable files in local maven repository other classes make use of it


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -