[ANN] Apache Maven ACR Plugin Version 3.0.0 Released

2016-01-28 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven ACR Plugin Version 3.0.0. https://maven.apache.org/plugins/maven-acr-plugin/ This plugin generates J2EE Application Client file. Important Notes: * Maven 3.X only * JDK 6 minimum requirement You should specify

Offlining maven: how to set up the p2 cache?

2016-01-28 Thread Thibault, Daniel
I have these two projects that need to be compiled offline. I thought I would first compile them on-line and then transplant the ~/.m2/repository to the offline system. However, something isn't quite right. I'm using Apache Maven 3.3.9 and Java 1.8.0_45. The two projects (when run

Offlining maven: how to set up the p2 cache?

2016-01-28 Thread Thibault, Daniel
I have these two projects that need to be compiled offline. I thought I would first compile them on-line and then transplant the ~/.m2/repository to the offline system. However, something isn't quite right. I'm using Apache Maven 3.3.9 and Java 1.8.0_45. The two projects (when run

Offlining maven: how to set up the p2 cache?

2016-01-28 Thread Thibault, Daniel
I have these two projects that need to be compiled offline. I thought I would first compile them on-line and then transplant the ~/.m2/repository to the offline system. However, something isn't quite right. I'm using Apache Maven 3.3.9 and Java 1.8.0_45. The two projects (when run

Re: Offlining maven: how to set up the p2 cache?

2016-01-28 Thread Ron Wheeler
On 28/01/2016 3:54 PM, Thibault, Daniel wrote: I have these two projects that need to be compiled offline. I thought I would first compile them on-line and then transplant the ~/.m2/repository to the offline system. However, something isn't quite right. I'm using Apache Maven 3.3.9 and

Re: Offlining maven: how to set up the p2 cache?

2016-01-28 Thread Ron Wheeler
The easiest way to do off-line building is to set up a Maven repo on your workstation. /.m2/repository is a cache not a repo and Maven knows that, so it is hard to fool it. If you set up your repo with a free community version of Nexus, you can populate it manually with the libraries that

Re: Offlining maven: how to set up the p2 cache?

2016-01-28 Thread Jason van Zyl
You are attempting to do a Tycho build which to my knowledge will not work in offline mode. You can do as Ron suggests and use a repository manager, or you might want to ask on the Tycho users list for possible work arounds: https://dev.eclipse.org/mailman/listinfo/tycho-user > On Jan 28,