Re: Why not a forum

2014-07-25 Thread Ben Podgursky
Mailing lists + email filters = de facto RSS feed. I don't see how a linkedin group could be easier or more useful. On Fri, Jul 25, 2014 at 7:16 PM, Robert Kuropkat wrote: > > UseNet News, for the kill file alone... > > > > >

Re: Why not a forum

2014-07-25 Thread Robert Kuropkat
UseNet News, for the kill file alone... - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: trouble running jaxb2-maven-plugin : You are running with invalid JAXP api or implementation

2014-07-25 Thread Andrew Davidson
After a long day and a half of hacking I wound up using ant to run a shell script. I could not figure out how to file bug report . I am using eclipse luna. To get this work correctly I also needed to install the eclipse plugin http://mojo.codehaus.org/build-helper-maven-plugin/ It adds support f

Re: Why not a forum

2014-07-25 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 For mailing lists I am not on LinkedIn, and in general am not on any social media sites. I don't really need to spend additional time keeping up Google+, LinkedIn, Facebook, etc. There are forum versions of this mailing list already (Nabble, for e

Re: Best way to use closed-source jars with maven repository

2014-07-25 Thread Manfred Moser
You need to have the files named correctly in the application bundle. So just get them from the repository as you do now and rename them as part of packaging up. manfred Steve Cohen wrote on 25.07.2014 10:07: > To elaborate further on what I'd like to do, I think I need to create a > POM file

Re: Why not a forum

2014-07-25 Thread Mirko Friedenhagen
+1 for mailing lists as well, there are a lot of archiving sites, which would offer profiles on users and getting emails from a forum which you would have to answer via a web page again is a pain. The only worthwhile alternative would be an now sadly underrated technique like news groups. Regards

Re: [ANN] FindBugs Maven Plugin version 2.5.5 Released

2014-07-25 Thread Gary Gregory
Could you only announce after the plugins surface on MC? Right now I only see 2.5.4. Gary On Fri, Jul 25, 2014 at 11:34 AM, Garvin LeClaire wrote: > Hi, > The Mojo team is pleased to announce the release of the FindBugs Maven > Plugin version 2.5.5. > FindBugs uses static analysis to inspect J

Re: Why not a forum

