You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2010/11/25 20:21:27 UTC

[VOTE] Release Maven Site Plugin version 2.2

Hi,

We solved 9 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146&styleName=Html&version=15514

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11146&status=1

Staging repo:
https://repository.apache.org/content/repositories/maven-022/

Staging site:
http://maven.apache.org/plugins/maven-site-plugin-2.2/

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

Vote open for 72 hours.

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

-- 
Dennis Lundberg

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


Re: [VOTE] Release Maven Site Plugin version 2.2

Posted by Benjamin Bentmann <be...@udo.edu>.
Dennis Lundberg wrote:

> Staging repo:
> https://repository.apache.org/content/repositories/maven-022/
>
> Staging site:
> http://maven.apache.org/plugins/maven-site-plugin-2.2/

+1


Benjamin

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


Re: [VOTE] Release Maven Site Plugin version 2.2

Posted by Olivier Lamy <ol...@apache.org>.
+1

2010/11/25 Dennis Lundberg <de...@apache.org>:
> Hi,
>
> We solved 9 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146&styleName=Html&version=15514
>
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11146&status=1
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-022/
>
> Staging site:
> http://maven.apache.org/plugins/maven-site-plugin-2.2/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>



-- 
Olivier Lamy
http://twitter.com/olamy
http://www.linkedin.com/in/olamy

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


Re: [VOTE] Release Maven Site Plugin version 2.2

Posted by Dennis Lundberg <de...@apache.org>.
+1 from me

On 2010-11-25 20:21, Dennis Lundberg wrote:
> Hi,
> 
> We solved 9 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146&styleName=Html&version=15514
> 
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11146&status=1
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-022/
> 
> Staging site:
> http://maven.apache.org/plugins/maven-site-plugin-2.2/
> 
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 


-- 
Dennis Lundberg

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


Re: [VOTE] Release Maven Site Plugin version 2.2

Posted by Dennis Lundberg <de...@apache.org>.
Hi

repository.apache.org uses a self-signed SSL certificate. Follow the
instructions at the URL below to install that cert into your JDK:

http://repository.apache.org/ssl/

On 2010-11-27 22:59, chemit wrote:
> On Thu, 25 Nov 2010 20:21:27 +0100
> Dennis Lundberg <de...@apache.org> wrote:
> 
> I could not resolve the artifact due to this error : 
> 
> 
> chemit@tc:~/projets/nuiton-central/eugene$ mvn site
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order: [INFO] 
> [INFO] EUGene
> [INFO] EUGene :: EUGene
> [INFO] EUGene :: Ant task
> [INFO] EUGene :: Maven plugin
> [INFO]                                                                         
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building EUGene 2.2.1-SNAPSHOT [INFO]
> ------------------------------------------------------------------------
> Downloading:
> https://repository.apache.org/content/repositories/maven-022/org/apache/maven/plugins/maven-site-plugin/2.2/maven-site-plugin-2.2.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary: [INFO] [INFO]
> EUGene ............................................ FAILURE [1.002s]
> [INFO] EUGene :: EUGene .................................. SKIPPED
> [INFO] EUGene :: Ant task ................................ SKIPPED
> [INFO] EUGene :: Maven plugin ............................ SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 2.970s [INFO] Finished at: Sat Nov 27 22:43:58 CET
> 2010 [INFO] Final Memory: 3M/60M [INFO]
> ------------------------------------------------------------------------
> [ERROR] Plugin org.apache.maven.plugins:maven-site-plugin:2.2 or one of
> its dependencies could not be resolved: Could not transfer artifact
> org.apache.maven.plugins:maven-site-plugin:jar:2.2 from/to
> staged-plugin-releases
> (https://repository.apache.org/content/repositories/maven-022): Error
> transferring file: sun.security.validator.ValidatorException: PKIX path
> building failed:
> sun.security.provider.certpath.SunCertPathBuilderException: unable to
> find valid certification path to requested target -> [Help 1]
> 
> Did I miss something ?
> 
> Thanks.
> 
> 


-- 
Dennis Lundberg

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


Re: [VOTE] Release Maven Site Plugin version 2.2

Posted by chemit <ch...@codelutin.com>.
On Thu, 25 Nov 2010 20:21:27 +0100
Dennis Lundberg <de...@apache.org> wrote:

I could not resolve the artifact due to this error : 


chemit@tc:~/projets/nuiton-central/eugene$ mvn site
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Build Order: [INFO] 
[INFO] EUGene
[INFO] EUGene :: EUGene
[INFO] EUGene :: Ant task
[INFO] EUGene :: Maven plugin
[INFO]                                                                         
[INFO]
------------------------------------------------------------------------
[INFO] Building EUGene 2.2.1-SNAPSHOT [INFO]
------------------------------------------------------------------------
Downloading:
https://repository.apache.org/content/repositories/maven-022/org/apache/maven/plugins/maven-site-plugin/2.2/maven-site-plugin-2.2.jar
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary: [INFO] [INFO]
EUGene ............................................ FAILURE [1.002s]
[INFO] EUGene :: EUGene .................................. SKIPPED
[INFO] EUGene :: Ant task ................................ SKIPPED
[INFO] EUGene :: Maven plugin ............................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE [INFO]
------------------------------------------------------------------------
[INFO] Total time: 2.970s [INFO] Finished at: Sat Nov 27 22:43:58 CET
2010 [INFO] Final Memory: 3M/60M [INFO]
------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-site-plugin:2.2 or one of
its dependencies could not be resolved: Could not transfer artifact
org.apache.maven.plugins:maven-site-plugin:jar:2.2 from/to
staged-plugin-releases
(https://repository.apache.org/content/repositories/maven-022): Error
transferring file: sun.security.validator.ValidatorException: PKIX path
building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to
find valid certification path to requested target -> [Help 1]

Did I miss something ?

Thanks.


-- 
Tony Chemit
--------------------
tél: +33 (0) 2 40 50 29 28
email: chemit@codelutin.com
http://www.codelutin.com

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


[RESULT] [VOTE] Release Maven Site Plugin version 2.2

Posted by Dennis Lundberg <de...@apache.org>.
Hi,
The vote has passed with the following result :

+1 (binding): Benjamin Bentmann, Olivier Lamy, Dennis Lundberg

I will promote the artifacts to the central repo.

Thanks to those who voted!

On 2010-11-25 20:21, Dennis Lundberg wrote:
> Hi,
> 
> We solved 9 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146&styleName=Html&version=15514
> 
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11146&status=1
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-022/
> 
> Staging site:
> http://maven.apache.org/plugins/maven-site-plugin-2.2/
> 
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 


-- 
Dennis Lundberg

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