Injecting Settings to plexus component

2015-03-02 Thread Dan Tran
I have a component that requires access to Settings where it is available at MOJO level via @Parameter(defaultValue = ${settings}, readonly = true) So instead of have Mojo to pass the Settings to my plexus component method, can my plexus component get Settings as an Injection? any sample?

Re: TFS or NuGet repository for Maven

2015-03-02 Thread Ron Wheeler
And once Nexus is set up it is almost invisible in terms of support requirements. Just a Nexus user. Ron On 03/03/2015 12:43 AM, Manfred Moser wrote: Dale, At one of my clients we have a large TFS deployment for TFVC and GIT as well as a lot of the other SDLC support. However TFS does NOT

Re: TFS or NuGet repository for Maven

2015-03-02 Thread Manfred Moser
Dale, At one of my clients we have a large TFS deployment for TFVC and GIT as well as a lot of the other SDLC support. However TFS does NOT include support for a binary component repository manager like Artifactory or Nexus. And we also ended up using Jenkins fyi. I think you have no real

Re: Determining the directory of test/resources from multi-modules?

2015-03-02 Thread Baptiste Mathus
Well, IIUC yes. For example you could use filtering to inject the property saying where the test/resources are. And if you need that directly in some code, then the templating-maven-plugin may be what you need. Please give more precision of you need more help. Cheers Le 2 mars 2015 21:37, Kevin

Determining the directory of test/resources from multi-modules?

2015-03-02 Thread Kevin Burton
I have a bunch of side-files I need to maintain for my unit tests. They’re the results of an text extraction / mining operation. So I need a portable way to learn the directory of the current module from a test. Is there an easy way to find that out? Kevin -- Founder/CEO Spinn3r.com

[ANN] Animal Sniffer 1.14 Released

2015-03-02 Thread Stephane Nicoll
Hi, The Mojo team is pleased to announce the release of Animal Sniffer version 1.14. Animal Sniffer provides tools to assist verifying that classes compiled with a newer JDK/API are compatible with an older JDK/API. The following tools are provided by animal sniffer: * A command line tool to

[ANN] Apache Archiva 2.2.0 Released

2015-03-02 Thread Olivier Lamy
The Apache Archiva team is pleased to announce the release of Archiva 2.2.0. Archiva is available for download from the web site. Archiva is an application for managing one or more remote repositories, including administration, artifact handling, browsing and searching. If you have any

[ANN] Cobertura Maven Plugin 2.7 Released

2015-03-02 Thread Dennis Lundberg
Hi, The Mojo team is pleased to announce the release of the Cobertura Maven Plugin version 2.7. This plugin provides the features of Cobertura within the Maven 2 3 environment. http://mojo.codehaus.org/cobertura-maven-plugin/ To get this update, simply specify the version in your project's

Re: Do I need to write a plugin for this?

2015-03-02 Thread Manfred Moser
The Android Maven Plugin and the Android NDK Maven Plugin both implement custom packaging types. Albeit they are a bit more complex to look at.. http://simpligility.github.io/android-maven-plugin/ http://simpligility.github.io/android-ndk-maven-plugin/ Greg Trasuk wrote on 01.03.2015 23:47:

Re: Build fat jar transitively excluding some dependencies

2015-03-02 Thread Robert Metzger
Cool. Thanks for the pointer. I'll have a closer look at the mentioned IDEA JIRA. On Fri, Feb 27, 2015 at 2:52 PM, Ben Podgursky bpodgur...@gmail.com wrote: Yeah, I understand the problem with the main method. Fyi, there's an active intellij ticket with more discussion about this:

TFS or NuGet repository for Maven

2015-03-02 Thread Preston, Dale
Is anyone aware of any TFS or NuGet integration for Maven repositories? We currently have an Artifactory repository internally for use with Maven but would like to integrate with our corporate TFS or NuGet servers for our Jave and Maven projects. Thanks, Dale Dale Preston Senior Integration

Re: TFS or NuGet repository for Maven

2015-03-02 Thread Karl Heinz Marbaise
Hi, What do you exactly mean by TFS / NuGet integration for Maven repositories... A maven repository either in Artifactory or in other repository manager don't need any integration into TFS (version control?) ? Kind regards Karl Heinz Marbaise On 3/2/15 8:03 PM, Preston, Dale wrote: Is

RE: Re: TFS or NuGet repository for Maven

2015-03-02 Thread Preston, Dale
The .net world uses NuGet for dependency resolution in a way similar, but not exactly like, Maven would use Artifactory or Maven repositories. The newest version of TFS will support Maven builds and Java - though all the old versions did as well; it was just not as well integrated and required