Le mardi 20 novembre 2012 19:50:22 Benson Margulies a écrit :
> On Tue, Nov 20, 2012 at 7:45 PM, Brett Porter wrote:
> > On 21/11/2012, at 7:37 AM, Kristian Rosenvold
wrote:
> >> I think I found at least one cause of too many forked lifecycles within
> >> site.
> >>
> >> Basically the aggregato
On 21/11/2012, at 11:50 AM, Benson Margulies wrote:
> On Tue, Nov 20, 2012 at 7:45 PM, Brett Porter wrote:
>>
>> On 21/11/2012, at 7:37 AM, Kristian Rosenvold
>> wrote:
>>
>>> I think I found at least one cause of too many forked lifecycles within
>>> site.
>>>
>>> Basically the aggregato
On Tue, Nov 20, 2012 at 7:45 PM, Brett Porter wrote:
>
> On 21/11/2012, at 7:37 AM, Kristian Rosenvold
> wrote:
>
>> I think I found at least one cause of too many forked lifecycles within site.
>>
>> Basically the aggregators are being run for every module in the
>> reactor, if I understand thi
On 21/11/2012, at 7:37 AM, Kristian Rosenvold
wrote:
> I think I found at least one cause of too many forked lifecycles within site.
>
> Basically the aggregators are being run for every module in the
> reactor, if I understand things correctly they should only be run for
> "pom"
> modules.
>
Hi,
Sorry for the long delay since the first attempt. I have more free time now
to be back on this subject.
We solved 3 issues in Maven Dependency Analyzer :
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&styleName=Html&version=17832
There are still one issue left in JIRA:
http
2012/11/20 Mark Derricutt :
> Since the compiler plugin 3.0 is now out it might be good to bump that.
uhm not sure (or not yet) for this one.
After more testing (and users feedback) it looks the incremental stuff
trigger too much compilation (that need more debugging)
>
> Or at least revisit the
Since the compiler plugin 3.0 is now out it might be good to bump that.
Or at least revisit the bumping of bindings after all these new releases coming
up are done for 3.1 are done.
On 21/11/2012, at 9:18 AM, Anders Hammar wrote:
> This has been fixed on trunk:
> http://svn.apache.org/viewvc/
Neato. Thanks Karl Heinz ;-)
On Tue, November 20, 2012 12:18 pm, Anders Hammar wrote:
> This has been fixed on trunk:
> http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml?view=markup
>
> /Anders
>
>
> On Tue, Nov 20, 2012 at 9:06 PM,
I think I found at least one cause of too many forked lifecycles within site.
Basically the aggregators are being run for every module in the
reactor, if I understand things correctly they should only be run for
"pom"
modules.
I have a very simple patch at
https://github.com/krosenvold/maven-shar
2012/11/20 Dennis Lundberg :
> On 2012-11-20 01:14, Benson Margulies wrote:
>> Ever since JIRA 4.2, they have had a REST API.
>>
>> So I think that we need to make m-c-p learn to use it.
>>
>> Anyone else game to pitch in? Anyone mind the thought of the CXF REST
>> client library as a (not very sma
The ITs are passing with Wagon 2.3 integrated. It's being pulled from the
staging repository.
https://builds.apache.org/job/core-integration-testing-maven-3/251/console
On Nov 20, 2012, at 11:37 AM, Jason van Zyl wrote:
> Hi,
>
> There have been eight issues fixed in this version of Wagon. It
This has been fixed on trunk:
http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml?view=markup
/Anders
On Tue, Nov 20, 2012 at 9:06 PM, Manfred Moser wrote:
> Hi all!
>
> Just a question out of curiosity for the 3.1 release. Are yo
Hi all!
Just a question out of curiosity for the 3.1 release. Are you planning to
update some of the plugin version set in the super pom to newer versions?
E.g the compiler plugin to 2.5.1 would be nice for Java 7 users from what
I know..
manfred
-
While that sounds enticing... I'll stick with the enforcer release :-)
Happy to take a look later in the week once all the Maven 3.1.0 dependencies
are dealt with.
On Nov 20, 2012, at 1:28 PM, Benson Margulies wrote:
> Hey Jason,
>
> I can knock off an enforcer release even intoxicated by acu
No rush. Just figured while I'm in the release monkey seat I would try to push
it out.
On Nov 20, 2012, at 2:53 PM, Hervé BOUTEMY wrote:
> MENFORCER-144 fixed
>
> I'd like to MENFORCER-145 before the release, please wait a few more hours
>
> Regards,
>
> Hervé
>
> Le mardi 20 novembre 2012
MENFORCER-144 fixed
I'd like to MENFORCER-145 before the release, please wait a few more hours
Regards,
Hervé
Le mardi 20 novembre 2012 12:02:40 Jason van Zyl a écrit :
> Sure, I can take a look as I'm doing releases this week.
>
> Hervé, you mind if I push out MENFORCER-144 to the next versio
Hi,
we'd like to release Maven Indexer 5.1.0.
We fixed 7 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=18972
Staging repository:
https://repository.apache.org/content/repositories/maven-051/
Guide to testing staged releases:
http://maven.apache.org/guides/deve
Folks,
Unless actively restrained, I will strive to cook up a minimal
solution within the current methodology to get the plugin into working
condition.
If the Atlassian people didn't have their frustrating attitude toward
Maven Central, I'd just use their component.
Once I have it working, anyon
The Android Maven Plugin team is pleased to announce the release of
version 3.4.1 of the plugin.
New features/bug fixes are
- apklib now uses the resourceOverlayDirectories and
resourceOverlayDirectory options
- Showing current test count and number of total count of tests during
instrumentation
Hey Jason,
I can knock off an enforcer release even intoxicated by acute turkey
poisoning. On the other hand, I don't know enough to look for a better
solution to the forked execution issue that we've been discussing with
respect to the site plugin. Can I interest you in swapping?
--benson
On T
Yes, we should have a look at it.
The github implementation in the Changes Plugin uses Mylyn under the
hood. The problem we have is that we need these implementations to play
nicely together with the good old changes.xml format. Might be an idea
to do thing the other way around - convert changes.x
Nice, thanks.
On Nov 20, 2012, at 1:07 PM, Dennis Lundberg wrote:
> Hi
>
> The core ITs running under Windows in Jenkins is now operational.
>
> The configuration is quite appalling in places, because Jenkins resolves
> environment variables that are paths to Windows paths - not Java paths.
>
Hi
The core ITs running under Windows in Jenkins is now operational.
The configuration is quite appalling in places, because Jenkins resolves
environment variables that are paths to Windows paths - not Java paths.
So they are only good for use in batch files, but not in system
properties for Java
I would honestly take a look at the Mylyn APIs for issues. They have all the
connectors and I believe they have all been decoupled from OSGi. It's the most
comprehensive implementation for most issue tracking systems. There is already
support for JIRA there.
On Nov 20, 2012, at 12:54 PM, Dennis
On Tue, 20 Nov 2012 18:54:35 +0100
Dennis Lundberg wrote:
> On 2012-11-20 01:14, Benson Margulies wrote:
> > Ever since JIRA 4.2, they have had a REST API.
> >
> > So I think that we need to make m-c-p learn to use it.
> >
> > Anyone else game to pitch in? Anyone mind the thought of the CXF RES
On 2012-11-20 04:13, Jason van Zyl wrote:
>
> On Nov 19, 2012, at 8:44 PM, Benson Margulies wrote:
>
>> On Mon, Nov 19, 2012 at 8:34 PM, Jason van Zyl wrote:
>>>
>>> On Nov 19, 2012, at 8:29 PM, Benson Margulies wrote:
>>>
Do we have, right now, either:
1) A way of mapping java-
On 2012-11-20 01:14, Benson Margulies wrote:
> Ever since JIRA 4.2, they have had a REST API.
>
> So I think that we need to make m-c-p learn to use it.
>
> Anyone else game to pitch in? Anyone mind the thought of the CXF REST
> client library as a (not very small) dependency?
I'm interested. Ha
Awesome, thanks.
On Nov 20, 2012, at 12:30 PM, Dennis Lundberg wrote:
> On 2012-11-20 13:39, Jason van Zyl wrote:
>> Dennis,
>>
>> Hervé pushed Modello into OSSRH and I activated the sync to central so
>> 1.6[1] is now available now so you should have everything you need for
>> MNG-5336.
>>
On 2012-11-20 13:39, Jason van Zyl wrote:
> Dennis,
>
> Hervé pushed Modello into OSSRH and I activated the sync to central so 1.6[1]
> is now available now so you should have everything you need for MNG-5336.
>
> [1]: http://repo1.maven.org/maven2/org/codehaus/modello/modello-core/1.6/
I've cl
Sure, I can take a look as I'm doing releases this week.
Hervé, you mind if I push out MENFORCER-144 to the next version so I can stage
a release?
https://jira.codehaus.org/secure/IssueNavigator.jspa?fixfor=18491&pid=11530&reset=true&show=View+%26gt%3B%26gt%3B
On Nov 20, 2012, at 11:54 AM, Josh
Would it be possible to get a new release of the maven enforcer plugin
sometime soon? I've been eagerly awaiting a release with the fix for
http://jira.codehaus.org/browse/MENFORCER-135.
Currently my build output is 2139 lines, of which 1701 lines (~80%) is INFO
messages from the enforcer plugin.
Yup, nothing in central.
On Nov 20, 2012, at 11:39 AM, Benson Margulies wrote:
> I hope we caught them in time.
>
> On Tue, Nov 20, 2012 at 10:52 AM, Olivier Lamy wrote:
>> 2012/11/20 Olivier Lamy :
>>> 2012/11/20 Olivier Lamy :
No staging repository ?
Release process is docume
I hope we caught them in time.
On Tue, Nov 20, 2012 at 10:52 AM, Olivier Lamy wrote:
> 2012/11/20 Olivier Lamy :
>> 2012/11/20 Olivier Lamy :
>>> No staging repository ?
>>>
>>> Release process is documented here:
>>> http://maven.apache.org/developers/release/releasing.html (including
>>> links
Hi,
There have been eight issues fixed in this version of Wagon. It's a dependency
for Maven 3.1.0 so I wanted to get it up for a vote so that I can try and
integrate it by the end of the week.
Here's a link to the issues resolved for this version:
https://jira.codehaus.org/secure/IssueNavigat
2012/11/20 Olivier Lamy :
> 2012/11/20 Olivier Lamy :
>> No staging repository ?
>>
>> Release process is documented here:
>> http://maven.apache.org/developers/release/releasing.html (including
>> links on how to play with repository.a.o)
>>
>> Frankly stuff will be go to central without any vote
2012/11/20 Olivier Lamy :
> No staging repository ?
>
> Release process is documented here:
> http://maven.apache.org/developers/release/releasing.html (including
> links on how to play with repository.a.o)
>
> Frankly stuff will be go to central without any vote ?
>
> So yes please remove those ar
No staging repository ?
Release process is documented here:
http://maven.apache.org/developers/release/releasing.html (including
links on how to play with repository.a.o)
Frankly stuff will be go to central without any vote ?
So yes please remove those artifacts which doesn't have any vote.
And
Hi,
There have been eight issues fixed in this version of Wagon. It's a dependency
for Maven 3.1.0 so I wanted to get it up for a vote so that I can try and
integrate it by the end of the week.
Here's a link to the issues resolved for this version:
https://jira.codehaus.org/secure/IssueNavigat
Dennis,
Hervé pushed Modello into OSSRH and I activated the sync to central so 1.6[1]
is now available now so you should have everything you need for MNG-5336.
[1]: http://repo1.maven.org/maven2/org/codehaus/modello/modello-core/1.6/
Thanks,
Jason
-
Cool, I'll spin up a release.
On Nov 19, 2012, at 4:09 PM, Dennis Lundberg wrote:
> This is fixed now.
>
> On 2012-11-19 20:57, Dennis Lundberg wrote:
>> Hi
>>
>> I'd like to get a fix for https://jira.codehaus.org/browse/WAGON-370
>> into that release. I'm just not sure which version of slf4j
On Mon, 19 Nov 2012 23:09:06 +0100
Olivier Lamy wrote:
+1, at last :)
thanks,
tony.
> Hi,
> Last release is from feb 2007.
> We fixed 7 issues: http://s.apache.org/RAR-PLUGIN-2.3
>
> Staging repo: https://repository.apache.org/content/repositories/maven-048/
> Source release: maven-rar-plugin
[All join in for the chorus]
The Internet is for maven
The Internet is for maven
Some people seem to think for porn
But, maven, maven, maven!
On Tuesday, 20 November 2012, Benson Margulies wrote:
> I'd have to get it to maven central. And the comments on the forum
> page are not terrifically enc
+1 (nb)
On Tue, Nov 20, 2012 at 2:38 AM, Hervé BOUTEMY wrote:
> +1
>
> Regards,
>
> Hervé
>
> Le lundi 19 novembre 2012 23:09:06 Olivier Lamy a écrit :
> > Hi,
> > Last release is from feb 2007.
> > We fixed 7 issues: http://s.apache.org/RAR-PLUGIN-2.3
> >
> > Staging repo:
> https://repository.
Am cancelling the vote as Igor found a severe performance regression [1]
present in 5.1.0 (and probably in last 4.x release), causing a slowdown
with factor of ~2.3. It is caused by change in Lucene 3.6.1 (Lucene was
updated from 3.0.3 to 3.6.1 in MI release 4.1.3). Previous versions that
were usin
44 matches
Mail list logo