Kicking a few builds on ares to see if I can watch the failure .. within a single job we have:
1) Initial build which I expected [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 21:55.097s (Wall Clock) 2) a deploy - that has a lot of upload logging [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3:33.632s 4) A documentation build 5) And a javadoc build - which is the one failing [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.255s To avoid the upload logs we can apparently add -B to the command line (for match mode) or changing the settings.xml to include <interactiveMode>true</interactiveMode> is supposed to help. Jody Garnett On Fri, Aug 15, 2014 at 7:00 PM, Jody Garnett <[email protected]> wrote: > Branches build locally without issue, assume I have a 11-SNAPSHOT in my > local maven repository, and thus am not getting caught out over timestamps. > > Ares reports: > > *[ERROR] Plugin org.geotools.maven:jjtree-javacc:11-SNAPSHOT or one of its > dependencies could not be resolved: Failed to read artifact descriptor for > org.geotools.maven:jjtree-javacc:jar:11-SNAPSHOT: Could not find artifact > org.geotools:geotools:pom:11-20140816.015223-4 in boundless > (http://repo.boundlessgeo.com/main <http://repo.boundlessgeo.com/main>) -> > [Help 1]* > *[ERROR] * > *[ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch.* > *[ERROR] Re-run Maven using the -X switch to enable full debug logging.* > *[ERROR] * > *[ERROR] For more information about the errors and possible solutions, > please read the following articles:* > *[ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException > <http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException>* > *Build step 'Invoke top-level Maven targets' marked build as failure* > *Sending e-mails to: [email protected] > <[email protected]> [email protected] > <[email protected]>* > > -- > Jody Garnett >
------------------------------------------------------------------------------
_______________________________________________ GeoTools-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
