Plugin for exposing a remote location as repository?

2014-08-28 Thread George Georgovassilis
I'm trying to automate the following case by writing a maven plugin which can expose a directory as a repository for other modules. The use case: My module A requires as a dependency a module B in a remote (http) location. That module B has a maven structure, but only the source part is

Re: [2/2] git commit: aether 1.0

2014-08-28 Thread Robert Scholte
Igor, please bind this change to MNG-5562[1] Also, Benjamin advices to change other things as well. thanks, Robert [1] https://jira.codehaus.org/browse/MNG-5562 Op Thu, 28 Aug 2014 05:17:55 +0200 schreef ifedore...@apache.org: aether 1.0 Signed-off-by: Igor Fedorenko ifedore...@apache.org

Re: [2/2] git commit: aether 1.0

2014-08-28 Thread Jason van Zyl
If Benjamin has further changes he would like to make, he can do them himself or make PRs with explanations. On Aug 28, 2014, at 6:00 AM, Robert Scholte rfscho...@apache.org wrote: Igor, please bind this change to MNG-5562[1] Also, Benjamin advices to change other things as well.

Re: [2/2] git commit: aether 1.0

2014-08-28 Thread Igor Fedorenko
Thank you, Robert, for the reminder. I updated the jira with fixed release version and link to git commit. As far changes on Benjamin's branch. I am not comfortable committing somebody else's code unless it comes through explicit pull request or jira attachment. I also generally require

Re: [2/2] git commit: aether 1.0

2014-08-28 Thread Robert Scholte
Hi, I've had mail contact with Benjamin. We don't have to expect more coding from his side. It's up to us if we want to integrate some of his proposals. The extra adjustments are there for: - MNG-3092 - cycle warnings Robert Op Thu, 28 Aug 2014 13:18:19 +0200 schreef Jason van Zyl

[GitHub] maven-indexer pull request: MINDEXER-89: Use a more uncommon port ...

2014-08-28 Thread carlspring
GitHub user carlspring opened a pull request: https://github.com/apache/maven-indexer/pull/6 MINDEXER-89: Use a more uncommon port for Jetty in the DefaultIndexUpdaterEmbeddingIT to avoid Address already in use Applied fix using the build-helper-maven-plugin. You can merge this

maven indexer examples issue

2014-08-28 Thread Talley, Kenneth
Hey all, I'm new to plexus and sisu so forgive me if this is a little newbish. Basically, I'm trying to learn how to use maven indexer and just running the BasicUsageExamplerTest throws: org.codehaus.plexus.component.repository.exception.ComponentLookupException:

Re: maven indexer examples issue

2014-08-28 Thread Martin Todorov
Hi Kenneth, What version of Maven are you trying to build this with? It's building fine for me with Maven 3.2.1. Kind regards, Martin On Thu, Aug 28, 2014 at 6:24 PM, Talley, Kenneth kenneth.tal...@emc.com wrote: Hey all, I'm new to plexus and sisu so forgive me if this is a little

RE: maven indexer examples issue

2014-08-28 Thread Talley, Kenneth
Thanks for the quick reply Martin, I'm running in OSX: mvn --version Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e; 2014-06-17T07:51:42-06:00) kwt From: Martin Todorov [carlspr...@gmail.com] Sent: Thursday, August 28, 2014 11:30 AM To:

Re: maven indexer examples issue

2014-08-28 Thread Martin Todorov
Oh, you're right! This seems to have been broken by a recent merge. I believe 7d5ed7af1eff148ab509ae8c89d61f936e37bf2a should be a safe revision to rollback to and try things from there. We'll look into this and get back to you. On Thu, Aug 28, 2014 at 6:39 PM, Talley, Kenneth

[GitHub] maven-surefire pull request: SUREFIRE-1028 Unable to run single te...

2014-08-28 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/46 SUREFIRE-1028 Unable to run single test (junit) Fix for a critical bug: https://jira.codehaus.org/browse/SUREFIRE-1028 Fixed in subclass `FilterFactory.MethodFilter`. The

Re: maven indexer examples issue

2014-08-28 Thread Tamás Cservenák
Examples fixed with 2c916cbdaf9ec79e5f66ecbb85b6bd80ad302152. Please update. thanks (phone), ~t~ On Aug 28, 2014 7:55 PM, Martin Todorov carlspr...@gmail.com wrote: Oh, you're right! This seems to have been broken by a recent merge. I believe 7d5ed7af1eff148ab509ae8c89d61f936e37bf2a should

RE: maven indexer examples issue

2014-08-28 Thread Talley, Kenneth
I can confirm the fix! Thanks for the help and fast work, you're awesome. kwt From: t.cserve...@gmail.com [t.cserve...@gmail.com] on behalf of Tamás Cservenák [ta...@cservenak.net] Sent: Thursday, August 28, 2014 1:22 PM To: Maven Developers List

Re: Trying to port Neo4j on AIX

2014-08-28 Thread Chris Graham
And the failing error is? Should this not be posted on the users list? -Chris On Thu, Aug 28, 2014 at 1:36 AM, Siah Lyimo sly...@us.ibm.com wrote: Hi, I'm working on porting Neo4j on AIX and I was wondering if there is anyone who has previously made an attempt to port to AIX. I'm