Y
Hacker News
new
|
ask
|
show
|
jobs
by
bjohnso5
4406 days ago
In what way is Maven a programming language? Is it simply to disambiguate other XML configuration from the build declarations?
1 comments
rnd33
4406 days ago
How is 50k lines of build declarations even possible?
link
fournm
4406 days ago
That's not actually surprising--it's really easy to have a 1500+ line long POM with how verbose it is. Depending on how many maven modules there are, I could see 50k pretty easily.
link
elwell
4406 days ago
Brute force as opposed to a few moments of contemplation for a reasonably elegant solution
link