Re: Mix-Ins Availability Tracking

2010-06-21 Thread Jason van Zyl
On Jun 21, 2010, at 10:01 AM, Wetzold, Robert wrote: > Hello, > > there is a great idea about having a Mix-Ins-Concept in Maven 3. It sounds as > if this concept could really help to get out of the long pom's hell. > > What is the Jira item for these Mix-Ins so that we can keep track of the >

Mix-Ins Availability Tracking

2010-06-21 Thread Wetzold, Robert
Hello, there is a great idea about having a Mix-Ins-Concept in Maven 3. It sounds as if this concept could really help to get out of the long pom's hell. What is the Jira item for these Mix-Ins so that we can keep track of the progress? We read in a recent article [1] that Maven 3.1 is supposed

Android Jars available in Maven Central

2010-06-21 Thread Manfred Moser
Just a quick heads up that thanks to a combined community effort the android jar files are now available in maven central. http://www.simpligility.com/2010/06/android-artifacts-hit-maven- central/ manfred - To unsubscribe, e-m

Re: [MDEP-269] please review

2010-06-21 Thread Jason van Zyl
This is out of scope for the dependency plugin. It's like the site plugin growing out of control. The dependency plugin is manipulating dependencies not finding them and doing migrations. On Jun 21, 2010, at 10:48 AM, nicolas de loof wrote: > True, > > I'll commit the REST-based code in maven-

Re: [MDEP-269] please review

2010-06-21 Thread nicolas de loof
True, I'll commit the REST-based code in maven-dependency-plugin, as it is easier to configure for any other repository manager, and try to prepare a contrib to nexus-maven-plugin Cheers, Nicolas 2010/6/21 Brian Fox > If you're using the nexus api, then this belongs in the > nexus-maven-plug

Re: [MDEP-269] please review

2010-06-21 Thread Brian Fox
If you're using the nexus api, then this belongs in the nexus-maven-plugin, not the maven-dependency-plugin. On Mon, Jun 21, 2010 at 8:39 AM, nicolas de loof wrote: > I tried to write an alternate implementation of MDEP-269 using nexus indexer > API, based on samples found on sonatype blog. > > I

Re: [MDEP-269] please review

2010-06-21 Thread nicolas de loof
> > I get an error when running the indexUpdater > : java.lang.ClassNotFoundException: > org.eclipse.jetty.client.security.Authorization - I can't find a dependency > to this eclipse plugin in nexus-indexer POM.xml > > > This one is solved, I wasn't looking at the correct POM :-/ sory Nicolas

Re: [MDEP-269] please review

2010-06-21 Thread nicolas de loof
I tried to write an alternate implementation of MDEP-269 using nexus indexer API, based on samples found on sonatype blog. I got some few issues : I had to add sonatype forge as repository to resolve dependencies, not really pleasant as the maven plugin is expected to build using central repo. I