Re: maven logo...

2007-11-22 Thread Tamás Cservenák
Hi, You can get vectorized (and a little bit fixed in typographical sense) maven logo from here: http://svn.abstracthorizon.org/proximity/trunk/proximity-site-stuff/srcs/maven-logo.svg It is SVG, was edited by Inkscape on linux, but will do any vector drawing app like Illustrator, Corel Draw or

Re: maven logo...

2007-12-02 Thread Tamás Cservenák
include the SVG as an alternative format? Can you submit it via JIRA? Thanks! - Brett On 22/11/2007, at 10:15 PM, nicolas de loof wrote: Thanks a lot. 2007/11/22, Tamás Cservenák [EMAIL PROTECTED]: Hi, You can get vectorized (and a little bit fixed in typographical sense

Re: Fix missing POM files

2008-01-28 Thread Tamás Cservenák
Hi, I'm with Jason here: once something is released, it should be carved into stone. The maven remote repository (every remote one, not just the central!) should only move forward in time. We cannot allow backward modification of artifacts since it may have unforeseeable consequences! Not to

Re: Fix missing POM files

2008-01-28 Thread Tamás Cservenák
really like the others as well. On one hand, metadata updates usually don't break builds. On the other hand, it could make past builds not 100% reproducable if they use that metadata. (example: remote-resources) Dan On Monday 28 January 2008, Tamás Cservenák wrote: Hi, I'm

Re: Fix missing POM files

2008-01-28 Thread Tamás Cservenák
Heh, so you are willing to trade build reproducibility (for all projects linked to central repo) for care about the community? o.O Hrm, please put that on a vote before you do it! IF you are talking about putting up dummy (depsless, only GAV) POMs: IMHO, by putting dummy poms (without

Re: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-25 Thread Tamás Cservenák
Hi, Not quite. Proximity is (almost) plain HTTP proxy, but IT DOES have knowledge about maven reposes (see repository browsing or the use of ?repositoryId=central URL parameter.), but only as separate storages. What it does not have is STATE, it cannot distuingish the two consecutive HTTP GET

Re: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-25 Thread Tamás Cservenák
Just to add: a planned feature of Proximity (awaited for RC2, but my every day job is pressing me lately) would be repository relocation. Behind the curtains, this feature would be implemented just by prefixing the repository namespace within Proximity, like:

Re: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-26 Thread Tamás Cservenák
Hi, On 7/26/06, Trygve Laugstøl [EMAIL PROTECTED] wrote: That is not the problem, the problem is that the metadata from all the repositories has to be _merged_ and dispatched properly by proximity. That is why any plain http proxy will fail acting as a repository for Maven. Ah, I see. My

Re: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-26 Thread Tamás Cservenák
So, 3 + 16 + 17 + 18 should do it :) Thanx for help! ~t~ On 7/26/06, Trygve Laugstøl [EMAIL PROTECTED] wrote: Tamás Cservenák wrote: Hi, On 7/26/06, Trygve Laugstøl [EMAIL PROTECTED] wrote: That is not the problem, the problem is that the metadata from all the repositories has

Re: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-27 Thread Tamás Cservenák
, ~t~ On 7/26/06, Trygve Laugstøl [EMAIL PROTECTED] wrote: Tamás Cservenák wrote: Hi, On 7/26/06, Trygve Laugstøl [EMAIL PROTECTED] wrote: That is not the problem, the problem is that the metadata from all the repositories has to be _merged_ and dispatched properly by proximity. That is why

Re: Inviting Proximity Devs to work with Maven Enterprise

2007-02-23 Thread Tamás Cservenák
Hi, The main Proximity developer is here! :) Thank you the invitation and we (at AbstractHorizon.org) think it is pretty neat idea. Proximity1 (note the 1 at the end) is in usable shape (even sorted out the issue of WebDAV and deployment) and it is very near main 1.0 release. Licensing wise,

Re: Maven's future repository support

