How to handle the multiple versioning for depending on other parallel developing product versions

2018-05-13 Thread Yasunori Oto
Dear, We have a problem of the versioning for parallel branches when we deploy to the Maven repository. Our tool depends on Apache Hive. Hive has two development branches (1.x and 2.x series like Python 2 and 3). And then, we must give a reaction for each version. But, Maven repository

Re: From where to download Maven?

2018-05-13 Thread Karl Heinz Marbaise
Hi Martin, just a small hint. Don't use M2_HOME anymore cause only the entry in PATH for the bin directory is needed... Furthermore the settings.xml should only being used or create in users home directory... Apart from that the given locations in the settings.xml with codehaus in it are

Re: From where to download Maven?

2018-05-13 Thread Martin Gainty
follow anders recommendation of maven install (latest version of ) location: https://maven.apache.org/download.cgi Maven – Download Apache Maven maven.apache.org Apache Maven 3.5.3 is the latest release and recommended version for all users. Disk

Re: From where to download Maven?

2018-05-13 Thread Anders Hammar
You should use: http://maven.apache.org/download.cgi /Anders On Sun, May 13, 2018 at 5:04 PM Andrew M wrote: > Hi Guys, > > I have started with Continuous Integration with Jenkins and there is a > precursor to Chapter 2/Module 2. > > It states about refreshing

From where to download Maven?

2018-05-13 Thread Andrew M
Hi Guys, I have started with Continuous Integration with Jenkins and there is a precursor to Chapter 2/Module 2. It states about refreshing knowledge about Maven Ant and war deployments, I have a question in regards to Maven download and installation: I went to the below url:

RE: Deploy shaded jar with an without classifier simultaneously

2018-05-13 Thread Golan, Yaron
Not sure if my proposal will fit your needs, but I'd try to run the deploy:deploy-file goal right after the default deploy phase. The default deploy will upload your default jar while the second execution will upload the shaded one. Or the other way (order) around. Bottom line is that you'll

Deploy shaded jar with an without classifier simultaneously

2018-05-13 Thread Dagan Sandler
Hi all, I'll start by saying that I'm aware this is not an ideal configuration and I only need this as an intermediate solution to a larger problem I'm dealing with which is out of the scope of this question. I'm wondering if there's an easy way to do this with maven-shade-plugin only. My

[ANN] Apache Maven EAR Version 3.0.1 Released

2018-05-13 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin Version 3.0.1 This plugin generates Java EE Enterprise Archive (EAR) file. It can also generate the deployment descriptor file (e.g. application.xml). https://maven.apache.org/plugins/maven-ear-plugin/

[ANN] Apache Maven WAR Plugin Version 3.2.1 Released

2018-05-13 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven WAR Plugin, version 3.2.1. The WAR Plugin is responsible for collecting all artifact dependencies, classes and resources of the web application and packaging them into a web application archive.