Re: Request for functionality in maven-assembly-plugin - ignoreProjectBuildFilters

2014-10-13 Thread Karl Heinz Marbaise
likely that this week a release will be done which is called 2.5 ...if nothing really hard will happen... we will see... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

[ANN] Apache Maven WAR Plugin Version 2.5 Released

2014-10-12 Thread Karl Heinz Marbaise
] - Upgrade plexus-io to 2.1.3 * [MWAR-325] - Fixed CPD / Checkstyle WARNINGS Task: * [MWAR-302] - Use the maven-mapping shared component Enjoy, -The Apache Maven team Karl Heinz Marbaise - To unsubscribe, e-mail: users

[ANN] Apache Maven Source Plugin Version 2.4 Released

2014-10-11 Thread Karl Heinz Marbaise
: * [MSOURCES-71] - MavenProject/MavenSession Injection as a paremeter instead as a component. * [MSOURCES-72] - Upgrade to Maven 2.2.1 compatiblity * [MSOURCES-73] - Update version of plexus-archiver to 2.6.1 * [MSOURCES-74] - Upgrade to plexus-archiver 2.6.3 Enjoy, -The Apache Maven team Karl Heinz

[ANN] Apache Maven Linkcheck Plugin Version 1.2 Released

2014-10-11 Thread Karl Heinz Marbaise
* [MLINKCHECK-16] - Update version of plexus-utils to 3.0.18 * [MLINKCHECK-17] - Upgrade plexus-i18n to 1.0-beta-10 Task: * [MLINKCHECK-11] - use maven-plugin-tools' java 5 annotations Enjoy, -The Apache Maven team Karl Heinz Marbaise

Re: Enum-type parameters in Guide to Developing Java Plugins

2014-10-11 Thread Karl Heinz Marbaise
-development.html I'd realized it much earlier. Correct...it's simply missing on the site...so we should fix it... Where would you suggest to put this kind of information ? within this page ... Before Arrays ? Kind regards Karl Heinz Marbaise

Re: Enum-type parameters in Guide to Developing Java Plugins

2014-10-11 Thread Karl Heinz Marbaise
-development.html I'd realized it much earlier. Correct...it's simply missing on the site...so we should fix it... Where would you suggest to put this kind of information ? within this page ... Before Arrays ? Kind regards Karl Heinz Marbaise

Re: Eclipse Luna and M2Extra

2014-10-10 Thread Karl Heinz Marbaise
Hi Dan, which version of m2e have you installed ? Kind regards Karl Heinz Marbaise On 10/10/14 3:41 AM, Dan Tran wrote: I am try to install m2extra with eclipse luna using http://ifedorenko.github.com/m2e-extras/ Is it still a valid updatesite, I am running into dependency issue error

Re: Running integration tests

2014-10-08 Thread Karl Heinz Marbaise
! You're welcome... Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Why do running modules in parallel take longer to execute than running them in sequence?

2014-10-08 Thread Karl Heinz Marbaise
when they both run at the same time and was hoping some folks could suggest some ways I can troubleshoot this further. Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: Best practice for integration tests (vs unit tests)

2014-10-07 Thread Karl Heinz Marbaise
the integration tests into src/test/java within the separated module Kind regards Karl-Heinz Marbaise On 10/8/14 1:28 AM, Kevin Burton wrote: Right now I have an overlap of unit and integration tests and I want to tear out my integration tests and keep them separate. This way our unit

Re: Problem with the resource-plugin v2.7 and nonFilteredFileExtensions

2014-10-06 Thread Karl Heinz Marbaise
Lemler. Software Engineer. Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: isssue with the deploy plugin

2014-10-04 Thread Karl Heinz Marbaise
Hi, first question. Why would you like to use git as a Maven repository ? git is not intended to use that way (neither other version control tools as well). There serveral alternatives like Artifactory, Nexus and Archiva... Kind regards karl-Heinz Marbaise On 10/4/14 9:57 PM, sameer

[ANN] Apache Maven Resources Plugin Version 2.7 Released

2014-10-02 Thread Karl Heinz Marbaise
as a component. * [MRESOURCES-183] - Upgrade to Maven 2.2.1 compatiblity * [MRESOURCES-184] - Removing plexus-container-default dependency Enjoy, -The Apache Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users

Re: Maven JXR 2.4 site.

