You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Carsten Ziegeler <cz...@apache.org> on 2013/09/27 14:02:46 UTC

Unable to build SCR trunk

Hi,

while trying to build SCR trunk I always get:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process
(default) on project org.apache.felix.scr: Execution default of goal
org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process failed:
For artifact {null:null:null:jar}: The groupId cannot be empty. -> [Help 1]


Anyone else seeing this?

Regards
Carsten

-- 
Carsten Ziegeler
cziegeler@apache.org

Re: Unable to build SCR trunk

Posted by Carsten Ziegeler <cz...@apache.org>.
Hi Pierre,

thanks - but no, I tried the same with the difference of using Java 6 and
Maven 3.0.5 - but I always get this error.

Strange, I'll continue investigating

Carsten


2013/9/27 Pierre De Rop <pi...@gmail.com>

> Hi Carsten,
>
> From my side, I don't have this problem,
> I just rebuilt scr like this:
>
> java -version
> java version "1.7.0_21"
>
> mvn --version
> Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
>
> rm -rf ~/.m2/repository/*
>
> cd ~/work/osgi/felix-trunk/utils
> mvn clean install
>
> cd ../scr
> mvs clean install
>
> does this help ?
>
> regards;
> /Pierre
>
>
> On Fri, Sep 27, 2013 at 2:02 PM, Carsten Ziegeler <cziegeler@apache.org
> >wrote:
>
> > Hi,
> >
> > while trying to build SCR trunk I always get:
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process
> > (default) on project org.apache.felix.scr: Execution default of goal
> > org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process
> failed:
> > For artifact {null:null:null:jar}: The groupId cannot be empty. -> [Help
> 1]
> >
> >
> > Anyone else seeing this?
> >
> > Regards
> > Carsten
> >
> > --
> > Carsten Ziegeler
> > cziegeler@apache.org
> >
>



-- 
Carsten Ziegeler
cziegeler@apache.org

Re: Unable to build SCR trunk

Posted by Pierre De Rop <pi...@gmail.com>.
Hi Carsten,

>From my side, I don't have this problem,
I just rebuilt scr like this:

java -version
java version "1.7.0_21"

mvn --version
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)

rm -rf ~/.m2/repository/*

cd ~/work/osgi/felix-trunk/utils
mvn clean install

cd ../scr
mvs clean install

does this help ?

regards;
/Pierre


On Fri, Sep 27, 2013 at 2:02 PM, Carsten Ziegeler <cz...@apache.org>wrote:

> Hi,
>
> while trying to build SCR trunk I always get:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process
> (default) on project org.apache.felix.scr: Execution default of goal
> org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process failed:
> For artifact {null:null:null:jar}: The groupId cannot be empty. -> [Help 1]
>
>
> Anyone else seeing this?
>
> Regards
> Carsten
>
> --
> Carsten Ziegeler
> cziegeler@apache.org
>

Re: Unable to build SCR trunk

Posted by Felix Meschberger <fm...@adobe.com>.
Hi

After locally building the utils project (we should get a release for consumption in SCR soon, right ?) I was able to compile and test SCR using Java 6 (the latest Apple release 51) and Maven 3.0.5

Regards
Felix

Am 27.09.2013 um 14:02 schrieb Carsten Ziegeler:

> Hi,
> 
> while trying to build SCR trunk I always get:
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process
> (default) on project org.apache.felix.scr: Execution default of goal
> org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process failed:
> For artifact {null:null:null:jar}: The groupId cannot be empty. -> [Help 1]
> 
> 
> Anyone else seeing this?
> 
> Regards
> Carsten
> 
> -- 
> Carsten Ziegeler
> cziegeler@apache.org