Alexander Heusingfeld

Results 32 comments of Alexander Heusingfeld
trafficstars

I tend to object to this one because people often tend to take this as an end in itself. I'd rather go for the well-known YAGNI or "You have to...

Hi Perelandra, can you elaborate on what you have in mind by "from custom built (...) to opensource software-based system"? Regarding "from custom built (...) to COTS", I'd say a...

FYI I managed to create a less complex setup in https://github.com/arc42/quality-requirements. The generated PDF (and docx via pandoc) are created via TravisCI and uploaded to Github Releases for each Git...

Is that still current? AFAICT arc42.github.io does not exist, so this probably needs a review

Will be done with #1

@bartoszmajsak this was my intention with #206. Unfortunately I didn't have any time for this since JavaLand, sorry.

I might be missing something but given your example, what's the difference to "mvn -pl jaspic -P wildfly-managed-arquillian", meaning explicitly name the project/ submodule to be build? Maven already provides...

Maybe not everyone remembers but we still have this awesome piece http://javaee.support/ created by @aslakknutsen. IMHO this not only has some indication how we could separate the project but also...

> > any idea why Travis build is failing? > > It seems it actually runs the tests and aborts on the first failure, then marks the entire build as...

intermediate result: downloading dependencies alone takes ~3 minutes! https://api.travis-ci.org/jobs/64117841/log.txt?deansi=true ``` Timeout (20 minutes) reached. Terminating "mvn -q --fail-at-end verify -Ptomee-embedded-arquillian" travis_time:end:092faa74:start=1432656942261690260,finish=1432658142724578223,duration=1200462887963  The command "travis_wait mvn -q --fail-at-end verify -Ptomee-embedded-arquillian"...