Re: [LANG] Add Automatic-Module-Name MANIFEST entry

2017-06-07 Thread Benedikt Ritter
Hi, > Am 07.06.2017 um 15:09 schrieb Jörg Schaible : > > Stefan Bodewig wrote: > >> On 2017-06-07, Benedikt Ritter wrote: >> >>> here [1] is my proposal on how to add the Automatic-Module-Name entry >>> to MANIFEST. This just duplicates the maven-jar-plugin configuration >>> from parent pom. I

Re: [LANG] Add Automatic-Module-Name MANIFEST entry

2017-06-07 Thread Stefan Bodewig
On 2017-06-07, Jörg Schaible wrote: > Stefan Bodewig wrote: >> On 2017-06-07, Benedikt Ritter wrote: >>> here [1] is my proposal on how to add the Automatic-Module-Name entry >>> to MANIFEST. This just duplicates the maven-jar-plugin configuration >>> from parent pom. I don’t want to wait much l

Re: [LANG] Add Automatic-Module-Name MANIFEST entry

2017-06-07 Thread Jörg Schaible
Stefan Bodewig wrote: > On 2017-06-07, Benedikt Ritter wrote: > >> here [1] is my proposal on how to add the Automatic-Module-Name entry >> to MANIFEST. This just duplicates the maven-jar-plugin configuration >> from parent pom. I don’t want to wait much longer to release >> 3.6. After we have im

Re: [LANG] Add Automatic-Module-Name MANIFEST entry

2017-06-07 Thread Stefan Bodewig
On 2017-06-07, Benedikt Ritter wrote: > here [1] is my proposal on how to add the Automatic-Module-Name entry > to MANIFEST. This just duplicates the maven-jar-plugin configuration > from parent pom. I don’t want to wait much longer to release > 3.6. After we have implemented a more general soluti

Re: [LANG] Add Automatic-Module-Name MANIFEST entry

2017-06-07 Thread Rob Tompkins
> On Jun 7, 2017, at 4:25 AM, Benedikt Ritter wrote: > > Hi, > > here [1] is my proposal on how to add the Automatic-Module-Name entry to > MANIFEST. This just duplicates the maven-jar-plugin configuration from parent > pom. I don’t want to wait much longer to release 3.6. After we have > im

Re: [LANG] Add Automatic-Module-Name MANIFEST entry

2017-06-07 Thread Stephen Colebourne
This looks fine in terms of what it does. Obviously not ideal to have the copying, but that is the right choice to make right now. Stephen On 7 June 2017 at 09:25, Benedikt Ritter wrote: > Hi, > > here [1] is my proposal on how to add the Automatic-Module-Name entry to > MANIFEST. This just dup

[LANG] Add Automatic-Module-Name MANIFEST entry

2017-06-07 Thread Benedikt Ritter
Hi, here [1] is my proposal on how to add the Automatic-Module-Name entry to MANIFEST. This just duplicates the maven-jar-plugin configuration from parent pom. I don’t want to wait much longer to release 3.6. After we have implemented a more general solution in parent pom, we can revert this fi