2008-03-18 Thread Tamás Cservenák
Hi, I always looked at repo IDs as something local to my machine (take into account Brian's note: apache.snapshot vs apache.snapshots vs apache-snapshot etc). How many builds exists with those variants of the same repo? Also, you can easily pull in the _same_ repo with different ID into the

Re: Mirroring by repository id? is it still sane?

2008-03-18 Thread Tamás Cservenák
Hi all, after Nigel words, i tried to play with Nexus and HTTP Proxying and have tested some solutions with Nexus and HTTP Proxying. It seems that it is feasible and easily done. I set my m2 to use Nexus as HTTP Proxy, and made nexus to use the incoming URL as basis to resolve the repo in

Re: Latency of syncs in Nexus with central

2008-08-01 Thread Tamás Cservenák
Hi there, The problem is more how is central repo in public group on our Nexus served: Central is _not_ proxied by Nexus, but is rsynced from repo1.maven.org to repository.sonatype.org, and it is served from there by Nexus as hosted repo. The problem is probably our rsync process (not [yet]

Re: Decent size icon for Nexus?

2008-08-09 Thread Tamás Cservenák
Wow, this fluid thingy is really cool, to set up personal nexus humm ~t~ On Sat, Aug 9, 2008 at 6:17 PM, Jason Dillon [EMAIL PROTECTED] wrote: Um, sure its Jetty... but thats the *server* not the console, which was what I was talking about. --jason On Aug 9, 2008, at 11:10 PM, Brian

Re: Checksum Format for .md5 and .sha1 Files

2009-01-02 Thread Tamás Cservenák
Not to mention, that there is already a lot of files generated by md5sum and sha1sum apps on central: http://repo2.maven.org/maven2/log4j/log4j/maven-metadata.xml.md5 http://repo2.maven.org/maven2/log4j/log4j/maven-metadata.xml.sha1 But in the above cases, the path is obviously misleading. ~t~

Re: [VOTE] Maven 3.0-alpha-1

2009-01-04 Thread Tamás Cservenák
+1 :) ~t~ On Mon, Jan 5, 2009 at 1:32 AM, Jason van Zyl jvan...@sonatype.com wrote: Hi, This is really to get the ball rolling for Maven 3.x. While I have some gracious guinea pigs who are arduously pummeling this code base I wouldn't recommend anyone use this in production. If you want to

Re: [vote] use repository.zones.apache.org as the new staging/releasing location for Maven artifacts

2009-02-06 Thread Tamás Cservenák
Just an idea: don't forget the archetype plugin: https://docs.sonatype.com/display/NX/Nexus+Archetype+Plugin Having it on r.a.o would be awesome. I can easily downgrade is to support Nexus 1.2.x (until 1.3 is not released). ~t~ On Fri, Feb 6, 2009 at 4:52 PM, Brian E. Fox

Re: [RANT] This Maven thing is killing us....

2006-07-04 Thread Tamás Cservenák
Hi, just to mention a Maven Proxy alternative Proximity, that collects these kind of stats. Currently (ver RC2) contains a simple Stat implementation that is not transient (on restart it forgets the stats) and it offers only few a top10 views just to demonstrate the feature, the final release

Re: [Canceled] [VOTE] Release Maven Archetype plugin version 2.0-alpha-5

2009-05-04 Thread Tamás Cservenák
We could create a CLI tool out of Nexus Archetype Plugin in similar manner as Nexus Indexer CLI exists (or even make those two CLIs one?) Naturally, the Archetype CLI would required Nexus Indexer CLI (to be able to use Nexus Index to generate the catalog). Of course, if there is some other

Re: Maven, M2Eclipse, Nexus @ Eclipse DemoCamp in Budapest

2009-06-16 Thread Tamás Cservenák
directly on my mail, since exact times and pubs are not known yet. Thanks, ~t~ On Sun, Jun 14, 2009 at 9:51 AM, Jason van Zyljvan...@sonatype.com wrote: Hi, Tamás Cservenák and me will be at the Eclipse DemoCamp on Thursday June 18th. If you're interested in M2Eclipse, Maven or Nexus we'll

Re: Stop support for legacy repository layout in 3.x

2009-07-20 Thread Tamás Cservenák
+1 (non binding) biasedAnd also, some of MRMs are of great use on laptops too, due to their small memory footprints, and they are of great help with decoupling you from work to home schemes ;) /biased ~t~ On Mon, Jul 20, 2009 at 10:07 PM, Jason van Zyl jvan...@sonatype.comwrote: On 20-Jul-09,

Re: Multi-Platform snapshots

2009-09-07 Thread Tamás Cservenák
I think that extending the repo metadata with full coordinates is still the best general solution. These builds are de facto different builds, I see no value producing them with _same_ timestamp. They will all be resolvable using standard metadata resolution and version 1.0-SNAPSHOT to their

Re: a cleaned up central repository?

2009-10-06 Thread Tamás Cservenák
Not to mention that these below are formal requirements only. Their _presence_ is required, but nothing is said about their _content_.I can publish a POM that will _have_ dependencies section, but how do we know that the dependencies section is _correct_? Also: license in POM. What license name

Re: a cleaned up central repository?

2009-10-07 Thread Tamás Cservenák
Sorry, could not stand it: the deprecation data about broken artifacts described in metametadata : metametametadata :D ~t~ On Tue, Oct 6, 2009 at 10:22 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: metadata is data about data metaanalysis is an analysis of other analyses

Re: a cleaned up central repository?