2014-07-25 Thread Ron Wheeler
+1. This is the best place to get answers quickly. Ron On 25/07/2014 11:27 AM, Stephen Connolly wrote: As a member of the Apache Maven PMC, one of my duties is to foster the community AT Apache. That means the mailing lists. If you are looking for an official forum (in the original meaning of t

Re: Best way to use closed-source jars with maven repository

2014-07-25 Thread Steve Cohen
Yecch. I'm already using the assembly plugin. But it appears that with that approach instead of using the lovely dependency set, I must use s (handle each jar individually) because this is the highest level that allows renaming of the files. Ugh. On 07/25/2014 12:44 PM, Steve Cohen wrote:

Re: Best way to use closed-source jars with maven repository

2014-07-25 Thread Steve Cohen
Ok, thanks, Curtis. I will have to address it on the packaging side, I suppose. It will force me to get tricky and not just use a dependency set (which was lovely and simple). IBM's requirement is ironclad. They won't even talk to me in spite of having a support contract if we repackage the

[ANN] Apache Maven SCM Version 1.9.1 Released

2014-07-25 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven SCM, version 1.9.1 http://maven.apache.org/scm/ Maven SCM supports Maven 2.x plugins (e.g. maven-release-plugin) and other tools (e.g. Continuum) by providing them with a common API for doing SCM operations. You can loo

[ANN] FindBugs Maven Plugin version 3.0.0 Released

2014-07-25 Thread Garvin LeClaire
Hi, The Mojo team is pleased to announce the release of the FindBugs Maven Plugin version 3.0.0 FindBugs uses static analysis to inspect Java bytecode for occurrences of bug patterns. To get this update, simply specify the version in your project's plugin configuration: org.codehaus.mojo

Re: Best way to use closed-source jars with maven repository

2014-07-25 Thread Curtis Rueden
Hi Steve, > The easiest way to accomplish this would be if I could get these jars > into the nexus repository named as IBM named them. Overriding the default naming scheme of JARs in a Maven repository has been requested on this list many times, and the answer is always that the naming scheme can

Re: Best way to use closed-source jars with maven repository

2014-07-25 Thread Steve Cohen
To elaborate further on what I'd like to do, I think I need to create a POM file that simply lists all these jars and supply that to the Nexus archive uploader. But I have no idea what must be included in such a POM. The GUI archive uploader does not allow me to override default naming of the

Re: Best way to use closed-source jars with maven repository

2014-07-25 Thread Steve Cohen
Container? Guess I need to supply more details. This is a standalone J2SE app. The server side is legacy. There is no container. it isn't a web app. Instead it's run as a jar with the classpath generated from maven's dependency set and listed in the jar's manifest. Maven generates the ma

Re: Best way to use closed-source jars with maven repository

2014-07-25 Thread David Karr
It's conceivable you don't have to mess with any sort of repackaging. The problem is that the MQ classes that your container loads have to be in a specific location, with a specific name. Simply deploy your unmodified application into a container with an altered classpath, where those "special" j

Re: Best way to use closed-source jars with maven repository

2014-07-25 Thread Stephen Connolly
Never mind... slightly different question. You probably will need to use something like the assembly plugin or the dependency plugin or even antrun to rename the jar files On 25 July 2014 17:25, Stephen Connolly wrote: > > http://developer-blog.cloudbees.com/2013/03/playing-trade-offs-with-mav

Re: Best way to use closed-source jars with maven repository

2014-07-25 Thread Stephen Connolly
http://developer-blog.cloudbees.com/2013/03/playing-trade-offs-with-maven.html On 25 July 2014 17:07, Steve Cohen wrote: > I have a client application that was developed with Websphere MQ. Our > company has a Maven nexus repository. In this repository, we have a place > to store third party j

Best way to use closed-source jars with maven repository

2014-07-25 Thread Steve Cohen
I have a client application that was developed with Websphere MQ. Our company has a Maven nexus repository. In this repository, we have a place to store third party jars. In here I stored the MQ jars. Since the repository demanded a version number I provided one (7.0.1.8, 7.0.1.9, etc) and

[ANN] FindBugs Maven Plugin version 2.5.5 Released

2014-07-25 Thread Garvin LeClaire
Hi, The Mojo team is pleased to announce the release of the FindBugs Maven Plugin version 2.5.5. FindBugs uses static analysis to inspect Java bytecode for occurrences of bug patterns. To get this update, simply specify the version in your project's plugin configuration: org.codehaus.moj

Re: Why not a forum

2014-07-25 Thread Stephen Connolly
As a member of the Apache Maven PMC, one of my duties is to foster the community AT Apache. That means the mailing lists. If you are looking for an official forum (in the original meaning of the word) to discuss Maven and its usage, then users@m.a.o is the place to do that. We cannot stop people w

Re: Why not a forum

2014-07-25 Thread Ron Wheeler
The Maven group on LinkedIn already has 2090 members and LinkedIn has 300,000,000 members. There is also a Meven Developers group with 1,083 members. I support both but I prefer the more modern approach of LinkedIn as a UI. I like having all my groups under a single login. I also support this

Re: Re: Why not a forum

2014-07-25 Thread Andrew Todd
Apache is an independent non-profit dedicated to the dissemination of free software. The list archives are freely archivable and indexable by anyone who wants to -- and there are many sites, such as Nabble and MarkMail, who do. Using email as the primary means of distribution makes it easy for thir

Re: testing-harness plugin: LocalRepositoryManager is not set

2014-07-25 Thread Vincent Zurczak
Hi, Since I only needed to inject the Maven propject, and rather than use a stub, I decided to inject the Maven project manually in my mojo. final MavenProject mvnProject = new MavenProject() ; mvnProject.setFile( baseDir ) ; this.rule.setVariableValueToObject( mojo, "project", mvnProject );