2014-09-30 Thread Karl Heinz Marbaise
... can you check this... Kind regards Karl-Heinz Marbaise /James -Original Message- From: Michael Osipov [mailto:micha...@apache.org] Sent: 20 December 2013 12:44 To: annou...@maven.apache.org; users@maven.apache.org Cc: Maven Developers List Subject: [ANN] Apache Maven JXR 2.4

Re: Maven JXR 2.4 site.

2014-09-30 Thread Karl Heinz Marbaise
not be better as http://maven.apache.org/plugins/maven-jxr-plugin/ - http://maven.apache.org/jxr/maven-jxr-plugin/ has been done by Hervé Boutemy...he improved my redirect. Thanks Hervé... Kind regards Karl-Heinz Marbaise Anyway - thanks for setting this up - will certainly help me in a few

Re: Maven site:deploy hosting providers??

2014-09-27 Thread Karl Heinz Marbaise
Hi Kevin, have you considered github ? Kind regards Karl-Heinz Marbaise On 9/27/14 8:21 AM, Kevin Burton wrote: This is such an obviously problem I’m amazed there isn’t an easier solution. Bintray looks cool. I just asked them how they feel about static site hosting? I want something

Re: Surefire and testing plugin issue

2014-09-27 Thread Karl Heinz Marbaise
and surefire-testng plugin , I don't see any mention in the surefire plugin page, so I am not sure if it is correct to use this plugin. Any help is appreciated Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users

Re: Surefire and testing plugin issue

2014-09-27 Thread Karl Heinz Marbaise
groupIdorg.testng/groupId artifactIdtestng/artifactId /dependency ... /dependencies This is the indicator for maven-surefire-plugin to use the appropriate TestNG driver withn surefire to run tests with TestNG.. On Sat, Sep 27, 2014 at 8:54 PM, Karl Heinz Marbaise khmarba...@gmx.de mailto:khmarba

Re: Maven site:deploy hosting providers??

2014-09-27 Thread Karl Heinz Marbaise
from that you can use github-site-plugin which works as well... https://github.com/github/maven-plugins Kind regards Karl-Heinz Marbaise Regards, Hervé Le samedi 27 septembre 2014 10:09:35 Kevin Burton a écrit : I don't think github would work but would love to be wrong. Their static page

Re: Maven Setup Problem

2014-09-26 Thread Karl Heinz Marbaise
interactiveMode/ usePluginRegistry/ offline/ Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

[ANN] Apache Maven Clean Plugin Version 2.6 Released

2014-09-25 Thread Karl Heinz Marbaise
: * [MCLEAN-52] - Use new annotations Improvement: * [MCLEAN-57] - Set prerequisites to Maven 2.2.1 Enjoy, -The Apache Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

[ANN] Apache Maven Dependency Plugin Version 2.9 Released

2014-09-21 Thread Karl Heinz Marbaise
, -The Apache Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven assembly and lifecycle binding

2014-09-17 Thread Karl Heinz Marbaise
that. Kind regards Karl-Heinz Marbaise On 9/17/14 3:48 PM, Luis Villa wrote: Hello all, First of all, I must say I'm new to maven, so I don't have any expertise in the matter. I've made a web application and I'm capable of package it correctly. I have to add a user manual to the packaging

Re: lineEnding parameter makes assembly ignore empty directories

2014-09-17 Thread Karl Heinz Marbaise
? Is there someone with a workaround for that bug? May it possible to have that bug resolved soon? What do you mean by soon? Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

[ANN] Apache Maven Shared Component: Maven Dependency Tree Version 2.2 Released

2014-09-17 Thread Karl Heinz Marbaise
dependencies Improvement: * [MSHARED-349] - Upgrade maven version to 2.2.1 Enjoy, -The Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

[ANN] Apache Maven Shared Component: Maven Dependency Analyzer Version 1.5 Released

2014-09-14 Thread Karl Heinz Marbaise
] - DefaultProjectDependencyAnalyzer does not correctly transform Files with Spaces to URLs * [MSHARED-327] - maven-dependency-analyzer not compatible with Java 8 Enjoy, -The Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr

Re: Releasing Maven Plugins

2014-09-12 Thread Karl Heinz Marbaise
in this scenario. If you build a maven-plugin make a separate project from it and do the release etc. only from the maven-plugin and afterwards you have the release available and can continue with the rest which uses the release... Kind regards Karl-Heinz Marbaise

[ANN] Apache Maven RAR Plugin Version 2.4 Released

2014-09-11 Thread Karl Heinz Marbaise
parameter for the plugin Enjoy, -The Apache Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven-javadoc-plugin 2.9.1 does not work with JDK 8, cannot find javax.interceptor.InterceptorBinding

2014-09-10 Thread Karl Heinz Marbaise
Hi, based on the following issue: http://jira.codehaus.org/browse/MJAVADOC-393 Have you used the most recent version of JDK 8 (8u20?) Kind regards Karl-Heinz Marbaise On 9/10/14 9:58 AM, Rabe, Jens wrote: Hello, this problem was already posted in March, but there were no answers, since I

[ANN] Apache Maven ACR Plugin Version 1.1 Released

2014-09-06 Thread Karl Heinz Marbaise
-archiver to 2.4.4 * [MACR-10] - Upgrade maven-filtering to 1.2 * [MACR-11] - Using maven-plugins parent version 25. Enjoy, -The Apache Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

[ANN] Apache Maven Install Plugin Version 2.5.2 Released

2014-09-02 Thread Karl Heinz Marbaise
compatiblity Enjoy, -The Apache Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

[ANN] Apache Maven Deploy Plugin Version 2.8.2 Released

2014-09-02 Thread Karl Heinz Marbaise
] - MavenProject/MavenSession Injection as a paremeter instead as a component. * [MDEPLOY-186] - Upgrade to Maven 2.2.1 compatiblity Enjo -The Apache Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr

Re: Create multi-module archetype with one module only active in a profile

2014-08-29 Thread Karl Heinz Marbaise
if you do a release and afterwards doing a build and activate the profile... Take a deeper look here:http://blog.soebes.de/blog/2013/11/09/why-is-it-bad-to-activate-slash-deactive-modules-by-profiles-in-maven/ Kind regards Karl-Heinz Marbaise

Re: Create multi-module archetype with one module only active in a profile

2014-08-29 Thread Karl Heinz Marbaise
. Kind regards Karl-Heinz Marbaise On 8/29/14 9:15 PM, Thomas Larsson wrote: Thanks Karl, This seems like the sensible thing to do, and yes, we have already encountered the headache of keeping the submodules version number in sync after a release :-) Perhaps this should have been obvious. Thanks

Re: mvn 3.0.5 timeout during deployment

2014-08-28 Thread Karl Heinz Marbaise
to execute mojo can you explain what kind of plugin this is: goal at.company.xyz:xyz-maven-plugin:1.2.14.0:deploy (default-deploy) on ? Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr

[ANN] Apache Maven EJB Plugin Version 2.4 Released

2014-08-27 Thread Karl Heinz Marbaise
, -The Apache Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Atomic deploy at end to repo manager like Nexus

2014-08-27 Thread Karl Heinz Marbaise
( ie snapshot or staging ) Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: creating custom Maven resource filter

2014-08-18 Thread Karl Heinz Marbaise
/shared/maven-filtering/usage.html 3: http://maven.apache.org/guides/plugin/guide-java-plugin-development.html Thank you! jose Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Feature for Maven Enforcer Plugin Rule

2014-08-16 Thread Karl Heinz Marbaise
tests for the behaviour of your changes... Than i see no objections to integrate your change into maven-enforcer rules... Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Use native tar to unpack? good/bad idea?

2014-08-08 Thread Karl Heinz Marbaise
effort. Is there any interest in this ? Yes it is Of course it needs testing but if we don't go that way we have to stuck all the time plexus-archiver Commons-compress is at least maintained; which is a Good Thing ;) Thumb up... Kind regards Karl-Heinz Marbaise Kristian

[ANN] Apache Maven Assembly Plugin Version 2.4.1 Released

2014-08-03 Thread Karl Heinz Marbaise
] - Generation of the site does not work with Maven 3.2.1 Enjoy, -The Apache Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: [ANN] FindBugs Maven Plugin version 2.5.5 Released

2014-07-29 Thread Karl Heinz Marbaise
hi Gary, I still do not see the release in Maven Central. Thoughts? Gary Created an JIRA for HAUS for it. http://jira.codehaus.org/browse/HAUS-2395 Should be solved in a short time. Thank you for reporting it. Kind regards Karl-Heinz Marbaise

[ANN] Apache Maven SCM Version 1.9.1 Released

2014-07-25 Thread Karl Heinz Marbaise
* [SCM-761] - Allow downstream TCK to define its own tag Enjoy, -The Apache Maven team Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Upload 3rd party jars retaining original names

2014-07-24 Thread Karl Heinz Marbaise
the naming rule and change other projects to consume those artifacts with the appropriate naming rules Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

Re: testing-harness plugin: LocalRepositoryManager is not set

2014-07-23 Thread Karl Heinz Marbaise
Hi, my assumption is to use the maven-compat artifact in your project apart from that it would be interesting which kind of plugin do you develop and which intention it has... Kind regards Karl-Heinz Marbaise On 7/23/14 5:38 PM, Vincent Zurczak wrote: Hi, I am not sure this is the right

Re: maven-dependency-plugin unpacking aar format?

2014-07-22 Thread Karl Heinz Marbaise
with new released which has not been done yet (new release is in preparation 2.4.1 (http://jira.codehaus.org/browse/MASSEMBLY), but it will take some time)... Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail

Re: maven-dependency-plugin unpacking aar format?

2014-07-21 Thread Karl Heinz Marbaise
: No such archiver: 'aar'. - [Help 1] Could you please prepare a example project which reproduces the problem..so i can create a JIRA issue for this... Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr

Re: move data from pom to class or class to pom

2014-07-18 Thread Karl Heinz Marbaise
it get more and more complicated...lets talk about apps which comprise of 150 jar files... So the simplest Solution is to use the templating-maven-plugin which solves many of those issues. Kind regards Karl-Heinz Marbaise

Re: move data from pom to class or class to pom

2014-07-17 Thread Karl Heinz Marbaise
. Best and simple solution...which i wrote longer time a go a blog about http://blog.soebes.de/blog/2014/01/02/version-information-into-your-appas-with-maven/ Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr

Re: [Announce] Release of SonarQube Maven Plugin 2.4

2014-07-17 Thread Karl Heinz Marbaise
... Kind regards Karl-Heinz Marbaise On 7/17/14 5:29 PM, Cristiano Gavião wrote: Hi Julien, I wasn't able to see this version at http://search.maven.org/#search|ga|1|sonar-maven-plugin could you check, please? thanks, Cristiano On 15-07-2014 12:08, Julien HENRY wrote: Hi, The Mojo team

Re: [Announce] Release of SonarQube Maven Plugin 2.4

2014-07-17 Thread Karl Heinz Marbaise
Hi Cristiano, now the artifacts are visible via search.maven.org...so it should work. Kind regards Karl-Heinz Marbaise On 7/17/14 5:38 PM, Karl Heinz Marbaise wrote: Hi Cristinano, for whatever reason the plugin is available in Codehaus Nexus (Staging Repository) https

[ANN] Release appassembler-maven-plugin Version 1.8.1 - Released

2014-07-16 Thread Karl Heinz Marbaise
files * [MAPPASM-233] - Change integration tests according to maven-invoker-plugin 1.9 (mavenVersion) in verify.groovy Wish: * [MAPPASM-54] - make unix scripts executable (on unix) Enjoy, The Mojo team. Karl-Heinz Marbaise

Re: maven shade/artifact naming help

2014-07-14 Thread Karl Heinz Marbaise
plug in do that? Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven shade/artifact naming help

2014-07-14 Thread Karl Heinz Marbaise
... By using the maven-shade-plugin you can't change that wrong way which you have decided to go a time a go... If the way you have already gone is not acceptable.. Kind regards Karl-Heinz Marbaise On 7/14/14 8:55 PM, Eugene Koifman wrote: Thank you for the reply but it doesn't answer my question

[ANN] Apache Maven Source Plugin 2.3 Released

2014-07-11 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin, version 2.3. The Source Plugin creates a jar archive of the source files of the current project. The jar file is, by default, created in the project's target directory.

Re: How do you report a maven bug ?

2014-07-10 Thread Karl Heinz Marbaise
Hi Tommy, Can you give a little more details what you have done may be you have an example project...? I'm happe to create the jira entry for you if you have doubts to make a registration for jira... Kind regards Karl-Heinz Marbaise On 7/10/14 1:18 PM, Tommy Svensson wrote: Hello, I

[ANN] Apache Maven Invoker Plugin 1.9 Released

2014-07-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Invoker Plugin, version 1.9. The Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project execution is successful, and optionally can verify the output generated from a given

Re: [Clash Inspector] Release 0.9 and asking for quick feedback

2014-06-28 Thread Karl Heinz Marbaise
be inspected very carefully...handling of dependencies in Maven is not a trivial job... Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: maven 3.2.2 breaks maven-invoker-plugin?

2014-06-27 Thread Karl Heinz Marbaise
Hi, so based on the tests made and the help of Cody the issue is fixed. Thanks Karl-Heinz! You're welcome... Regards Karl-Heinz Marbaise On Jun 26, 2014, at 1:03 PM, Karl Heinz Marbaise khmarba...@gmx.de mailto:khmarba...@gmx.de wrote: Hi, Created an jira entry http://jira.codehaus.org

Re: M2E and Eclipse Luna ?

2014-06-27 Thread Karl Heinz Marbaise
at the start of the build ? Kind regards Karl-Heinz Marbaise On 6/27/14 6:49 PM, Jim Garrison wrote: -Original Message- From: Dan Tran Sent: Friday, June 27, 2014 9:42 AM My apology, should have been clearer I installed Eclipse Luna and https://repository.sonatype.org/content/repositories/forge

[ANN] Apache Maven Changelog Plugin 2.3 Released

2014-06-27 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Changelog Plugin, version 2.3. The Maven Changelog Plugin generates reports regarding the recent changes in your Software Configuration Management or SCM. These reports include the changelog report, developer activity

Re: maven 3.2.2 breaks maven-invoker-plugin?

2014-06-26 Thread Karl Heinz Marbaise
Hi, Created an jira entry http://jira.codehaus.org/browse/MINVOKER-166 for it... Many thanks for the information... Kind regards Karl-Heinz Marbaise On 6/26/14 4:42 PM, cody.a.fy...@wellsfargo.com wrote: I just update to 3.2.2 from 3.2.1 and am now getting the error below from the maven

[ANN] Apache Maven JAR Plugin 2.5 Released

2014-06-24 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JAR Plugin, version 2.5. This plugin provides the capability to build jars. http://maven.apache.org/plugins/maven-jar-plugin/ You should specify the version in your project's plugin configuration: plugin

[ANN] Apache Maven EAR Plugin 2.9.1 Released

2014-06-19 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 2.9.1 This plugin (insert short description of the plugin's purpose). http://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration:

Re: How to move the directory of a multi-module project?

2014-05-30 Thread Karl Heinz Marbaise
? Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven-invoker-plugin: running ITs in parallel?

2014-05-20 Thread Karl Heinz Marbaise
Hi Baptiste, I'm working often with maven-invoker and have found an issue with parallelThreads option (http://jira.codehaus.org/browse/MINVOKER-147). The local shared repos is also a problem. The should be something like a repo per IT... Kind regards Karl-Heinz Marbaise *TL;DR: does

Re: How to override settings for maven module

2014-05-12 Thread Karl Heinz Marbaise
) +-- mod-the-rest (pom.xml) If you follow this suggestions you have clear separation of concern for your modules and you only need to change the configuration for the mod-generated. Kind regards Karl-Heinz Marbaise On 5/9/14 2:59 AM, Niranjan Rao wrote: I have a master POM file which defines

Re: [ANN] buildnumber-maven-plugin 1.3 Released

2014-05-03 Thread Karl Heinz Marbaise
Hi Bruce, Hi, How does this work? I tried twice but the build number is still the same. What does this mean? What did you tried? Can you show the pom file you used? Can you show the output you've got? Kind regards Karl-Heinz Marbaise

Re: Spring snapshots

2014-05-01 Thread Karl Heinz Marbaise
Hi, Hi, I use only spring RELEASE (3.1.4.RELEASE) builds in my pom and I have no repository definitions in the pom. Do you have repository definitions in your settings.xml file ? -- Kind regards Karl-Heinz Marbaise

[ANNOUNCE] Release Mojo's JDepend Maven Plugin version 2.0

2014-04-22 Thread Karl Heinz Marbaise
. Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

[ANNOUNCE] Release Mojo's Exec Maven Plugin version 1.3

2014-04-22 Thread Karl Heinz Marbaise
-133] - Upgrade to mojo-parent v:33 Task [MEXEC-101] - Migrate plugin to JDK5 Wish [MEXEC-126] - Bring back Maven 2.0.11 Compatibility Enjoy, The Mojo team. Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr

Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Karl Heinz Marbaise
Hi, if i try the given URL: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe I'm redirected to : http://central.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/ .. Kind regards Karl-Heinz Marbaise

Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Karl Heinz Marbaise
Hi, I guess Karl-Heinz and I are accessing from Germany, so maybe there is some routing problem on your side? You guess is correct Mirko... Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr

Re: Enforcer plugin

2014-04-04 Thread Karl Heinz Marbaise
Hi, it would be really nice having a test case which reproduces the wrong behaviour ... Kind regards Karl-Heinz Marbaise On 4/3/14 2:25 AM, Mark Eggers wrote: Folks, I've gotten my classifier artifact to build and install in our local repository. Specifying the classifier gets

[RESULT] [VOTE] Maven Reactor Plugin - Final Release 1.1 (RETIRED) - Take 3

2014-04-02 Thread Karl Heinz Marbaise
Hi to all, the vote has passed with the following result: +1 (binding): Hervé Boutemy, Stephen Connolly, Oliver Lamy Many thanks for the support. Kind regards Karl-Heinz Marbaise On 3/30/14 6:17 PM, Karl Heinz Marbaise wrote: Hi, We have solved only a single issue (the final retirement

[VOTE] Final Release of Maven Reactor Plugin 1.1 (RETIRED)

2014-03-30 Thread Karl Heinz Marbaise
Hi to all, after the vote for the retiring of the plugin has succeeded now the final release of the plugin. The vote is open for 72 hours. [ ] +1 Yes, it's about time [ ] -1 No, because... Kind regards Karl-Heinz Marbaise

[CANCLE] Re: [VOTE] Final Release of Maven Reactor Plugin 1.1 (RETIRED)

2014-03-30 Thread Karl Heinz Marbaise
Canceled. Sorry...forget things to mentioned... On 3/30/14 5:05 PM, Karl Heinz Marbaise wrote: Hi to all, after the vote for the retiring of the plugin has succeeded now the final release of the plugin. The vote is open for 72 hours. [ ] +1 Yes, it's about time [ ] -1 No, because... Kind

[RESULT] [VOTE] Retire Maven Reactor Plugin

2014-03-24 Thread Karl Heinz Marbaise
Bartholdi I will continue with the steps required to retire this plugin. Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: multi-module phases sequence

2014-03-24 Thread Karl Heinz Marbaise
as well as multi module build. The question is why do you need such behaviour ... If you compile something than you are creating an artifact? Or are we talking about a testing ? Kind regards Karl-Heinz Marbaise - To unsubscribe

Re: [RESULT] [VOTE] Retire Maven Reactor Plugin

2014-03-24 Thread Karl Heinz Marbaise
Hi, sorry i missed Robert Scholte +1 (binding)... Kind regards Karl-Heinz Marbaise On 3/24/14 12:11 PM, Karl Heinz Marbaise wrote: Hi, the vote has passed with the following results: +1 (binding): Hervé Boutemy, Olivier Lamy, Kristian Rosenvold, Stephen Connolly

Re: properties that are not being resolved

2014-03-24 Thread Karl Heinz Marbaise
hesitate to add those information to the ticket...may be a good idea how to write the information. Kind regards Karl-Heinz Marbaise Regards, Curtis On Mar 24, 2014 3:05 AM, Henrik Østerlund Gram henrik.g...@gmail.com wrote: The one at http://mojo.codehaus.org/buildnumber-maven-plugin/create

[VOTE] Retire Maven Reactor Plugin

2014-03-22 Thread Karl Heinz Marbaise
in Subversion. The process for retiring a plugin is described here: http://maven.apache.org/developers/retirement-plan-plugins.html The vote is open for 72 hours. [ ] +1 Yes, it's about time [ ] -1 No, because... Kind regards Karl-Heinz Marbaise

Re: Filtering issues with maven and assemblies...

2014-03-14 Thread Karl Heinz Marbaise
contains such a project... Kind regards Karl-Heinz Marbaise On 3/13/14 4:58 PM, Julien Martin wrote: Hello, I am having issues with maven filtering. My resources are not filtered... I want to generate a jar with dependencies with custom filtering. Can anyone please help? Here is my configuration

Re: Can I generate pre-signed 3rd party artifacts?

2014-02-28 Thread Karl Heinz Marbaise
and signed artifacts ? Kind regards Karl Heinz Marbaise On Ġim, 2014-02-28 at 08:55 +0100, Karl Heinz Marbaise wrote: Hi Ramon, what about: http://maven.apache.org/plugins/maven-jarsigner-plugin/ Kind regards

Re: Can I generate pre-signed 3rd party artifacts?

2014-02-27 Thread Karl Heinz Marbaise
Hi Ramon, what about: http://maven.apache.org/plugins/maven-jarsigner-plugin/ Kind regards Karl Heinz Marbaise I have an application which depends on a large number of 3rd party artifacts, and which uses webstart to launch. Webstart requires all Jars to be signed using the same certificate

Re: about https://jira.codehaus.org/browse/MNG-5576 (Allow continuous delivery friendly versions)

2014-02-24 Thread Karl Heinz Marbaise
3.2.1 you don't. Kind regard Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: about https://jira.codehaus.org/browse/MNG-5576 (Allow continuous delivery friendly versions)

2014-02-24 Thread Karl Heinz Marbaise
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 http://www.soebes.de

Re: Prevent installing archives to local repository

2014-02-17 Thread Karl Heinz Marbaise
/maven-assembly-plugin/single-mojo.html which allows to suppress attaching an artifact in particular if you have intermediate results which you don't like to attach to the project.. attachfalse/attach which needs having a separate execution block... Kind regards Karl-Heinz Marbaise

Re: maven-enforcer-plugin problems with test dependency in multi module project

2014-01-30 Thread Karl Heinz Marbaise
the above fix your project will not build. If it will you need to clean out your local repository first and retry it... Kind regards Karl Heinz Marbaise Hi, I have a multi-module-project with one module that implements classes for testing (test-parent) and another module (test-child) that uses

Re: Maven Central Opinion

2014-01-05 Thread Karl Heinz Marbaise
regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: How to copy unversioned test resources during release:perform?

2014-01-04 Thread Karl Heinz Marbaise
Hi, on the users list had a similar questions a few days a go... Take a look here: http://maven.40175.n5.nabble.com/How-to-copy-unversioned-test-resources-during-release-perform-td5779806.html Kind regards Karl Heinz Marbaise

Re: How to copy unversioned test resources during release:perform?

2014-01-04 Thread Karl Heinz Marbaise
Hi, sorry oversight you had been the original poster of that question... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

[ANN] Appassembler Maven Plugin version 1.7

2013-12-20 Thread Karl Heinz Marbaise
script and jsw [MAPPASM-216] - Add option to pre insert a config fragment into wrapper.conf New Features: [MAPPASM-78] - Add support for JSW integration method 2 [MAPPASM-214] - Add ability to configure chkconfig run level The Mojo Team. Kind regards Karl-Heinz

Searching for artifacts which are used as a dependency by other artifacts

2013-12-19 Thread Karl Heinz Marbaise
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 http://www.soebes.de

Re: file based mirror

2013-09-21 Thread Karl Heinz Marbaise
Hi Michael, you can use the following URL: file:///Folder/To/The/Repository For windows you might need to define the drive as well: file:///C:/Folder/To/The/Repository... Kind regards Karl-Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH

Re: buildnumber-plugin: sequential (increasing) build numbers with Git

2013-04-29 Thread Karl Heinz Marbaise
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 http://www.soebes.de

Re: [mojo-dev] Re: Build-Helper-Maven-Plugin / Build-MetaData-Maven-Plugin

2013-04-15 Thread Karl Heinz Marbaise
a hack, they won't know they should do better... and we have lost another user's use case to assist. That's exactly the consequence out of it... Kind regards Karl-Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl-Heinz MarbaiseICQ

[ANN] Appassembler Maven Plugin version 1.3.1

2013-04-07 Thread Karl Heinz Marbaise
naming of repoPath (create-repository) and repositoryName (assemble) consistent [MAPPASM-111] - Configure PID file location Task [MAPPASM-189] - Warnings for deprecated configuration parameters The Mojo Team. Kind regards Karl-Heinz Marbaise

Re: metadata_maven.xml

2013-02-08 Thread Karl Heinz Marbaise
Hi Łukasz, unfortunately you can't disable the deployment of the metadata... But what is the real problem with load on your repository manager server ? Really causing problems only by metadata ? Which RM do you use ? Kind regards Karl-Heinz Marbaise Original-Nachricht

Re: metadata_maven.xml

2013-02-08 Thread Karl Heinz Marbaise
is going wrong... Artifactory, Nexus, Archiva ? Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

<    1   2   3   4   5   6   7   8   9   >