Re: Maven Source Plugin 3.0.0 Question

2015-11-28 Thread Karl Heinz Marbaise
Hi Tibor, On 11/28/15 9:36 PM, Tibor Digana wrote: ..but I don't understand why you want to have the descriptor in sources jar? So we could discuss why a site archive needs a descriptor? Why does a javadoc archive should have a descriptor (https://issues.apache.org/jira/browse/MJAVADOC-431).

Re: Maven Source Plugin 3.0.0 Question

2015-11-28 Thread Michael Osipov
Am 2015-11-28 um 23:35 schrieb Tibor Digana: For me the descriptor was always useless. Do you Karl, Michael mean that this cofiguration does not work? http://maven.apache.org/shared/maven-archiver/index.html#class_archive>> It does not help because it is disabled (hardcoded) in Javadoc Plugin:

Re: Maven Source Plugin 3.0.0 Question

2015-11-28 Thread Tibor Digana
For me the descriptor was always useless. Do you Karl, Michael mean that this cofiguration does not work? http://maven.apache.org/shared/maven-archiver/index.html#class_archive>> You did not mention Jira # in maven-source-plugin. On Sat, Nov 28, 2015 at 11:15 PM, Michael Osipov wrote: > Am 20

Re: Maven Source Plugin 3.0.0 Question

2015-11-28 Thread Michael Osipov
Am 2015-11-28 um 21:36 schrieb Tibor Digana: ..but I don't understand why you want to have the descriptor in sources jar? Is the plugin buggy or something or it is just arbitrary some reason found for a release? Please see MJAVADOC-431 and the PR but I consider them as special cases and not wo

Re: Maven Source Plugin 3.0.0 Question

2015-11-28 Thread Tibor Digana
..but I don't understand why you want to have the descriptor in sources jar? Is the plugin buggy or something or it is just arbitrary some reason found for a release? On Sat, Nov 28, 2015 at 7:14 PM, Karl Heinz Marbaise wrote: > Hi, > > at the moment the maven-source-plugin creates archives (sou

Re: Maven Source Plugin 3.0.0 Question

2015-11-28 Thread Michael Osipov
Am 2015-11-28 um 19:56 schrieb Karl Heinz Marbaise: Hi Michael, On 11/28/15 7:43 PM, Michael Osipov wrote: Am 2015-11-28 um 19:14 schrieb Karl Heinz Marbaise: Hi, at the moment the maven-source-plugin creates archives (source archives) which do not contain a maven descriptor ... /META-INF/ma

Re: Maven Source Plugin 3.0.0 Question

2015-11-28 Thread Karl Heinz Marbaise
Hi Michael, On 11/28/15 7:43 PM, Michael Osipov wrote: Am 2015-11-28 um 19:14 schrieb Karl Heinz Marbaise: Hi, at the moment the maven-source-plugin creates archives (source archives) which do not contain a maven descriptor ... /META-INF/maven//../pom.xml /META-INF/maven//../pom.prope

Re: Maven Source Plugin 3.0.0 Question

2015-11-28 Thread Michael Osipov
Am 2015-11-28 um 19:14 schrieb Karl Heinz Marbaise: Hi, at the moment the maven-source-plugin creates archives (source archives) which do not contain a maven descriptor ... /META-INF/maven//../pom.xml /META-INF/maven//../pom.properties I would like to change the default behaviour to pr

Maven Source Plugin 3.0.0 Question

2015-11-28 Thread Karl Heinz Marbaise
Hi, at the moment the maven-source-plugin creates archives (source archives) which do not contain a maven descriptor ... /META-INF/maven//../pom.xml /META-INF/maven//../pom.properties I would like to change the default behaviour to produce this maven descriptor...in source archives .