2009-10-08 Thread Tamás Cservenák
Modello? Or any source/code generator? :D ~t~ On Thu, Oct 8, 2009 at 5:05 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: UML is a diagram about software 2009/10/8 Jörg Schaible joerg.schai...@gmx.de Stephen Connolly wrote at Donnerstag, 8. Oktober 2009 15:56: No because

Local Repository Optimizations should be removed

2009-12-07 Thread Tamás Cservenák
Hi there, this is mainly about this issue: http://jira.codehaus.org/browse/MNG-4368 It caused a lot of grief (and lost hours) to me, until I figured what happens on me. IMHO, no optimization like this should be done against local repository. Please undo it. Thanks, ~t~

Re: Local Repository Optimizations should be removed

2009-12-07 Thread Tamás Cservenák
branch has it own version to avoid those sort of conflict. Arnaud Héritier Software Factory Manager eXo platform - http://www.exoplatform.com --- http://www.aheritier.net 2009/12/7 Tamás Cservenák ta...@cservenak.net Hi there, this is mainly about this issue: http://jira.codehaus.org

Re: Local Repository Optimizations should be removed

2009-12-07 Thread Tamás Cservenák
://www.exoplatform.com --- http://www.aheritier.net 2009/12/7 Tamás Cservenák ta...@cservenak.net Well, how about a feature branch (short lived branches)? Or you modify all the modules to have different GAV upon branch? This is kinda nonsense to me, since I branch it to do some

Re: Local Repository Optimizations should be removed

2009-12-09 Thread Tamás Cservenák
allow the optimization, but also handle the use case described in the jira issue. Tamás Cservenák wrote: Well, how about a feature branch (short lived branches)? Or you modify all the modules to have different GAV upon branch? This is kinda nonsense to me, since I branch

Re: [VOTE] Release Maven Shade Plugin 1.3.1

2010-01-21 Thread Tamás Cservenák
+1 Thanks, ~t~ On Thu, Jan 21, 2010 at 7:28 AM, Hervé BOUTEMY herve.bout...@free.frwrote: +1 Hervé Le lundi 18 janvier 2010, Benjamin Bentmann a écrit : Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540version=16 111 There are still a

Re: [VOTE] Release Maven Resources Plugin 2.4.2 and Maven Filtering 1.0-beta-4

2010-02-18 Thread Tamás Cservenák
+1 Thanks, ~t~ On Thu, Feb 18, 2010 at 1:46 PM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145version=15604 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761version=14861 There

Re: Re : [VOTE] Release Apache Maven 3.0-alpha-7

2010-03-10 Thread Tamás Cservenák
+1 On Wed, Mar 10, 2010 at 10:18 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: +1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Maven EJB Plugin 2.2.1

2010-03-17 Thread Tamás Cservenák
+1 On Wed, Mar 17, 2010 at 10:28 PM, Olivier Lamy ol...@apache.org wrote: +1 2010/3/17 Benjamin Bentmann benjamin.bentm...@udo.edu: Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11134version=16294 There are still a couple of issues left in

Re: [VOTE] Release Apache Maven 3.0-beta-1

2010-04-19 Thread Tamás Cservenák
+1 On Mon, Apr 19, 2010 at 7:50 PM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi, We solved 39 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16089 There are still a couple of issues left in JIRA:

Re: maven-archetype-plugin 2.0-beta-5 and Central

2010-04-27 Thread Tamás Cservenák
Just a question: will use central catalog, or the catalog got from the _roor_ of defined reposes? In other word: will mirrorOf affect from where is catalog pulled? Asking, since initially when I talked to Raphael wrt nexus-archetype-plugin, the main reason why this plugin put the catalog in the

Re: [VOTE] Release some Maven Archetypes

2010-05-01 Thread Tamás Cservenák
+1 On Apr 30, 2010, at 5:12 PM, Hervé BOUTEMY wrote: ping :) I added a usage note on every archetype site to quickly test creating a project from an archetype, if it can help... Hervé Le mardi 27 avril 2010, Hervé BOUTEMY a écrit : Hi, I want to release Maven Archetypes parent

Re: Julia Antonova/Tumlare is out of office.

2010-06-16 Thread Tamás Cservenák
Update the wiki/FAQ please! Thanks, ~t~ On Sat, Jun 12, 2010 at 8:18 PM, Wayne Fay wayne...@gmail.com wrote: Wahoo Julia going on break is like the summer solstice. ;-) wf On Sat, Jun 12, 2010 at 9:36 AM, Paul Benedict pbened...@apache.org wrote: If anyone should be allowed to

Re: [MDEP-269] please review

2010-06-18 Thread Tamás Cservenák
I don't get it, what do you mean by repository index generated by Nexus ... doesn't include the artifact hash? What makes you think hash is not on the index? Thanks, ~t~ On Fri, Jun 18, 2010 at 11:52 AM, nicolas de loof nicolas.del...@gmail.comwrote: Hi folks, I'm working on MDEP-269

