Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B18F511B79 for ; Tue, 1 Jul 2014 18:49:44 +0000 (UTC) Received: (qmail 52077 invoked by uid 500); 1 Jul 2014 18:49:44 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 51987 invoked by uid 500); 1 Jul 2014 18:49:44 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 51974 invoked by uid 99); 1 Jul 2014 18:49:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2014 18:49:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B543C991F33; Tue, 1 Jul 2014 18:49:43 +0000 (UTC) From: carlspring To: dev@maven.apache.org Reply-To: dev@maven.apache.org Message-ID: Subject: [GitHub] maven-indexer pull request: Mindexer 80 Content-Type: text/plain Date: Tue, 1 Jul 2014 18:49:43 +0000 (UTC) GitHub user carlspring opened a pull request: https://github.com/apache/maven-indexer/pull/4 Mindexer 80 @Tamas, I've re-applied the fixes from your branch, as discussed and the tests now all pass! :-) Two things to note: - I haven't applied your fixes to the POM files, as for one of them the diff is 90% and I would rather not sort that out myself, but leave it to you. However, I believe the code is safe enough to be merged into the master and work can continue based on this. (The only change to the POM-s that I've applied is replacing the plexus-component-metadata plugin with the sisu-maven-plugin). - I'm leaving the removal of plexus-utlils and it's replacement with guava to you (unless you could perhaps provide some more explanations in the JIRA). Martin You can merge this pull request into a Git repository by running: $ git pull https://github.com/carlspring/maven-indexer MINDEXER-80 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-indexer/pull/4.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4 ---- commit 6449757a18a4c636ea24ecbcc9de6e44636b814c Author: Martin Todorov Date: 2014-07-01T16:30:34Z - Replaced @Component with @Named / @Singleton. - Optimized the dependencies. commit 4620267a509db0dbc442d3bd0af0f76969cfad04 Author: Martin Todorov Date: 2014-07-01T16:50:55Z - Replaced logging with SLF4J. - Optimized the dependencies. commit 22c618d7574ee6acec7fc042f386dab6ec2d1c86 Author: Martin Todorov Date: 2014-07-01T18:20:44Z - Replaced all the @Requirements with finals and constructors. - Optimized the dependencies. commit 377d9f973d14d6ca002e8cb9f60d1c127cc6ed30 Author: Martin Todorov Date: 2014-07-01T18:48:02Z - Replaced the plexus-component-metadata plugin with the sisu-maven-plugin. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org