Which scope use maven when encountering custom scope? -
in maven 2 project migrated maven 3, have warnings (scope must 1 of [provided, compile, runtime, test, system] '...') due use of custom scopes.
the custom scope in question package , not find documentation/hint default when encountering invalid/custom scope.
- does "package" custom scope ring still knowing maven 2? find references here , here that's all.
- what default scope in case? (i guess
compile, i'd sure before changing anything).
regards,
i wasn't aware scope package existed. blogs entries wrong. default scope compile , can find documentation available scopes.
if have default scope omit entry dependency.
older versions of maven 2.0.11, 2.2.1 not check entries in pom file scope has been ignored since maven 3 checked valid values.
Comments
Post a Comment