[ANN] Maven 3.3.1 Release

2015-03-17 Thread Jason van Zyl
Hi! The Apache Maven Team is pleased to announce the release of 3.3.1 The official release notes can be found here: http://maven.apache.org/docs/3.3.1/release-notes.html But Karl Heinz has written up better release notes here: http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1

Re: Property substitution in /project/name?

2015-03-17 Thread Kevin Burton
Is it ${parent.name} ? Kevin On Tue, Mar 17, 2015 at 3:31 AM, Pop Qvarnström wrote: > For anyone searching for this in the archives, I created an SO question and > a JIRA issue was promptly created. > > JIRA issue: https://jira.codehaus.org/browse/MNG-5784 > SO question: > > http://stackoverflo

[ANN] Apache Maven DOAP Plugin Version 1.2 Released

2015-03-17 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven DOAP Plugin, version 1.2 The DOAP Plugin is used to generate a compliant Description of a Project (DOAP)] file from a POM. Description of a Project (DOAP) http://usefulinc.com/doap The main goal is to be able to provid

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Andreas Gudian
Markus, as for an "ASAP" quick fix, did you try using the vfs-maven-plugin to unpack your zip files? I don't fully understand your usecase, but I use that one to download and unpack zip files within a maven build. 2015-03-17 13:34 GMT+01:00 Kristian Rosenvold : > I can guarantee a timely review,

Re: Injection using Sisu doubt

2015-03-17 Thread Cristiano Gavião
Hi Stuart, Thanks again for your prompt help. But both projects have sisu-maven-plugin properly set and the generation of index files are working well. But I think I found where the issue could be. This morning I decided to debug the build of one project in the workspace that uses my plugin usin

Re: Injection using Sisu doubt

2015-03-17 Thread Stuart McCulloch
Hi Cristiano, Sounds like the dependency doesn’t have an index of its components (META-INF/sisu/javax.inject.Named) which is needed when using indexed scanning in Sisu. Maven uses indexed scanning to avoid the cost of repeatedly doing full class path scanning which, while not slow, is not su

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Kristian Rosenvold
I can guarantee a timely review, which is about as much as we guarantee around here :) There is a practical issue, since maven assembly plugin uses a parameter called "archiverConfig" configure the Archiver. I am still pondering if for assembly I should supply the *same* config object or create a

Re: Property substitution in /project/name?

2015-03-17 Thread Pop Qvarnström
For anyone searching for this in the archives, I created an SO question and a JIRA issue was promptly created. JIRA issue: https://jira.codehaus.org/browse/MNG-5784 SO question: http://stackoverflow.com/questions/29013184/maven-support-for-property-substitution-in-project-name Cheers, Pop 2015-0

AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Markus Karg
Great, thanks a lot! :-) But let's negotiate one thing upfront: If we provide code that adds to maven-dependency-plugin's , which essentially forwards the encoding to the Plexus Unarchiver, and it looks good to you from a technical view, will you guarantee us that it will definitively up in th

AW: AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Markus Karg
Hervé, can you please elaborate for non-committers like me: (a) Why shall I open another issue that contains essentially the same text as the already-existing and non-fixed-but-marked-as-resolved one http://jira.codehaus.org/browse/MDEP-436 ? The result would be the same: Kristian assumes it i

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Kristian Rosenvold
Herve; Markus is right. when we switched to default UTF-8 like the rest of the world, users of legacy windows versions "lost" the option to unzip with default locale, which had been the behaviour up to that point. This is really nothing to discuss and there is no further reason to aggreviate Mark

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Kristian Rosenvold
I'm not kidding about anything. I reopened the issue. If you make a patch that applies encoding to zip files I can review that. Kristian 2015-03-17 8:27 GMT+01:00 Markus Karg : > Kristian, > > you're kidding, don't you? ;-) > > what you propose does not work. We are an ISV providing a download

AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Markus Karg
The ASSEMBLY plugin forwards its own to the Plexus Archiver internally. That way you can create ZIPs with CP850. :-) The DEPENDENCY plugin intenrally uses the Plexus ZipUnarchiver. The Plexus ZipUnarchiver is a special form of the AbstractUnarchiver, which has a method setEncoding(String) (ht

Re: AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Hervé BOUTEMY
Le mardi 17 mars 2015 08:19:20 Markus Karg a écrit : > (1) "Normal users" (non-comitters) do not have permission to reopen issues > so I really beg for your kind help to reopen this issue for me! :-) no, please don't reopen the issue: open another issue > (2) Despite all the quirks of Windows, th

AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Markus Karg
Kristian, you're kidding, don't you? ;-) what you propose does not work. We are an ISV providing a download for virtually anybody. We cannot tell the world "Hey, you cannot simply use Windows to unzip, but you must first download some other application, because we're using Maven, and it is una

AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Markus Karg
My posting was an example why non-UTF-8-ZIPs are needed to be supported by maven-dependency-plugin. It was definitively not intended as a claim that all Windows editions exactly need CP850. Sorry for the misunderstanding. -Ursprüngliche Nachricht- Von: bmat...@gmail.com [mailto:bmat...@

AW: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Markus Karg
(1) "Normal users" (non-comitters) do not have permission to reopen issues so I really beg for your kind help to reopen this issue for me! :-) (2) Despite all the quirks of Windows, the ZIP specification does not say a word about encoding, so it is pretty correct to use any decoding in ZIPs. As