Re: [MDEP-269] please review

2010-06-18 Thread Tamás Cservenák
this. 2010/6/18 Tamás Cservenák ta...@cservenak.net I don't get it, what do you mean by repository index generated by Nexus ... doesn't include the artifact hash? What makes you think hash is not on the index? Thanks, ~t~ On Fri, Jun 18, 2010 at 11:52 AM, nicolas de loof nicolas.del

Re: Julia Antonova/Tumlare is out of office.

2010-06-30 Thread Tamás Cservenák
OMG Do we have a mole within Maven project? :D :D Thanks, ~t~ On Wed, Jun 30, 2010 at 12:44 PM, Julia Antonova juli...@tumlare.comwrote: I will be out of the office starting 30.06.2010 and will not return until 01.07.2010. I have no acces to my mailbox, I will reply to your message upon

Re: Merging in our Aether and Guice changes to Maven 3.x

2010-08-05 Thread Tamás Cservenák
Hi there, As for Guice, I think that what JVZ said does stands: a very few people does understand how big and complex that work was (and is, since it is ongoing). Stuart did a real magic, with just a drop in replacement for Plexus-components backed by Guice. But don't stop there. With his

Re: guice memory usage was: (3.0 beta 2/3/4 roadmap was Re: Merging in our Aether and Guice changes to Maven 3.x)

2010-08-19 Thread Tamás Cservenák
Cool! +1 for merges! Thanks, ~t~ 2010/8/18 Arnaud Héritier aherit...@gmail.com Hi, I just rebuilt aether and maven3 and I have now : 14M/125M We are really near of 9M/125M we have in beta2 Perfect !!! Let's go for a merge in trunk ?? Arnaud

Re: Is packagingmaven-archetype/ required/recommended for archetypes?

2010-09-29 Thread Tamás Cservenák
Howdy, As for [2], the nexus-indexer tries it's best to recognize (or guess is maybe better) is an artifact an archetype or not, exactly because of that mixup with packaging, etc. Considering all archetypes out there in central, there is no unique way to decide... when an artifact is recognized

Re: [VOTE] Release Apache Maven 3.0

2010-10-07 Thread Tamás Cservenák
+1 Woohoo! Thanks, ~t~ On Mon, Oct 4, 2010 at 2:16 PM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi, feedback on the RCs seems to be decreasing and I am currently not aware of any major regression so let's try and cross the finishing line of this marathon. We solved 31 issues

Patch for ARCHETYPE-303

2010-11-18 Thread Tamás Cservenák
Hi there, I attached the patch for solving http://jira.codehaus.org/browse/ARCHETYPE-303 Externalize Archetype Catalog model into separate module issue. This patch externalizes (moves out into separate module) each modello model, leaving just the old 1.x archetype.mdo in archetype-commons. Could

Re: Patch for ARCHETYPE-303

2010-11-18 Thread Tamás Cservenák
Hi, glad you like it :) Just to clear up: the initial reason for this was to make integration of archetype-based solutions easier into non-maven apps. For example, for nexus-archetype-plugin, I really needed the model _only_, nothing else, so I stole the modello mdo file of archetype-catalog

Re: svn commit: r1036834 - in /maven/archetype/trunk: ./ archetype-common/ archetype-common/src/main/mdo/ archetype-models/ archetype-models/archetype-catalog/ archetype-models/archetype-catalog/src/

2010-11-19 Thread Tamás Cservenák
What? What eol style? Is there any other proper OS on planet Earth aside UNIX? :D Sorry, you were true. SVN client is now properly configures, by the book. What should happen with committed files? How to reapply properties there? Thanks, ~t~ On Fri, Nov 19, 2010 at 2:45 PM, Benjamin Bentmann

Re: svn commit: r1036834 - in /maven/archetype/trunk: ./ archetype-common/ archetype-common/src/main/mdo/ archetype-models/ archetype-models/archetype-catalog/ archetype-models/archetype-catalog/src/

2010-11-22 Thread Tamás Cservenák
Hi Hervé, actually, everything (Maven CLI console output AND the surefire output) is in commit log: http://svn.apache.org/viewvc?view=revisionrevision=1036834 If helps: MacOSX, 1.6.5, java 1.6.0_22 (the boxed one), Maven trunk, locally built (Apache Maven 3.0.1-SNAPSHOT (r1035629; 2010-11-16

Re: Patch for ARCHETYPE-303

