Hi
Could someone have a quick at this? I have been kindly waiting and wish to pick
up a ticket.
Thanks.
Regards,
Rajiv
> On 21 Jun 2016, at 20:15, Rajiv Jain wrote:
>
> Hi
>
> I have created a JIRA account and wish to assign myself a JIRA ticket. How
> can I assign a ticket to myself? It m
All,
Today I googled for "maven blank webapp archetype" and the top hit is an
example published using 1.0-alpha-7 of the Archetype plugin. Unfortunately,
I didn't catch that the page was for a plugin version so old. I wasted a
good 15 minutes (at least).
It would be really useful to include an SS
Hi guys.
Answer my questions or tell me the right list to ask them, please.
I'm developing some Maven plugins. All have ASLv2 licenses.
My questions are:
1. Can I include slightly modified class from Maven code in one of my
plugins? How should I note this fact?
2. Can I include classes from ot
Wagon[1] is only about transportation and it not aware of any Maven
configuration such as the settings.xml, hence there are no Maven core
dependencies
I don't think you need the DefaultDownloader. Instead I would try to use
the ArtifactResolver from maven-artifact-transfer, which *is* aware
trunk please
On Wed, 29 Jun 2016 19:36:22 +0200, Richard Sand
wrote:
OK I can do that, agreed that is an isolated change. Should I go off the
trunk or the 2.10.4 tag?
-Richard
-- Original Message --
From: "Robert Scholte"
To: "Maven Developers List"
Sent: 6/29/2016 1:34:19 PM
OK I can do that, agreed that is an isolated change. Should I go off the
trunk or the 2.10.4 tag?
-Richard
-- Original Message --
From: "Robert Scholte"
To: "Maven Developers List"
Sent: 6/29/2016 1:34:19 PM
Subject: Re: [VOTE] Release Apache Maven Javadoc Plugin version 2.10.4
Let's
Let's start with a simple segment: don't update the file if there are no
changes. That's an isolated issue.
You suggestion is to do a String compare, which seems to me quite
expensive with large files. Instead I would introduce a changed-flag.
AFAIK all rewriting methods are now void-methods.
Hello guys,
I'm running the tests in maven-archetype with Windows and a proxy (yeah, I
know :)) and one of them fails because it cannot find an archetype with the
archetype manager. So I looked at the DefaultDownloader in archetype-common
which injects ArtifactResolver like this:
@Requirement
pri