How to set filesetManifestConfig from maven-assembly-plugin

2015-12-24 Thread Thomas Meyer
Hi, is there a way to set the value filesetManifestConfig in src/main/java/org/codehaus/plexus/archiver/jar/JarArchiver.java (plexus-archiver) from the maven-assembly-plugin? It would be great if I could set this value from the maven-assembly plugin to merge or mergewithoutmain. What do you

Assembly plugin: use unpacked existing manifest

2015-12-20 Thread Thomas Meyer
Hi, When I unpack a dependency in the assembly plugin can I somehow use the already existing manifest file from this unpacked jar? And I want to change the Main-Class header in this manifest file! Is this possible? The archives plugin seems to always override an already existing manifest file

Changing maven central mirror results in redownload of all dependencies?

2015-11-27 Thread Thomas Meyer
Hi, I have the impression that changing the maven central mirror in the settings.xml does result in redownloading of all dependencies?! Why is that the case? Can I supress this? I.e. the artifacts are actually the same! With kind regards Thomas

Re: Graph of lifecycle and plugin executions

2015-11-17 Thread Thomas Meyer
l show you the executions. There is another > more recent tool that shows the lifecycle but I can’t recall at the moment > what that is. I will try to remember and post when I do. > >> On Nov 16, 2015, at 9:55 AM, Thomas Meyer <tho...@m3y3r.de> wrote: >> >&

Re: Graph of lifecycle and plugin executions

2015-11-17 Thread Thomas Meyer
Am 17.11.2015 5:22 nachm. schrieb Jason van Zyl <ja...@takari.io>: > > > > On Nov 17, 2015, at 11:02 AM, Thomas Meyer <tho...@m3y3r.de> wrote: > > > > Hi, > > > > okay thanks. > > > > Another question: > > > > Wha

Graph of lifecycle and plugin executions

2015-11-16 Thread Thomas Meyer
Hi, How can I print a graph of a given maven invocation with the lifecycle and for each lifecycle step which plugins are executed? E.g. lifecycle:  step 3: generate-sources    plugin 1 - maven-processor-plugin    plugin 2 - ...  step 4: process-sources    plugin 1 - xxx because in my pom, a

How to package a maven project source code only

2015-06-14 Thread Thomas Meyer
Hi, How to package a build-able source code .tar.gz file from a small maven project (quickstart archetype)? mvn source:jar seems to only package the sources, the pom.xml is missing! I would like to enter mvn package:buildableProject or something like that. Does there already exists a plugin

Re: How to package a maven project source code only

2015-06-14 Thread Thomas Meyer
descriptorRefproject/descriptorRef /descriptorRefs Yes, that looks very like it; I will give it a try! Thanks! thanks, Robert Op Sun, 14 Jun 2015 16:21:38 +0200 schreef Thomas Meyer tho...@m3y3r.de: Hi, How to package a build-able source code .tar.gz file from a small maven project

Re: Maven Dependency Plugin Default life cycle phase not executed

2015-06-02 Thread Thomas Meyer
:00 Thomas Meyer tho...@m3y3r.de: Am 02.06.2015 6:58 nachm. schrieb Anton Tanasenko atg.sleepl...@gmail.com : Hi, you probably missed the previous section: Oops :-) Okay, I understand now. But one more question: what use has the assigned default life cycle

Maven Dependency Plugin Default life cycle phase not executed

2015-06-02 Thread Thomas Meyer
Hi, I've a question regarding the maven dependency plugin: In the usage description ( https://maven.apache.org/plugins/maven-dependency-plugin/usage.html ) in section The dependency:unpack mojo it's written that: you must not put the configuration inside the executions tag. Your

Re: Maven Dependency Plugin Default life cycle phase not executed

2015-06-02 Thread Thomas Meyer
the execution phase in the pom? If you intend to configure this mojo for execution on the command line using: mvn dependency:copy you must not put the configuration inside the executions tag. Your configuration should look like this: ... 2015-06-02 19:36 GMT+03:00 Thomas Meyer tho