|
View:
New views
12 Messages
—
Rating Filter:
Alert me
|
|
|
[VOTE] Release Maven reporting impl version 2.0.4.3Hi,
This is a maintenance release to fix MSHARED-120. Staging repo: https://repository.apache.org/content/repositories/maven-013/ Staging site: http://maven.apache.org/shared/maven-reporting-impl-2.0.4.3 Guide to testing staged releases: http://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72 hours. [ ] +1 [ ] +0 [ ] -1 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven reporting impl version 2.0.4.3Vincent Siveton wrote:
> Staging repo: > https://repository.apache.org/content/repositories/maven-013/ > > Staging site: > http://maven.apache.org/shared/maven-reporting-impl-2.0.4.3 +1 Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven reporting impl version 2.0.4.3+1 -Lukas Vincent Siveton wrote: > Hi, > > This is a maintenance release to fix MSHARED-120. > > Staging repo: > https://repository.apache.org/content/repositories/maven-013/ > > Staging site: > http://maven.apache.org/shared/maven-reporting-impl-2.0.4.3 > > Guide to testing staged releases: > http://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven reporting impl version 2.0.4.3Just tried it with maven-checkstyle-plugin:checkstyle. It produces
the single report, which is an improvement, but the CSSs are missing. Is this a known issue? Cheers, Mark 2009/11/3 Vincent Siveton <vsiveton@...>: > Hi, > > This is a maintenance release to fix MSHARED-120. > > Staging repo: > https://repository.apache.org/content/repositories/maven-013/ > > Staging site: > http://maven.apache.org/shared/maven-reporting-impl-2.0.4.3 > > Guide to testing staged releases: > http://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven reporting impl version 2.0.4.3If I understand Vincent's impl the fix disregards any skin and uses the
default one. I don't know if that's by design or not. I'd like to test drive this release as well, but have been too busy. Will find some time this weekend, if the vote hasn't already passed by then. Mark Hobson wrote: > Just tried it with maven-checkstyle-plugin:checkstyle. It produces > the single report, which is an improvement, but the CSSs are missing. > Is this a known issue? > > Cheers, > > Mark > > 2009/11/3 Vincent Siveton <vsiveton@...>: >> Hi, >> >> This is a maintenance release to fix MSHARED-120. >> >> Staging repo: >> https://repository.apache.org/content/repositories/maven-013/ >> >> Staging site: >> http://maven.apache.org/shared/maven-reporting-impl-2.0.4.3 >> >> Guide to testing staged releases: >> http://maven.apache.org/guides/development/guide-testing-releases.html >> >> Vote open for 72 hours. >> >> [ ] +1 >> [ ] +0 >> [ ] -1 >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven reporting impl version 2.0.4.32009/11/6 Dennis Lundberg <dennisl@...>:
> If I understand Vincent's impl the fix disregards any skin and uses the > default one. I don't know if that's by design or not. The impl was the same as in the past (since mvn 2.0), ie skin is never used. I didn't change this logic but it would be an improvement > I'd like to test drive this release as well, but have been too busy. > Will find some time this weekend, if the vote hasn't already passed by then. I could wait for you. Cheers, Vincent > Mark Hobson wrote: >> Just tried it with maven-checkstyle-plugin:checkstyle. It produces >> the single report, which is an improvement, but the CSSs are missing. >> Is this a known issue? >> >> Cheers, >> >> Mark >> >> 2009/11/3 Vincent Siveton <vsiveton@...>: >>> Hi, >>> >>> This is a maintenance release to fix MSHARED-120. >>> >>> Staging repo: >>> https://repository.apache.org/content/repositories/maven-013/ >>> >>> Staging site: >>> http://maven.apache.org/shared/maven-reporting-impl-2.0.4.3 >>> >>> Guide to testing staged releases: >>> http://maven.apache.org/guides/development/guide-testing-releases.html >>> >>> Vote open for 72 hours. >>> >>> [ ] +1 >>> [ ] +0 >>> [ ] -1 >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@... >>> For additional commands, e-mail: dev-help@... >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > > -- > Dennis Lundberg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven reporting impl version 2.0.4.3Vincent Siveton wrote:
> 2009/11/6 Dennis Lundberg <dennisl@...>: >> If I understand Vincent's impl the fix disregards any skin and uses the >> default one. I don't know if that's by design or not. > > The impl was the same as in the past (since mvn 2.0), ie skin is never > used. I didn't change this logic but it would be an improvement That's good. >> I'd like to test drive this release as well, but have been too busy. >> Will find some time this weekend, if the vote hasn't already passed by then. > > I could wait for you. I've tried this on the Changes and Checkstyle plugins. On the Changes plugin I could not see the problem that this issue fixes, but with the Checkstyle plugin I could see it. Upgrading to 2.0.4.3 solved the problem in Checkstyle plugin. So I'm +1 for a release. > > Cheers, > > Vincent > >> Mark Hobson wrote: >>> Just tried it with maven-checkstyle-plugin:checkstyle. It produces >>> the single report, which is an improvement, but the CSSs are missing. >>> Is this a known issue? >>> >>> Cheers, >>> >>> Mark >>> >>> 2009/11/3 Vincent Siveton <vsiveton@...>: >>>> Hi, >>>> >>>> This is a maintenance release to fix MSHARED-120. >>>> >>>> Staging repo: >>>> https://repository.apache.org/content/repositories/maven-013/ >>>> >>>> Staging site: >>>> http://maven.apache.org/shared/maven-reporting-impl-2.0.4.3 >>>> >>>> Guide to testing staged releases: >>>> http://maven.apache.org/guides/development/guide-testing-releases.html >>>> >>>> Vote open for 72 hours. >>>> >>>> [ ] +1 >>>> [ ] +0 >>>> [ ] -1 >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: dev-unsubscribe@... >>>> For additional commands, e-mail: dev-help@... >>>> >>>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@... >>> For additional commands, e-mail: dev-help@... >>> >>> >> >> -- >> Dennis Lundberg >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven reporting impl version 2.0.4.3+1
Hervé Le mardi 03 novembre 2009, Vincent Siveton a écrit : > Hi, > > This is a maintenance release to fix MSHARED-120. > > Staging repo: > https://repository.apache.org/content/repositories/maven-013/ > > Staging site: > http://maven.apache.org/shared/maven-reporting-impl-2.0.4.3 > > Guide to testing staged releases: > http://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven reporting impl version 2.0.4.3The vote has passed with the following result :
+1 Benjamin, Lukas, Dennis, Hervé, Vincent I will promote the artifacts to the central repo. Vincent 2009/11/3 Vincent Siveton <vsiveton@...>: > Hi, > > This is a maintenance release to fix MSHARED-120. > > Staging repo: > https://repository.apache.org/content/repositories/maven-013/ > > Staging site: > http://maven.apache.org/shared/maven-reporting-impl-2.0.4.3 > > Guide to testing staged releases: > http://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven reporting impl version 2.0.4.32009/11/10 Vincent Siveton <vsiveton@...>:
> The vote has passed with the following result : > +1 Benjamin, Lukas, Dennis, Hervé, Vincent > > I will promote the artifacts to the central repo. Have the artifacts been promoted to central? I can't see them: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-reporting-impl/ Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven reporting impl version 2.0.4.3Hi Mark,
It seems that we changed the groupid/artifactid in the past. Here the right link: http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/ Cheers, Vincent 2009/11/12 Mark Hobson <markhobson@...>: > 2009/11/10 Vincent Siveton <vsiveton@...>: >> The vote has passed with the following result : >> +1 Benjamin, Lukas, Dennis, Hervé, Vincent >> >> I will promote the artifacts to the central repo. > > Have the artifacts been promoted to central? I can't see them: > > http://repo1.maven.org/maven2/org/apache/maven/shared/maven-reporting-impl/ > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven reporting impl version 2.0.4.3Ah great, thanks :)
Mark 2009/11/12 Vincent Siveton <vsiveton@...>: > Hi Mark, > > It seems that we changed the groupid/artifactid in the past. Here the > right link: > http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/ > > Cheers, > > Vincent > > 2009/11/12 Mark Hobson <markhobson@...>: >> 2009/11/10 Vincent Siveton <vsiveton@...>: >>> The vote has passed with the following result : >>> +1 Benjamin, Lukas, Dennis, Hervé, Vincent >>> >>> I will promote the artifacts to the central repo. >> >> Have the artifacts been promoted to central? I can't see them: >> >> http://repo1.maven.org/maven2/org/apache/maven/shared/maven-reporting-impl/ >> >> Mark >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |