Re: [VOTE] Apache Maven Invoker Plugin 1.6

2012-04-23 Thread Lukas Theussl
See http://maven.apache.org/doxia/issues/index.html#Verbatim_blocks_not_boxed I have fixed the apt sources. Cheers, -Lukas Karl Heinz Marbaise wrote: Hi, i have checked the staged Site and observed that the frames around the source examples or code snippet are not there... For example if

Re: [VOTE] Apache Maven Invoker Plugin 1.6

2012-04-23 Thread Karl Heinz Marbaise
HI, I have added simply 3 Of course this should be written: parallelThreads... Just a typo... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177

Re: [CANCEL] [VOTE] Apache Maven Invoker Plugin 1.6

2012-04-23 Thread Peter Janes
While you're there, "parallel" rather than "parrallel", please! On 23/04/12 05:14 PM, Olivier Lamy wrote: good catch too. I didn't test the parrallelThreads stuff So I cancel the vote. 2012/4/23 Karl Heinz Marbaise: Hi, i have checked the staged Site and observed that the frames around the

[CANCEL] [VOTE] Apache Maven Invoker Plugin 1.6

2012-04-23 Thread Olivier Lamy
good catch too. I didn't test the parrallelThreads stuff So I cancel the vote. 2012/4/23 Karl Heinz Marbaise : > Hi, > > i have checked the staged Site and observed that the frames around the > source examples or code snippet are not there... > For example if you compare > > http://maven.apache.

Re: [VOTE] Apache Maven Invoker Plugin 1.6

2012-04-23 Thread Karl Heinz Marbaise
Hi, i have checked the staged Site and observed that the frames around the source examples or code snippet are not there... For example if you compare http://maven.apache.org/plugins/maven-invoker-plugin-1.6/examples/invoker-properties.html http://maven.apache.org/plugins/maven-invoker-plugin/

Re: [VOTE] Apache Maven Invoker Plugin 1.6

2012-04-23 Thread Karl Heinz Marbaise
Hi, just tested an other project (https://github.com/khmarbaise/Maven-License-Verifier-Plugin) I have added simply 3 to my configuration for the invoker-plugin plus of course the version to 1.6... with the following result: [INFO] [INFO] --- maven-invoker-plugin:1.6:run (integration-test) @

Re: [VOTE] Apache Maven Invoker Plugin 1.6

2012-04-23 Thread Karl Heinz Marbaise
Hi, i just tested it on the current state of the appassembler-plugin (trunk) with integration-tests but results into the following. I have added simply 3 to my configuration for the invoker-plugin plus of course the version to 1.6... May be i oversight something ? [INFO] [INFO] --- maven-i

[VOTE] Release Maven Site Plugin version 2.4

2012-04-23 Thread 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&status=1 Staging repo: https://repository.apache.org/con

Re: Help to add Oracle JDBC driver

2012-04-23 Thread John Patrick
If you still get errors can you send over the output from "mvn -version" Also if you do the following in a new directory what does it say, mine does: $ mkdir qwerty-20120423 $ cd qwerty-20120423 $ mvn install:install-file -Dfile=qwerty [INFO] Scanning for projects... [I

Re: Help to add Oracle JDBC driver

2012-04-23 Thread John Patrick
Try going into the directory which contains the jar, so it's just ... -Dfile=ojdbc6-11.1.0.7.0.jar ... On 23 April 2012 16:55, copyto27 wrote: > Hi John > > I tried too with "-DgeneratePom=true" but i have the same problem > > :( > > -- > View this message in context: > http://maven.40175.n5.nab

Re: Help to add Oracle JDBC driver

2012-04-23 Thread copyto27
Hi John I tried too with "-DgeneratePom=true" but i have the same problem :( -- View this message in context: http://maven.40175.n5.nabble.com/Help-to-add-Oracle-JDBC-driver-tp5659525p5659746.html Sent from the Maven Developers mailing list archive at Nabble.com. --

Re: Help to add Oracle JDBC driver

2012-04-23 Thread John Patrick
I think it might be as simple as add -DgeneratePom=true. I would suggest not doing it my hand on the command line but create a separate pom, maybe a module for your project or maybe for your company where command 3rd party jars can be installed. i.e. [...] org.apa

Help to add Oracle JDBC driver

2012-04-23 Thread copyto27
Hi, I'm traying to add the Oracle JDBC driver to my maven local repository with this commad: mvn install:install-file -Dfile=C:\apache-maven-3.0.4\lib\ojdbc6-11.1.0.7.0.jar -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.1.0.7.0 -Dpackaging=jar but maven return the next error: [INFO] Scan

Re: [VOTE] Apache Maven Invoker Plugin 1.6

2012-04-23 Thread Anders Hammar
+1 (non-binding) Thanks, /Anders On Mon, Apr 23, 2012 at 14:22, 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/mav

Re: Detecting timestamped snapshot versions

2012-04-23 Thread Brett Porter
Artifact.isSnapshot() It uses a regex from Artifact. Note that in some cases isSnapshot() has side effects in DefaultArtifact when called. - Brett On 23/04/2012, at 9:12 PM, Benson Margulies wrote: > Anyone know off hand where to find the predicate that looks at a > version # and decides if i

[VOTE] Apache Maven Invoker Plugin 1.6

2012-04-23 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-082/ Staging site: http://maven.apache.org/plugins/maven-invoker-plugin-1.6/ Guide to testing

Re: Detecting timestamped snapshot versions

2012-04-23 Thread Asaf Mesika
org.apache.maven.artifact.ArtifactUtils.ArtifactUtils.isSnapshot(String version) On Mon, Apr 23, 2012 at 2:12 PM, Benson Margulies wrote: > Anyone know off hand where to find the predicate that looks at a > version # and decides if it's a snapshot, including timestamps? > > --

Re: Preparing for two releases of Maven Site Plugin

2012-04-23 Thread Vincent Latombe
Hi Lukas, I've proposed a second patch only affecting the site-plugin, which reuses AbstractSiteMojo.isMaven3OrMore() Vincent 2012/4/23 Lukas Theussl > > AbstractSiteMojo.**isMaven3OrMore() is an example how to check if you're > running maven 3. In any case, fixing this this would require a r