[ANN] Apache Maven Dependency Plugin Version 3.1.1 Released

2018-05-23 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Plugin Version 3.1.1 https://maven.apache.org/plugins/maven-dependency-plugin/ Important Note since 3.1.1: * Maven 3.X only * JDK 7 minimum requirement You should specify the version in your project's

Using Maven 3 with non-standard repository layout (Ivy)

2018-05-23 Thread Tim Astle
I was wondering if anyone had any suggestions for working with a non-standard repository layout? Basically, I have a Maven 3 project but I need to fetch a fetch artifacts from an Ivy repository. http://ant.apache.org/ivy/history/2.0.0/use/info.html Can Maven handle this directly? If not, is

Maven extension's repository

2018-05-23 Thread Vivi An
Hi All, I’m using takari extension through extensions.xml file under ./mvn, it downloads extensions from maven website. Wondering if we can change configuration in some way so it could download all extensions from some internal repository? Thank you all! Regards, ~ Vivi

Re: Maven assembly Plugin - ignore pom packaging

2018-05-23 Thread Manfred Moser
You should NOT have a plugin execution defined in a pom packaging project if it works as an aggregator. Instead just define it in pluginManagement and add it where you want the exection to be happening. Manfred Rahamim, Ben wrote on 2018-05-23 02:03: > Hi all, > > TL;DR – why isn’t a flag in

Maven assembly Plugin - ignore pom packaging

2018-05-23 Thread Rahamim, Ben
Hi all, TL;DR – why isn’t a flag in the Maven assembly Plugin allowing to skip POMs with packaging “pom” ? I have a question about using the Maven assembly Plugin. We have a parent POM, called “super-parent”, which is being used as a parent to all of our projects. It includes all of the

Re: How to undo a maven goal etc ?

2018-05-23 Thread Karen Goh
On Wed, 5/23/18, Anders Hammar wrote: Subject: Re: How to undo a maven goal etc ? To: "Maven Users List" , karenwo...@yahoo.com Date: Wednesday, May 23, 2018, 5:13 PM Is it still showing the EXACT same

Re: How to undo a maven goal etc ?

2018-05-23 Thread Karen Goh
Sent from Yahoo Mail for iPhone On Wednesday, May 23, 2018, 5:36 PM, Karen Goh wrote: Sent from Yahoo Mail for iPhone On Wednesday, May 23, 2018, 5:13 PM, Anders Hammar wrote: Is it still showing the EXACT same error? /Anders Hi

Re: How to undo a maven goal etc ?

2018-05-23 Thread Karen Goh
Sent from Yahoo Mail for iPhone On Wednesday, May 23, 2018, 5:13 PM, Anders Hammar wrote: Is it still showing the EXACT same error? /Anders Hi Anders, I run the maven update project several times and clean several times as well I just can’t get Eclipse or Naven to

Re: How to undo a maven goal etc ?

2018-05-23 Thread Anders Hammar
Is it still showing the EXACT same error? /Anders On Wed, May 23, 2018 at 10:58 AM Karen Goh wrote: > Hi, > > I accidentally left out a : in spring-boot:run the first time I tried to > use Maven build to see how the application pan out. > > Then, I did a clean

How to undo a maven goal etc ?

2018-05-23 Thread Karen Goh
Hi, I accidentally left out a : in spring-boot:run the first time I tried to use Maven build to see how the application pan out. Then, I did a clean but to no avail. Here's the error message : [INFO] Scanning for projects... [INFO]

Re: Atlas-create-jira-plugin (Build failed)

2018-05-23 Thread Anders Hammar
There is a guide to using proxies in Maven [1], but the plugin in question doesn't necessary use that setting. I would recommend that you ask in the Atlassian community. [1] https://maven.apache.org/guides/mini/guide-proxies.html /Anders On Wed, May 23, 2018 at 7:30 AM Denisa Claudia