Hi, 2011/7/3 Olivier Grisel <[email protected]>: > We could put specific maven profile on the other integration test so > that we would have to make it explicit that we want to build / run > them with "mvn clean install -Pstable" for instance. > > However I don't understand why it takes such a long time on jenkins. > On my box a full build + test takes 17min and the launchers test run > respectively in: > > [INFO] Apache Stanbol Launcher - Stable ...................... SUCCESS > [44.255s] > [INFO] Apache Stanbol Launcher - Stateless ................... SUCCESS > [29.823s] > [INFO] Apache Stanbol Launcher - Full ........................ SUCCESS > [57.633s] > [INFO] Apache Stanbol Integration Tests ...................... SUCCESS > [2:34.210s] > > On jenkins, the 2 launcher builds that have the time to finish take a > much longer time: > > Apache Stanbol Launcher - Stable 4 min 42 sec > Apache Stanbol Launcher - Stateless 19 min > > Any idea?
Maybe this problem comes from the many SNAPSHOT dependencies from Clerezza because it checks everytime for new versions. The build becomes really much faster if you do it offline with "-o". Perhaps that causes the problems. -- Fabian
