3,448 reputation
11323
bio website discursive.com
location United States
age 37
visits member for 4 years, 4 months
seen May 3 at 13:32
stats profile views 506

(Mostly) Java Developer, wrote a book on Jakarta Commons ages ago, two books on Maven, and a book on Hibernate. Currently focused on builds in general. Paying attention to Gradle and Maven, writing a couple of books about various technologies.


Dec
26
comment Maven Could not calculate build plan:Failure to transfer org.apache.maven.plugins
To answer this question I think we're going to need to understand more about your connection to the internet. Also, try connecting to repo1.maven.org/maven2 - can you do so from a browser?
Dec
26
comment Why does MVN return -1 on successful build?
You are going to need to run Maven with the -e and the -X flag and then post the entire output somewhere (maybe as a Gist). If you can't do that then any answer here is going to be a guess.
Dec
22
comment Gradle fails to download artifacts from Nexus maven repository - 401 Authorization required
Good catch, I wonder if there is a better way to catch errors like this? Like a pass through a gradle build file to catch misspelled or unknown properties using a stemmer.
Nov
22
comment Limit number of threads in Groovy
Groovy 2? That's what I used, and I verified it in the console. I'm guessing you might be using an earlier version of groovy
Nov
20
comment Limit number of threads in Groovy
@Melr - I added an example, there you go.
Nov
16
comment Gradle - Permission denied: connect
Are you able to connect to repo1.maven.org from a browser? It could just be that you are behind a network device that is blocking access?
Nov
16
comment Gradle script to move artifacts between Maven repos
I assume that the prefix "art" means that you are using Artifactory? I thought Artifactory supported doing this out of the box? That is, I thought you could just do this in the UI? Is it that you are looking for a way to automate this?
Apr
27
comment Why does Maven have such a bad rep?
BTW, Better Builds with Maven is an awful book. I should know, I ghost wrote vast sections of it in secret.
Apr
27
comment Why does Maven have such a bad rep?
And, again you prove the point, it sounds like the people involved had larger problems what with a project being cancelled and a subsidiary being liquidated, but go right ahead and blame Maven. I'll change the slogan of the Maven book to "Maven will cause your business to fail".
Apr
26
comment How to GZip every file separately
This is officially the best answer on StackOverflow.
Apr
14
comment Why does Maven have such a bad rep?
Zac, you know I was wondering if you wanted to learn more about Nexus Professional. :-)
Apr
14
comment Why does Maven have such a bad rep?
This is funny. If it took you an entire man-year and you are admitting to this in Stackoverflow, I'd say you might have made the wrong decisions from a project management perspective. That seems like an inefficient use of time, but it also seems like an exaggeration.
Apr
14
comment Why does Maven have such a bad rep?
Oh look a sensible response with details.
Apr
12
comment Is there a way to control which repositories Leiningen will search by default?
Oh, I see you are planning to move to Aether. Thanks for the answer.
Dec
3
comment Maven install:? - how to create a release candidate?
It isn't that much of a pain, just use the versions plugin.
Nov
28
comment Beginner Java (getting class assignment to compile)
Wait, so this is how people complete CS lab assignments these days? Stackoverflow? I fear for the industry.
Jul
31
comment Why does Maven have such a bad rep?
Ivy's a non-starter. It doesn't publish artifacts in a standard way that is easily consumed by other tools. There's a reason why Ivy reads pom.xml files to gain dependency metadata from the repo.... Maven set the standard.
Jul
31
comment Why does Maven have such a bad rep?
Hey, slag off, I ghost wrote that section. I stand by it. I'd much rather work somewhere that uses Maven vs. somewhere that doesn't. Not using Maven at this point is a marker for working with architect astronauts.
Jul
31
comment Why does Maven have such a bad rep?
Wow, that's really funny. You are a funny guy. You had me just on the floor there with the "complex collection of popsicle sticks" line. Maybe you haven't seen some of the Ant builds I've seen lately, which can be characterized by the phrase: "Spaghetti code build created by some alpha developer too smart to write a lick of documentation".
Jul
9
comment Automated Deployment solution for multiple Java web-apps
Why is it that Pascal Thivent always has exactly the right answer? I'm beginning to think that he is the smartest man alive. ControlTier is a fantastic choice for this process. While I think you could hobble together something Mavenish to do this deployment, I'm not a big fan of pushing Maven to do this sort of work.