2010-11-22 Thread Tamás Cservenák
Sure, will try to keep up. I had a year ago (while doing nexus-archetype-plugin) a discussion with Raphael Pieroni (sorry for ASCII-zation of his name!), is he The Man to ping? Thanks, ~t~ On Sun, Nov 21, 2010 at 6:01 PM, Hervé BOUTEMY herve.bout...@free.frwrote: Le jeudi 18 novembre 2010,

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Tamás Cservenák
+1 On Tue, Nov 23, 2010 at 12:23 PM, chemit che...@codelutin.com wrote: On Tue, 23 Nov 2010 12:18:15 +0100 Benjamin Bentmann benjamin.bentm...@udo.edu wrote: +1 (non binding) thanks. Hi, 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do the real thing. We

Re: Simple Standalone Maven Indexer Example

2010-12-14 Thread Tamás Cservenák
Hi, here is a basic example, covering -- I hope -- all you need: https://github.com/cstamas/maven-indexer-examples/tree/master/indexer-example-01 Thanks, ~t~ On Tue, Dec 14, 2010 at 9:25 PM, Ersin ER ersin...@gmail.com wrote: Hello, I am trying to implement a simple standalone maven

Re: Moving scm to java 1.5

2010-12-28 Thread Tamás Cservenák
+1 On Tue, Dec 28, 2010 at 10:19 PM, Stephane Nicoll stephane.nic...@gmail.com wrote: +1 S. On Tue, Dec 28, 2010 at 9:15 PM, Olivier Lamy ol...@apache.org wrote: Hi, As we will start a new year, I'd like to move scm to java 1.5. Let me know if you have any trouble regarding this .

Re: [VOTE] Release Maven Indexer version 4.0.0

2011-01-12 Thread Tamás Cservenák
Hi Brett, originally the targeted version was 3.5, but I was talked out from it. This is Open Source, and version does not hold any marketing value, and 3.5 would be a marketing version (especially when there is no previous 3.4.0 to back it). In short, it's the Maven3 model (vs Maven2.x model) +

Re: [VOTE] Release Maven Indexer version 4.0.0

2011-01-12 Thread Tamás Cservenák
+1 On Tue, Jan 11, 2011 at 9:35 PM, Brian Demers brian.dem...@gmail.comwrote: Hi, We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112version=17017 ** Improvement * [MINDEXER-4] - Upgrade to Lucene 3.0.3 * [MINDEXER-7] - Make IndexingContext be

Re: [ANN] Maven Indexer version 4.0.0 Released

2011-01-19 Thread Tamás Cservenák
Hi, until then (site + doc'd), here is a showcase created for a user asking for examples on this same mailinglist (somewhere in december, but he was interested in using it with plexus too): https://github.com/cstamas/maven-indexer-examples I plan to add more examples here, so if anyone has an

Re: [VOTE] Release Maven Surefire Plugin version 2.7.2

2011-01-22 Thread Tamás Cservenák
+1 Thanks, ~t~ On Jan 22, 2011 8:55 PM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: Hi, We solved 31 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541version=17030 Most noteworthy is http://jira.codehaus.org/browse/SUREFIRE-257 being solved, which is the

Re: [VOTE] Release Maven ear Plugin version 2.5

2011-01-26 Thread Tamás Cservenák
+1 On Wed, Jan 26, 2011 at 11:44 AM, Lukas Theussl ltheu...@apache.org wrote: +1 -Lukas Stephane Nicoll wrote: Hi, We solved 9 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11132version=16706 There are still a couple of issues left in JIRA:

Re: '+1' vs 'I agree'

2011-01-26 Thread Tamás Cservenák
Arnaud, what do you agree with? :) Thanks, ~t~ 2011/1/26 Arnaud Héritier arnaud.herit...@exoplatform.com: I agree :-) - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: '+1' vs 'I agree'

2011-01-26 Thread Tamás Cservenák
I Agree :) 2011/1/26 Arnaud Héritier arnaud.herit...@exoplatform.com: I agree to say I agree when I agree with something instead of using +1 :-) Do you agree ? Arnaud - To unsubscribe, e-mail:

Re: Where to list all @threadSafe plugins and components?

2011-02-09 Thread Tamás Cservenák
Just to chime in: Maven Indexer already cranks up and parses plugin.xml to gather the plugin prefix and existing goals Thanks, ~t~ On Tue, Feb 8, 2011 at 11:00 PM, Jason van Zyl ja...@sonatype.com wrote: On Feb 8, 2011, at 4:54 PM, Dennis Lundberg wrote: My current focus is on the

Re: Where to list all @threadSafe plugins and components?

2011-02-09 Thread Tamás Cservenák
http://jira.codehaus.org/browse/MINDEXER-11 Please comment. Thanks, ~t~ 2011/2/9 Tamás Cservenák ta...@cservenak.net: Just to chime in: Maven Indexer already cranks up and parses plugin.xml to gather the plugin prefix and existing goals Thanks, ~t~ On Tue, Feb 8, 2011 at 11:00 PM

Re: Julia Antonova/Tumlare is out of office.

