Re: [VOTE] Release Apache Maven Site Plugin version 3.9.1

2020-06-21 Thread Hervé BOUTEMY
Le dimanche 21 juin 2020, 19:15:50 CEST Michael Osipov a écrit :
> Am 2020-06-21 um 18:29 schrieb Hervé BOUTEMY:
> > Hi,
> > 
> > We solved 5 issues:
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&;
> > version=12347781&styleName=Text
> > 
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1592/
> > https://repository.apache.org/content/repositories/maven-1592/org/apache/m
> > aven/plugins/maven-site-plugin/3.9.1/maven-site-plugin-3.9.1-source-releas
> > e.zip
> > 
> > Source release checksum(s):
> > maven-site-plugin-3.9.1-source-release.zip sha512:
> > 630e85e61b6b5e85dfcdb1144a3c4772ea88346e374b68a4948975d376eb3f2a10167235d
> > ee67fb46a8beee1f33b005a6433ad0d97d7e1ee74b0265e006a0cb7
> > 
> > Staging site:
> > https://maven.apache.org/plugins-archives/maven-site-plugin-LATEST/
> > 
> > Guide to testing staged releases:
> > https://maven.apache.org/guides/development/guide-testing-releases.html
> > 
> > Vote open for at least 72 hours.
> 
> +1
> 
> Why do we have two tickets with the title: "Drop Maven 2 support?
because people created duplicates, and code committed was split under the 2 
entries, then removing one was not a good option: keeping 2 tickets is not 
that bad

> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org





-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: migrating Apache Resource Bundles from svn to Git

2020-06-21 Thread Hervé BOUTEMY
> I agree: independent release cycles means independent repositories.
in the past, we had 4 independent Maven parent POMs [1] under one unique svn 
trunk, with 4 separate release cycles, many votes/hard maintenance (having a 
new parent POM release for plugins, for example) and hard to use (version of 
parent for plugins was not the same as shared parent, or pure maven parent).
When switching to Git, we switched to one Git repository and one unique 
release cycle: a vote for a release remains not so easy (because getting votes 
is not easy), but at least there is only one for every parent POM.

We have the same initial situation with resource bundles: the independence of 
the release cycles inside the unique trunk are not written in stone, we can 
simplify and hope that it will ease maintenance in addition to ease migration.
Or we can make efforts to split: for plugins or shared components, splitting 
was the only reasonable option.

> I wonder if they should be part of the Maven group, looks more like a they
> are maintained by us by coincidence. Is there some ASF resources group to
> maintain this (or worth introducing)?
exactly like the ASF parent POM
If you find someone who want to maintain, don't hesitate

Regards,

Hervé

[1] https://maven.apache.org/pom/index.html

Le dimanche 21 juin 2020, 21:36:37 CEST Robert Scholte a écrit :
> I agree: independent release cycles means independent repositories.
> I wonder if they should be part of the Maven group, looks more like a they
> are maintained by us by coincidence. Is there some ASF resources group to
> maintain this (or worth introducing)?
> 
> thanks,
> Robert
> 
> On 21-6-2020 19:14:47, Michael Osipov  wrote:
> 
> Am 2020-06-20 um 00:31 schrieb Hervé BOUTEMY:
> > one of the last part not yet done, because there is a choice to do:
> > - migrate to one multi-module Git repository?
> > - or split each bundle into a separate Git repo?
> 
> These two question can be answered when we know whether these modules
> are loosely coupled of strongly interrelated like our POM parents.
> If the former, separate repos, if the latter one repo.
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org





-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: migrating Apache Resource Bundles from svn to Git

2020-06-21 Thread Robert Scholte
I agree: independent release cycles means independent repositories.
I wonder if they should be part of the Maven group, looks more like a they are 
maintained by us by coincidence.
Is there some ASF resources group to maintain this (or worth introducing)?

thanks,
Robert

On 21-6-2020 19:14:47, Michael Osipov  wrote:
Am 2020-06-20 um 00:31 schrieb Hervé BOUTEMY:
> one of the last part not yet done, because there is a choice to do:
> - migrate to one multi-module Git repository?
> - or split each bundle into a separate Git repo?

These two question can be answered when we know whether these modules
are loosely coupled of strongly interrelated like our POM parents.
If the former, separate repos, if the latter one repo.


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release Apache Maven Site Plugin version 3.9.1

2020-06-21 Thread Michael Osipov

Am 2020-06-21 um 18:29 schrieb Hervé BOUTEMY:

Hi,

We solved 5 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&version=12347781&styleName=Text

Staging repo:
https://repository.apache.org/content/repositories/maven-1592/
https://repository.apache.org/content/repositories/maven-1592/org/apache/maven/plugins/maven-site-plugin/3.9.1/maven-site-plugin-3.9.1-source-release.zip

Source release checksum(s):
maven-site-plugin-3.9.1-source-release.zip sha512: 
630e85e61b6b5e85dfcdb1144a3c4772ea88346e374b68a4948975d376eb3f2a10167235dee67fb46a8beee1f33b005a6433ad0d97d7e1ee74b0265e006a0cb7

Staging site:
https://maven.apache.org/plugins-archives/maven-site-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for at least 72 hours.


+1

Why do we have two tickets with the title: "Drop Maven 2 support?


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: migrating Apache Resource Bundles from svn to Git

2020-06-21 Thread Michael Osipov

Am 2020-06-20 um 00:31 schrieb Hervé BOUTEMY:

one of the last part not yet done, because there is a choice to do:
- migrate to one multi-module Git repository?
- or split each bundle into a separate Git repo?


These two question can be answered when we know whether these modules 
are loosely coupled of strongly interrelated like our POM parents.

If the former, separate repos, if the latter one repo.


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[VOTE] Release Apache Maven Site Plugin version 3.9.1

2020-06-21 Thread Hervé BOUTEMY
Hi,

We solved 5 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&version=12347781&styleName=Text

Staging repo:
https://repository.apache.org/content/repositories/maven-1592/
https://repository.apache.org/content/repositories/maven-1592/org/apache/maven/plugins/maven-site-plugin/3.9.1/maven-site-plugin-3.9.1-source-release.zip

Source release checksum(s):
maven-site-plugin-3.9.1-source-release.zip sha512: 
630e85e61b6b5e85dfcdb1144a3c4772ea88346e374b68a4948975d376eb3f2a10167235dee67fb46a8beee1f33b005a6433ad0d97d7e1ee74b0265e006a0cb7

Staging site:
https://maven.apache.org/plugins-archives/maven-site-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for at least 72 hours.

[ ] +1
[ ] +0
[ ] -1



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site-plugin] asfgit closed pull request #31: [MSITE-856] - NullPointer on org.apache.maven.plugins.site.render.SiteMap.relativePath

2020-06-21 Thread GitBox


asfgit closed pull request #31:
URL: https://github.com/apache/maven-site-plugin/pull/31


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org