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
Post a Comment