2011-02-22 Thread Tamás Cservenák
Wiki updated. On Tue, Feb 22, 2011 at 8:07 PM, Julia Antonova juli...@tumlare.com wrote: I will be out of the office starting  22.02.2011 and will not return until 24.02.2011. I have no acces to my mailbox, I will reply to your message upon return. Thank you!

Re: [VOTE] Release Maven Resources Plugin version 2.5

2011-02-24 Thread Tamás Cservenák
+1 Thanks, ~t~ On Thu, Feb 24, 2011 at 11:22 PM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-047/ Staging site: http://maven.apache.org/plugins/maven-resources-plugin-2.5/ +1 Benjamin

Re: [VOTE] Release Maven Remote Resources Plugin version 1.2

2011-02-24 Thread Tamás Cservenák
+1 Thanks, ~t~ On Thu, Feb 24, 2011 at 8:44 PM, Dennis Lundberg denn...@apache.org wrote: Hi, We solved 5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11391styleName=Htmlversion=15620 Note that MRRESOURCES-51 Publish the XML schemas for remote-resources and

Re: [VOTE] Release Apache Maven 3.0.3

2011-02-28 Thread Tamás Cservenák
+1 On Feb 28, 2011 6:59 PM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi, Thanks to those who tested the RC, I think we can move on to the real thing now. We solved 29 issues since 3.0.2: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=17061 There are

Re: [VOTE] Release Maven Surefire Plugin version 2.8

2011-03-10 Thread Tamás Cservenák
+1 On Mar 9, 2011 10:41 PM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: Hi, We solved 16 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541version=17039 The ability to run a single test method is the new feature in this release:

Re: svn commit: r1086889 - /maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/packer/NEXUS4149TransferFormatTest.java

2011-03-30 Thread Tamás Cservenák
Hi, completely agreed, but let me explain -- not that it matters: I had a lot of accumulated changes in my github fork of maven-indexer, and initially did not wanted to disturb other forks of my repository. Hence, I started pushing changes _without_ changing commit messages first -- thinking it

Re: svn commit: r1086889 - /maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/packer/NEXUS4149TransferFormatTest.java

