You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Karl-Philipp Richter <kr...@aol.de> on 2014/03/29 14:55:33 UTC

bootstrap tarballs downloads fail

Hi together,
When I'm building tomee trunk (commit id in subgit translation
e027a9eca2634305eef6b6f05b7d32baaaa06653) with <code>mvn install
-DskipTests=true -Dall</code> I get:
<output>
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
(default) on project tomee-maven-plugin: Execution default of goal
org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
failed: For artifact {null:null:null:jar}: The groupId cannot be empty.
-> [Help 1]
</output>
How can I build tomee again?

All the best,
Kalle Richter


Re: bootstrap tarballs downloads fail

Posted by Karl-Philipp Richter <kr...@aol.de>.
Thank you! Everything works now. It turned out to be either wrong
JAVA_HOME (pointing to jre subfolder of JDK) or errornous jar files in
the maven cache (due to wrong settings in artifactory).

All the best,
Kalle Richter

Am 29.03.2014 18:45, schrieb Romain Manni-Bucau:
> Hi
> 
> here is the command we use on CI:
> 
> mvn --update-snapshots --show-version --fail-at-end
> -Djava.io.tmpdir=/tmp/tomee-trunk-ubuntu clean install -Pall-adapters
> 
> with MAVEN_OPTS=-Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=256m
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
> 
> 
> 
> 2014-03-29 14:55 GMT+01:00 Karl-Philipp Richter <kr...@aol.de>:
>> Hi together,
>> When I'm building tomee trunk (commit id in subgit translation
>> e027a9eca2634305eef6b6f05b7d32baaaa06653) with <code>mvn install
>> -DskipTests=true -Dall</code> I get:
>> <output>
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
>> (default) on project tomee-maven-plugin: Execution default of goal
>> org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
>> failed: For artifact {null:null:null:jar}: The groupId cannot be empty.
>> -> [Help 1]
>> </output>
>> How can I build tomee again?
>>
>> All the best,
>> Kalle Richter
>>


Re: bootstrap tarballs downloads fail

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi

here is the command we use on CI:

mvn --update-snapshots --show-version --fail-at-end
-Djava.io.tmpdir=/tmp/tomee-trunk-ubuntu clean install -Pall-adapters

with MAVEN_OPTS=-Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=256m
Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau



2014-03-29 14:55 GMT+01:00 Karl-Philipp Richter <kr...@aol.de>:
> Hi together,
> When I'm building tomee trunk (commit id in subgit translation
> e027a9eca2634305eef6b6f05b7d32baaaa06653) with <code>mvn install
> -DskipTests=true -Dall</code> I get:
> <output>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
> (default) on project tomee-maven-plugin: Execution default of goal
> org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
> failed: For artifact {null:null:null:jar}: The groupId cannot be empty.
> -> [Help 1]
> </output>
> How can I build tomee again?
>
> All the best,
> Kalle Richter
>