Re: [VOTE] Apache Maven Invoker Plugin 1.6 (take 2)

2012-04-25 Thread Stephen Connolly
The buildjob is used to store the results of the invoked runs. That page describes the schema. Iirc I was to write a Jenkins plugin to parse them so that you could track the invoked tests in the trend graph... But I do get pulled every which way and it can take a while before I return to these th

Re: Issue with parallelThreads Re: [VOTE] Apache Maven Invoker Plugin 1.6

2012-04-25 Thread Olivier Lamy
I'm interested to know the content of those build.log files. Note using parallel feature, you will need some resources on the machine running build because if you have a MAVEN_OPTS with a huge mx/ms this will be multiplicated by the number of parallel thread you are configuring. This parallelThread

Re: [VOTE] Apache Maven Invoker Plugin 1.6 (take 2)

2012-04-25 Thread Karl Heinz Marbaise
Hi, just an other question came to my mind What is the purpose of the http://maven.apache.org/plugins/maven-invoker-plugin-1.6/build-job.html It's given as a link in the docs? But i can't find an explanation which intention it has ? May be i oversight it simply ? Can someone enlighten me?

Re: [VOTE] Apache Maven Invoker Plugin 1.6 (take 2)

2012-04-25 Thread Karl Heinz Marbaise
Hi, i have a question concerning the parameters which given to instances of the invoker-plugin on command during execution of the integration test: Based on the files i've taken a look into it looks like there is a profile activated or added on default so far as i understand this is based on

Re: [VOTE] Apache Maven Invoker Plugin 1.6 (take 2)

2012-04-25 Thread Karl Heinz Marbaise
Hi, -1 (non binding) based on my reported problems... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen

Re: Issue with parallelThreads Re: [VOTE] Apache Maven Invoker Plugin 1.6

2012-04-25 Thread Karl Heinz Marbaise
Hi Oliver, sorry for late answer ...but here is the result with settings parallelThreads to 5... [INFO] Installing /home/build/wc/appassembler/appassembler-maven-plugin/pom.xml to /home/build/wc/appassembler/appassembler-maven-plugin/target/local-repo/org/codehaus/mojo/appassembler-maven-plu

Re: Preparation releases SCM 1.7 and MRELEASE 2.3

2012-04-25 Thread Olivier Lamy
Ok patch integrated (thanks Chris). I will start release process tomorrow. 2012/4/22 Olivier Lamy : > sure. > I will take care of that on Monday (paris tz :-) ). > > Thanks! > > 2012/4/22 Chris Graham : >> I've finish with all of the Jazz stuff. >> >> SCM-670 has been created with the prerequisit

Re: Help to add Oracle JDBC driver

2012-04-25 Thread John Patrick
I created a new directory Copied the oracle jar into that new directory Renamed the oracle jar to match your filename Copied and pasted your command line, as a single line I get the following below... The only thing I notice which is different is, that I get: [INFO] --- maven-install-plugin:2.3.1:

Re: Proposal: the maven build-from-source-plugin

2012-04-25 Thread Benson Margulies
On Wed, Apr 25, 2012 at 10:45 AM, Stephen Connolly wrote: > On 25 April 2012 14:46, Benson Margulies wrote: > >> Here's a use case, and I think a way to make something that works. >> >> Project A wants to make use of a dependency from project B. There is, >> however a bug. Project B is, for whate

Re: Proposal: the maven build-from-source-plugin

2012-04-25 Thread Stephen Connolly
On 25 April 2012 14:46, Benson Margulies wrote: > Here's a use case, and I think a way to make something that works. > > Project A wants to make use of a dependency from project B. There is, > however a bug. Project B is, for whatever reason, not going to release > a bugfix any time soon. Project

Re: Proposal: the maven build-from-source-plugin

2012-04-25 Thread Benson Margulies
Here's a use case, and I think a way to make something that works. Project A wants to make use of a dependency from project B. There is, however a bug. Project B is, for whatever reason, not going to release a bugfix any time soon. Project A really doesn't want to establish a full fork. In the go

Re: Proposal: the maven build-from-source-plugin

2012-04-25 Thread Jesse Farinacci
Greetings, On Tue, Apr 24, 2012 at 8:42 AM, Benson Margulies wrote: > I was wondering how > hard it would be to build a plugin, perhaps inspired by the scm > plugin, that could download and build source. While I don't think I would personally use the reasons you want this plugin, I have several

Re: [VOTE] Apache Maven Invoker Plugin 1.6 (take 2)

2012-04-25 Thread Anders Hammar
+1 (non-binding) /Anders On Wed, Apr 25, 2012 at 10:53, Olivier Lamy wrote: > Hi, > I'd like to release Apache Maven Invoker plugin 1.6. > We fixed 14 issues ( release notes: http://s.apache.org/MINVOKER-1.6 ) > Staging repository: > https://repository.apache.org/content/repositories/maven-097/

Re: [VOTE] Release Maven Site Plugin version 2.4

2012-04-25 Thread Vincent Siveton
+1 Vincent 2012/4/23 Dennis Lundberg > Hi, > > We solved 9 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146&styleName=Html&version=17454 > > There are still a couple of issues left in JIRA: > > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11146&

Re: Help to add Oracle JDBC driver

2012-04-25 Thread copyto27
Hi, searching in google i found the solutión for the error. but now i have a new error :( PS C:\CGSI\apache-maven-3.0.4\lib> mvn install:install-file -Dfile=ojdbc6.jar -DgroupId=com.oracle -DartifactId=ojdbc6 - Dversion=11.1.0.7.0 -Dpackaging=jar -DgeneratePom=true [INFO] Scanning for projects..

[VOTE] Apache Maven Invoker Plugin 1.6 (take 2)

2012-04-25 Thread Olivier Lamy
Hi, I'd like to release Apache Maven Invoker plugin 1.6. We fixed 14 issues ( release notes: http://s.apache.org/MINVOKER-1.6 ) Staging repository: https://repository.apache.org/content/repositories/maven-097/ Staging site: http://maven.apache.org/plugins/maven-invoker-plugin-1.6/ (wait sync) Guid