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 staged releases: http://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72 hours. [ ] +1 [ ] +0 [ ] -1 Thanks, -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
+1 (non-binding)
Thanks, /Anders On Mon, Apr 23, 2012 at 14:22, Olivier Lamy <[hidden email]> 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-082/ > Staging site: http://maven.apache.org/plugins/maven-invoker-plugin-1.6/ > > Guide to testing staged releases: > http://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > > Thanks, > -- > Olivier Lamy > Talend: http://coders.talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden email] > For additional commands, e-mail: [hidden email] > --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
In reply to this post by olamy
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 <parrallelThreads>3</parrallelThreads> to my configuration for the invoker-plugin plus of course the version to 1.6... May be i oversight something ? [INFO] [INFO] --- maven-invoker-plugin:1.6:run (integration-tests) @ appassembler-maven-plugin --- [INFO] use parrallelThreads 3 [INFO] Building: assembleDirectoryTest/pom.xml [INFO] Building: asterikClassPathTest/pom.xml [INFO] Building: asterikClassPathWrongConfigurationTest/pom.xml Exception in thread "pool-101-thread-2" java.lang.IllegalStateException: Cannot reset sourceLevel attribute; it is already set to: user-level at org.apache.maven.settings.TrackableBase.setSourceLevel(TrackableBase.java:60) at org.apache.maven.settings.merge.MavenSettingsMerger.merge(MavenSettingsMerger.java:50) at org.apache.maven.settings.SettingsUtils.merge(SettingsUtils.java:47) at org.apache.maven.plugin.invoker.AbstractInvokerMojo.runBuild(AbstractInvokerMojo.java:1359) at org.apache.maven.plugin.invoker.AbstractInvokerMojo.runBuild(AbstractInvokerMojo.java:1138) at org.apache.maven.plugin.invoker.AbstractInvokerMojo.access$000(AbstractInvokerMojo.java:96) at org.apache.maven.plugin.invoker.AbstractInvokerMojo$1.run(AbstractInvokerMojo.java:1035) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680) Exception in thread "pool-101-thread-3" java.lang.IllegalStateException: Cannot reset sourceLevel attribute; it is already set to: user-level at org.apache.maven.settings.TrackableBase.setSourceLevel(TrackableBase.java:60) at org.apache.maven.settings.merge.MavenSettingsMerger.merge(MavenSettingsMerger.java:50) at org.apache.maven.settings.SettingsUtils.merge(SettingsUtils.java:47) at org.apache.maven.plugin.invoker.AbstractInvokerMojo.runBuild(AbstractInvokerMojo.java:1359) at org.apache.maven.plugin.invoker.AbstractInvokerMojo.runBuild(AbstractInvokerMojo.java:1138) at org.apache.maven.plugin.invoker.AbstractInvokerMojo.access$000(AbstractInvokerMojo.java:96) at org.apache.maven.plugin.invoker.AbstractInvokerMojo$1.run(AbstractInvokerMojo.java:1035) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680) [INFO] run script /Users/km/workspace/appassembler/appassembler-maven-plugin/target/it/assembleDirectoryTest/verify.groovy The environment was the following: Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) Maven home: /usr/share/maven Java version: 1.6.0_26, vendor: Apple Inc. Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home Default locale: en_US, platform encoding: MacRoman OS name: "mac os x", version: "10.5.8", arch: "x86_64", family: "mac" Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
Hi,
just tested an other project (https://github.com/khmarbaise/Maven-License-Verifier-Plugin) I have added simply <parrallelThreads>3</parrallelThreads> 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) @ maven-license-verifier-plugin --- [INFO] Building: mlv-setup/pom.xml [INFO] ..SUCCESS (7.3 s) [INFO] Building: mlv-setup-different-location/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 35.305s [INFO] Finished at: Mon Apr 23 22:38:59 CEST 2012 [INFO] Final Memory: 18M/528M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:1.6:run (integration-test) on project maven-license-verifier-plugin: Execution integration-test of goal org.apache.maven.plugins:maven-invoker-plugin:1.6:run failed: Cannot reset sourceLevel attribute; it is already set to: user-level -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
In reply to this post by olamy
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/examples/invoker-properties.html I assume this is based on the staging site ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
good catch too.
I didn't test the parrallelThreads stuff So I cancel the vote. 2012/4/23 Karl Heinz Marbaise <[hidden email]>: > 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/examples/invoker-properties.html > > I assume this is based on the staging site ? > > > Kind regards > Karl Heinz Marbaise > -- > SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893 > Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029 > Hauptstrasse 177 USt.IdNr: DE191347579 > 52146 Würselen http://www.soebes.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden email] > For additional commands, e-mail: [hidden email] > -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
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<[hidden email]>: >> 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/examples/invoker-properties.html >> >> I assume this is based on the staging site ? >> >> >> Kind regards >> Karl Heinz Marbaise >> -- >> SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893 >> Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029 >> Hauptstrasse 177 USt.IdNr: DE191347579 >> 52146 Würselen http://www.soebes.de >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [hidden email] >> For additional commands, e-mail: [hidden email] >> > > > -- "Fighting a war is easy. Destroying is easy. Building a new world out of what's left of the old, that is what's hard." —J. Michael Straczynski --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
In reply to this post by Karl Heinz Marbaise-3
HI,
> I have added simply > <parrallelThreads>3</parrallelThreads> Of course this should be written: parallelThreads... Just a typo... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
In reply to this post by Karl Heinz Marbaise-3
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 you compare > > http://maven.apache.org/plugins/maven-invoker-plugin-1.6/examples/invoker-properties.html > > http://maven.apache.org/plugins/maven-invoker-plugin/examples/invoker-properties.html > > > I assume this is based on the staging site ? > > Kind regards > Karl Heinz Marbaise --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
Free forum by Nabble | Edit this page |