Interesting, it does not appear on travis or my local machine, but both run linux. (Ubuntu 14.10, Java 8, mvn 3.0.5 in the latter case)
On paper the remote-resources plugin is only used for the Eclipse integration and should not even effect the maven build itself, at least that the comment says in the flink-parent pom - the only place where this plugin is used in the project. :) Anyway, it is complaining for some existing, but null dependency. Could you run mvn with -X to get a bit more info on what exactly goes south, please? Best, Marton On Sat, Jun 27, 2015 at 6:48 PM, Aljoscha Krettek <aljos...@apache.org> wrote: > Hi, > anyone else seeing this: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process > (default) on project flink-storm-compatibility-core: Execution default of > goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process > failed: For artifact {null:null:null:jar}: The groupId cannot be empty. -> > [Help 1] > > > when doing a "mvn clean install -DskipTests". (OS X, Java 8 mvn 3.3.3) > > > Cheers, > > Aljoscha >