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 |
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 <[hidden email]> 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 > |
Nevermind, removal of my local maven repository solved the problem. Sorry
for the inconvenience. On Sat, 27 Jun 2015 at 19:22 Márton Balassi <[hidden email]> wrote: > 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 <[hidden email]> > 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 > > > |
Glad to hear. I read "flink-storm-compatibility-core" and was alarmed. ;)
On 06/27/2015 07:50 PM, Aljoscha Krettek wrote: > Nevermind, removal of my local maven repository solved the problem. Sorry > for the inconvenience. > > On Sat, 27 Jun 2015 at 19:22 Márton Balassi <[hidden email]> > wrote: > >> 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 <[hidden email]> >> 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 >>> >> > |
Free forum by Nabble | Edit this page |