maven - Is there a centralized Java libraries repository such like CPAN for Perl? -


people build repositories of software (like these contains gnu/linux packages) or code, documentation, centralized in 1 place.

all modules/libraries installations can done through it. re-using code thing, , helps developers not reinvent wheel, debugging existing code , share work others. using system one, retrieve security-updates easily. helps develop community too.

cpan example of large , comprehensive ecosystem, , become a strength of perl language.

i know if similar thing exists java world , main differences perl/cpan world (i don't try open opinion based debate hope constructive discussion). i've heard maven's central repository if maven provides "patterns project's build infrastructure in order promote comprehension , productivity providing clear path in use of best practices", largely used promote publishing of open source code?

i know kinds of tools used today , experiences around problematic.

maven way go !

it has plugins eclipse, , other ide's plus supports decent building process.

check out: http://maven.apache.org/guides/getting-started/


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -