[GitHub] maven-plugins pull request: Fix for MJAVADOC-385

2015-12-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven-plugins/pull/74 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] maven-plugins pull request: Fix for MJAVADOC-385

2015-12-19 Thread Stephan202
GitHub user Stephan202 opened a pull request: https://github.com/apache/maven-plugins/pull/74 Fix for MJAVADOC-385 This fixes the `maven-javadoc-plugin` documentation for the `` feature. The changes made are exactly those described in

Maven-Shared-IO vs. maven-artifact-transfer

2015-12-19 Thread Karl Heinz Marbaise
Hi, i've got a question concerning the part in maven-shared-io where things like: DefaultDownloadManager.java DownloadFailedException.java DownloadManager.java exist...I'm realively sure that those parts are handled or should be handled by maven-artifact-transfer ?... WDYT ? Furthermore

.jar is installed as .war

2015-12-19 Thread Oliver B. Fischer
Hi, my project is build as war but I need also a jar of the classes. Therefore I build also a .jar and use the build-helper-maven-plugin to attach it to artifacts to be installed. With this configuration the .jar will be installed as .war and as .jar. The .war itself will be not installed.

Re: .jar is installed as .war

2015-12-19 Thread Karl Heinz Marbaise
Hi, you can use a configuration option of the maven-war-plugin (attachClasses) which will produce a separate jar of the classes you have in your war module: http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#attachClasses This jar is separately installed and can be used by

Re: .jar is installed as .war

2015-12-19 Thread Romain Manni-Bucau
Hi Olivier Why not using standard war plugin for that: https://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#attachClasses Le 19 déc. 2015 12:49, "Oliver B. Fischer" a écrit : > Hi, > > my project is build as war but I need also a jar of the classes. Therefore >

Re: .jar is installed as .war

2015-12-19 Thread Tibor Digana
@Oliver What is your use case? I want to know why you want to split classes/resources and web content. Is not it more clean solution to have multi-module project where jar module would contain Java files+resources and war module dependent on jar artifact? On Sat, Dec 19, 2015 at 12:48 PM, Oliver

Re: .jar is installed as .war

2015-12-19 Thread Oliver B. Fischer
Hi, I decided to create an additional jar while refactoring the the buildstructure of an old project not created by me. The integration and component tests, which I moved to an separated modul, have dependecies to classes of the war producing module. As I can not add a war to the classepath

Re: .jar is installed as .war

2015-12-19 Thread Oliver B. Fischer
Yes, this would be the clean solution and I am refactoring the project to go there. But first I have to separate integration and component tests. Therefore I need the classes in the war module also available as jar for those tests. Oliver Am 19.12.15 um 13:28 schrieb Tibor Digana: @Oliver

Re: ARCHETYPE-494

2015-12-19 Thread Petar Tahchiev
Hi Herve, I pushed the changes in the branch. It should be fine now. Thanks again for the feedback. 2015-12-18 23:59 GMT+02:00 Hervé BOUTEMY : > yes, this sounds reasonable :) > > Regards, > > Hervé > > Le vendredi 18 décembre 2015 21:27:48 Petar Tahchiev a écrit : > >

[GitHub] maven-scm pull request: SCM-714 fix git commit when command line g...

2015-12-19 Thread rfscholte
Github user rfscholte commented on the pull request: https://github.com/apache/maven-scm/pull/41#issuecomment-165988127 This might be an interesting solution, but I really want the current behavior to be the default. Pattern based files might not select the correct set of files. I