2011-03-31 Thread Tamás Cservenák
All gitters (like me) having forks would need just a re-fetch again (reinit the git-svn and refetch the svn history). But not sure what will happen with ASF Git mirror? (the git.apache.org/maven-indexer.git one) If you can change svn logs, and you do know the ASF Git mirror will be okay (I

Re: [RESULT] [VOTE] Release Maven ACR Plugin version 1.0

2011-03-31 Thread Tamás Cservenák
http://www.apache.org/foundation/voting.html On Thu, Mar 31, 2011 at 1:02 PM, Pablo pa...@anahata-it.com wrote: Just curious, What does non binding mean?

Re: [VOTE] Release Maven Indexer version 4.1.0

2011-04-02 Thread Tamás Cservenák
+1 Thanks, ~t~ (phone) On 31 Mar 2011 22:56, Brian Demers bdem...@apache.org wrote: Hi, We solved 9 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112version=17270 Staging repo: https://repository.apache.org/content/repositories/maven-056/ Guide to testing staged

Re: [VOTE] Release Maven Indexer version 4.1.0

2011-04-04 Thread Tamás Cservenák
Hi Hervé, issues created MINDEXER-23 MINDEXER-24 Thanks for spotting these! ~t~ On Sun, Apr 3, 2011 at 10:35 AM, Hervé BOUTEMY herve.bout...@free.frwrote: but I have a few (non-blocking) remarks: - a description should be defined in each pom.xml (actually description is inherited from

Re: [VOTE] Release Maven Surefire 2.8.1

2011-04-12 Thread Tamás Cservenák
+1 Thanks, ~t~ On Tue, Apr 12, 2011 at 3:32 PM, Olivier Lamy ol...@apache.org wrote: Hello, I'd like to release surefire 2.8.1 We fixed 7 issues : http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541version=17221 Staged repo :

Re: Julia Antonova/Tumlare is out of office.

2011-05-06 Thread Tamás Cservenák
Woo Hoo! Can someone update the wiki please, I am at my phone... Thanks, ~t~ (phone) On Fri, May 6, 2011 at 10:43 PM, Julia Antonova juli...@tumlare.com wrote: I will be out of the office starting 06.05.2011 and will not return until 10.05.2011. I have no acces to my mailbox, I will

CI job for Maven Indexer unable to deploy

2011-06-09 Thread Tamás Cservenák
Hi there, according to [1], the build of Indexer with latest changes went fine, but the deployment to RAO failed with 401. Could someone take a peek and verify the CI job's settings.xml? I don't have the needed karma it seems... [1]

Re: CI job for Maven Indexer unable to deploy

2011-06-09 Thread Tamás Cservenák
Um, rollback this below, next builds just deployed fine. O_o https://builds.apache.org/view/M-R/view/Maven/job/maven-indexer/9/ Thanks, ~t~ 2011/6/9 Tamás Cservenák ta...@cservenak.net Hi there, according to [1], the build of Indexer with latest changes went fine, but the deployment

[VOTE] Release Maven Indexer version 4.1.1

2011-06-09 Thread Tamás Cservenák
Hi, Current 4.1.1 version is mostly bugfix release for latest 4.0.1 improving indexer robustness, lessen unnecessary IO burden and smaller POM fixes regarding site publishing. We solved 5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112version=17410 There are still a

Re: [VOTE] Release Maven Indexer version 4.1.1

2011-06-09 Thread Tamás Cservenák
Sorry, I meant to say Current 4.1.1 version is mostly bugfix release for latest 4.1.0, NOT 4.0.1. 2011/6/9 Tamás Cservenák ta...@cservenak.net: Current 4.1.1 version is mostly bugfix release for latest 4.0.1 improving indexer robustness, lessen unnecessary IO burden and smaller POM fixes

[RESULT] [VOTE] Release Maven Indexer version 4.1.1

2011-06-14 Thread Tamás Cservenák
Hi, The vote has passed with the following result : +1 (binding): Mark Struberg, Hervé Boutemy, Olivier Lamy, Brett Porter +1 (non binding): Jesse Glick, Brian Demers, Damian Bradicich I will promote the artifacts to the central repo. Thanks, ~t~

Re: why Maven 3 is divided into eleven eclipse project?

2011-06-29 Thread Tamás Cservenák
Sorry, did not noticed the OOM in the logs! Bot restarted, try again please... Thanks, ~t~ On Wed, Jun 29, 2011 at 9:34 PM, Wendy Smoak wsm...@gmail.com wrote: On Wed, Jun 29, 2011 at 2:36 PM, Martin Gainty mgai...@hotmail.com wrote: make ¢? No.  Where did that list come from?

Re: PlexusContainer#lookupList(role) returns only one component

2011-08-02 Thread Tamás Cservenák
In plexus role+hint forms a composite key. In your case, you had a component conflict, and Plexus stashed one component over another (it's undefined which wins, but probably depends on classpath ordering or so). If you want Plexus to manage them as two distinct components, you have to make them

Re: PlexusContainer#lookupList(role) returns only one component

2011-08-02 Thread Tamás Cservenák
Inline. On Tue, Aug 2, 2011 at 12:05 PM, bernd.v...@bosch-si.com wrote: In plexus role+hint forms a composite key. In your case, you had a component conflict, and Plexus stashed one component over another (it's undefined which wins, but probably depends on classpath ordering or so). Sure,

Re: svn commit: r1158917 - in /maven/indexer/trunk/indexer-core/src: main/java/org/apache/maven/index/DefaultSearchEngine.java test/java/org/apache/maven/index/SearchWithAnEmptyIndexTest.java

2011-08-18 Thread Tamás Cservenák
Hi Olivier, the change http://svn.apache.org/viewvc?view=revisionrevision=1158917 while properly fixing the stuff mentioned in commit log, sneaks in another change that is wrong. The searchFlat can return empty results with multiple index if the first used returns empty result fix is okay, and

Re: [VOTE] Release Maven Archetype Plugin version 2.1

2011-08-31 Thread Tamás Cservenák
+1 On Wed, Aug 31, 2011 at 9:39 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: Hi, We solved 24 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11095styleName=Htmlversion=16795 There are still a good number of issues left in JIRA:

Re: [VOTE] Release Apache Maven Indexer 4.1.2

2011-09-24 Thread Tamás Cservenák
Oups, sorry for the delay: +1 On Wed, Sep 21, 2011 at 10:26 AM, Olivier Lamy ol...@apache.org wrote: Hello, I'd like to release Apache Maven Indexer 4.1.2. We fixed 5 issues :

Re: [VOTE] Release Maven Surefire version 2.10

2011-09-27 Thread Tamás Cservenák
+1 On Tue, Sep 27, 2011 at 12:26 AM, Paul Gier pg...@apache.org wrote: Hi, We solved 8 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541version=17431 There are still lots of issues left in JIRA:

Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-27 Thread Tamás Cservenák
+1 On Mon, Sep 26, 2011 at 3:56 PM, Olivier Lamy ol...@apache.org wrote: Hello, I'd like to release Apache Maven Wagon 2.0. We fixed 31 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?version=17379styleName=TextprojectId=10335Create=Create Staging repo :

Re: [VOTE] Use aether 1.13 and sisu 2.3.0 as dependencies of Apache Maven

2011-11-10 Thread Tamás Cservenák
+1 Thanks, ~t~ (phone) On Nov 10, 2011 4:53 PM, Olivier Lamy ol...@apache.org wrote: Hello, Since last vote things have changed: * aether is in incubation process @eclipse * sisu is in incubation process @eclipse Due to the fact that those process can be long before having an official

Re: [VOTE] Apache Maven 3.0.4

2011-11-29 Thread Tamás Cservenák
Hi, Nexus does not respond with HTTP 411. It has to be some nexus-fronting app (httpd or nginx?) And I am 99% confident that according to RFC[1], this was a case of incomplete request or such. As I inspected, nexus@codehaus is fronted by nginx 0.8.24 By googling, I found this:

Re: [VOTE] Apache Maven 3.0.4

2011-11-29 Thread Tamás Cservenák
is a pain 2011/11/29 Tamás Cservenák ta...@cservenak.net: Hi, Nexus does not respond with HTTP 411. It has to be some nexus-fronting app (httpd or nginx?) And I am 99% confident that according to RFC[1], this was a case of incomplete request or such. As I inspected, nexus@codehaus

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-13 Thread Tamás Cservenák
Same for MRMs, to perform checksum/signature/content analysis... to be able to cleanly refuse maven when asking for broken artifact (and having checksum/signature/content validation on). Otherwise, if would be done while streaming, currently there's no clean way to say to client (Maven) at _the

Re: Maven Indexer, filter by period of time and classNames field

2012-04-17 Thread Tamás Cservenák
Your example accesses Central Repository Index (http://repo1.maven.org/maven2), and due to bandwidth considerations, it does NOT index, hence index chunks you download does not have classNames in it. Otherwise, your code looks good. Try the same against a Nexus repository with some JARs deployed,

Maven Indexer Changes

2012-08-07 Thread Tamás Cservenák
Hi there, Olivier did a great job of releasing Maven Indexer 4.1.3 that bumped Lucene to 3.6.1. But, having Lucene 3.6.1 in MI makes us now possible to do more. Here is a branch I did today: https://github.com/cstamas/maven-indexer/commits/fixes Basically, it has following changes: * Removed

Re: Maven Indexer Changes

2012-08-08 Thread Tamás Cservenák
It's something not needed when you are breastfeeding :p Thanks, ~t~ mobile On Aug 8, 2012 8:07 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: Exactly what is a Bottle warmer thread ?? I think I want one too ;) Kristian 2012/8/7 Tamás Cservenák ta...@cservenak.net: Hi

Re: Maven Indexer Changes

2012-08-08 Thread Tamás Cservenák
:29:41 +0200 schreef Olivier Lamy ol...@apache.org : Nice changes. +1 to merge that. Maybe some jiras entries to create :-) -- Olivier Le 7 août 2012 23:21, Tamás Cservenák ta...@cservenak.net a écrit : Hi there, Olivier did a great job of releasing Maven Indexer 4.1.3 that bumped

Re: Maven Indexer Changes

2012-08-09 Thread Tamás Cservenák
quickly - not if their solution works. Just something to consider from the real world. -Chris Sent from my iPhone On 09/08/2012, at 1:13 AM, Tamás Cservenák ta...@cservenak.net wrote: In short: Java6 EOL is coming in months now, users running 1.5 and below should really consider an upgrade

Re: Maven Indexer Changes

2012-08-09 Thread Tamás Cservenák
Brett and others, I rolled back MI to Java5, but I agree, due to API breakage I did bump the version to 5.0.0-SNAPSHOT. https://github.com/cstamas/maven-indexer/commits/fixes As for consumer side code, few examples: Maven Indexer Examples updated to represent needed changes (commented on API

Re: Git as the canonical SCM

2012-09-05 Thread Tamás Cservenák
+1000 and don't forget one of the simplest: maven-indexer (my guts always tremble when I need to dcommit there, due to stupid eu/us git-svn problems) :D Thanks, ~t~ On Wed, Sep 5, 2012 at 11:41 AM, Arnaud Héritier aherit...@gmail.comwrote: +1 to do it step by step The conversion is easy

Re: Dynamically determining the currently executing goal name

2012-09-11 Thread Tamás Cservenák
Add following member to your Mojo and inspect what is injected: /** * Mojo execution. * * @parameter default-value=${mojoExecution} * @required * @readonly */ private org.apache.maven.plugin.MojoExecution mojoExecution; Hope helps, ~t~ On Mon, Sep 10, 2012

Release of Maven Indexer 5.0

2012-09-12 Thread Tamás Cservenák
Howdy, there are a notable changes in trunk of MI: https://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truejqlQuery=project+%3D+MINDEXER+AND+fixVersion+%3D+%225.0.0%22+AND+status+%3D+Closed+ORDER+BY+priority+DESC https://github.com/apache/maven-indexer/commits/trunk?page=1 So, I'd like

  1   2   3   4   5   6   7   8   9   10   >