Re: Scripting a release, incl. vote message

2014-08-29 Thread Martijn Dashorst
With the help of the nexus plugin and some grep fu I was able to
retrieve the repository id from nexus, albeit not very stable:

stagingrepoid=$(mvn
org.sonatype.plugins:nexus-staging-maven-plugin:LATEST:rc-list
-DnexusUrl=https://repository.apache.org
-DserverId=apache.releases.https |grep -Eo "(orgapachewicket-\d+)";)

I've also added closing the staging repository and other niceties.

Martijn

(see the line in context:
https://github.com/apache/wicket/blob/wicket-6.x/release-dashorst.sh#L243)


On Mon, Aug 25, 2014 at 6:03 PM, Martijn Dashorst
 wrote:
> All,
>
> I have almost fully automated the release process for Wicket,
> including branching, automatic version updates, git archiving,
> uploading of source distributions to svn (dist.a.o), etc.
>
> I'm looking to automate one of the final things I have to do manually:
> crafting the vote message.
>
> Most things I can include easily (like version numbers, and a change
> log), but where can I find to which staging repository are the Maven
> binary artefacts uploaded?
>
> I've included a sample vote message below.
>
> Thanks,
>
> Martijn
>
> -
>
> This is a vote to release Apache Wicket 7.0.0-M3
>
> Please download the source distributions found in our staging area
> linked below.
>
> I have included the signatures for both the source archives. This vote
> lasts for 72 hours minimum.
>
> [ ] Yes, release Apache Wicket 7.0.0-M3
> [ ] No, don't release Apache Wicket 7.0.0-M3, because ...
>
> Distributions, changelog, keys and signatures can be found at:
>
> https://dist.apache.org/repos/dist/dev/wicket/7.0.0-M3
>
> Staging repository:
>
> https://repository.apache.org/content/repositories/orgapachewicket-1024/
>
> The binaries are available in the above link, as are a staging
> repository for Maven. Typically the vote is on the source, but should
> you find a problem with one of the binaries, please let me know, I can
> re-roll them some way or the other.
>
> 
>
> The signatures for the source release artefacts:
>
> apache-wicket-7.0.0-M3.tar.gz
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
> Comment: GPGTools - https://gpgtools.org
>
> iEYEABECAAYFAlP7UV4ACgkQJBX8W/xy/UW7JQCgp8aTTy5PKZGhbgmA8224t5zz
> 8HUAoMYUBZKZHZzvuedJiywqELFlkVDv
> =13H6
> -END PGP SIGNATURE-
>
> apache-wicket-7.0.0-M3.zip
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
> Comment: GPGTools - https://gpgtools.org
>
> iEYEABECAAYFAlP7UV4ACgkQJBX8W/xy/UVHFQCg0lmCIyHUAnfoEJpxCzjeZyWV
> OWsAoNLXwzNdXIqH5spqGovDYkmmXOSu
> =PIr4
> -END PGP SIGNATURE-
>
> 
>
> Release Notes - Wicket - Version 7.0.0-M3
>
> ** Sub-task
>
> * [WICKET-5633] - Make JavaScriptFilteredIntoFooterHeaderResponse
> non-final to be able to create custom filters
>
> ** Bug
>
> * [WICKET-5241] - RequestLogger's server duration does not include
> 'detach duration'
> * [WICKET-5371] - IllegalArgumentException: Argument 'page' may not be
> null. - when sending event from asynchronous process
> * [WICKET-5564] - AjaxRequestTarget.focusComponent() does not work
> when two Ajax responses arrive next to each other
> * [WICKET-5578] - Stateless/Statefull pages - incorrect behaviour
> * [WICKET-5603] - OnChangeAjaxBehavior attached to DropDownChoice
> produces two Ajax requests in Chrome v35
> * [WICKET-5607] - Wicket Ajax fires calls scheduled by
> AbstractAjaxTimerBehavior even after unload of the page
> * [WICKET-5609] - AutoCompleteTextField can only complete text that is
> visible on screen browser screen
> * [WICKET-5615] - UploadProgressBar does not show up if no
> FileUploadField is given
> * [WICKET-5616] - CLONE - ModalWindow is not visible in Safari when
> opened from a link at the bottom of a large page
> * [WICKET-5619] - ConcurrentModificationException may occur when
> calling EventBus.post()
> * [WICKET-5624] - Do not throw when WebSocket is not supported
> * [WICKET-5626] - ConcatBundleResource#reportError() doesn't print the
> resource attributes
> * [WICKET-5630] - Fix last button translation germany of wizard to 'Letzter'
> * [WICKET-5631] - Allow submitting with POST method for PhantomJS
> * [WICKET-5636] - Update StatelessForm's and AbstractRepeater's
> javadoc that FormComponents should be repeated only with RepeatingView
> * [WICKET-5637] - Fix the encoding of the Chinese translations for
> Wizard component
> * [WICKET-5639] - ResourceResponse does not write headers when status
> code is set
> * [WICKET-5643] - WebPageRenderer should bind a Session if redirect is
> required and the session is temporary.
> * [WICKET-5644] - AjaxWizardButtonBar broken since ARA#preventDefault is false
> * [WICKET-5647] - missing generic cast causes compile error on OS X / jdk 8
> * [WICKET-5655] - Proble

[GitHub] maven-indexer pull request: MINDEXER-89: Use a more uncommon port ...

2014-08-29 Thread carlspring
Github user carlspring commented on the pull request:

https://github.com/apache/maven-indexer/pull/6#issuecomment-53860583
  
Closing this pull, as discussed with Tamas. We'll do it a different way.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-indexer pull request: MINDEXER-89: Use a more uncommon port ...

2014-08-29 Thread carlspring
Github user carlspring closed the pull request at:

https://github.com/apache/maven-indexer/pull/6


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-indexer pull request: MINDEXER-89: Use a more uncommon port ...

2014-08-29 Thread carlspring
GitHub user carlspring opened a pull request:

https://github.com/apache/maven-indexer/pull/7

MINDEXER-89: Use a more uncommon port for Jetty in the 
DefaultIndexUpdaterEmbeddingIT to avoid "Address already in use"

Applied fix suggested by Tamas.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/carlspring/maven-indexer MINDEXER-89

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/maven-indexer/pull/7.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #7


commit 8769a2d20bea6d8f8a8aecb61c5f4e6d76943cae
Author: Martin Todorov 
Date:   2014-08-29T10:55:23Z

MINDEXER-89: Use a more uncommon port for Jetty in the 
DefaultIndexUpdaterEmbeddingIT to avoid "Address already in use"

Applied fix suggested by Tamas.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



RE: Trying to port Neo4j on AIX

2014-08-29 Thread Martin Gainty
  

> Date: Fri, 29 Aug 2014 13:42:26 +1000
> Subject: Re: Trying to port Neo4j on AIX
> From: chrisgw...@gmail.com
> To: dev@maven.apache.org
> 
> And the failing error is?
> Should this not be posted on the users list?
> 
> -Chris
> 
> 
> On Thu, Aug 28, 2014 at 1:36 AM, Siah Lyimo  wrote:
> 
> >
> >
> >
> > Hi,
> > I'm  working on porting Neo4j on AIX and I was wondering if there is anyone
> > who has previously made an attempt to port to AIX.
> > I'm currently having the following ERRORS while running "mvn clean install"
> >
> > Tests in error:
> >   DumpProcessInformationTest.shouldDumpProcessInformation:60 ยป IO Cannot
> > run pro...
> >
> > Tests run: 2087, Failures: 10, Errors: 1, Skipped: 25
> >
> > [INFO]
> > 
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Neo4j .. SUCCESS
> > [  2.391 s]
> > [INFO] Licensing configuration  SUCCESS
> > [  1.814 s]
> > [INFO] Neo4j - Primitive Collections .. SUCCESS
> > [  9.302 s]
> > [INFO] Neo4j - IO . SUCCESS
> > [ 18.431 s]
> > [INFO] Neo4j - Graph Database Kernel .. FAILURE [05:48
> > min]
> > [INFO] Neo4j - JMX support  SKIPPED
> > [INFO] Neo4j - Usage Data Collection .. SKIPPED
> > [INFO] Neo4j - Monitor Logging  SKIPPED
> > [INFO] Neo4j - Graphviz generation  SKIPPED
> > [INFO] Neo4j - Lucene Index ... SKIPPED
> > [INFO] Neo4j - Graph Algorithms ... SKIPPED
> > [INFO] Neo4j - Graph Matching . SKIPPED
> > [INFO] Neo4j Community Cypher Build ... SKIPPED
> > [INFO] Neo4j - Cypher Commons . SKIPPED
> > [INFO] Neo4j - Cypher Compiler 2.2  SKIPPED
> > [INFO] Neo4j - Cypher . SKIPPED
> > [INFO] Neo4j - Consistency Checker  SKIPPED
> > [INFO] Neo4j Community  SKIPPED
> > [INFO] Neo4j GraphGist  SKIPPED
> > [INFO] Neo4j - Cypher Documentation ... SKIPPED
> > [INFO] Neo4j Cypher Reference Card Tests .. SKIPPED
> > [INFO] Neo4j Community  SKIPPED
> > [INFO] Neo4j - Generic shell .. SKIPPED
> > [INFO] Neo4j Examples . SKIPPED
> > [INFO] Neo4j Server API ... SKIPPED
> > [INFO] Neo4j Browser .. SKIPPED
> > [INFO] Neo4j Server ... SKIPPED
> > [INFO] Neo4j - Server Plugin Tests  SKIPPED
> > [INFO] Neo4j Server Examples .. SKIPPED
> > [INFO] Neo4j - UDC Integration  SKIPPED
> > [INFO] Neo4j Community Build .. SKIPPED
> > [INFO] Neo4j - Graph DB Monitoring and Management tools ... SKIPPED
> > [INFO] Neo4j Advanced . SKIPPED
> > [INFO] Neo4j Advanced Server .. SKIPPED
> > [INFO] Neo4j Advanced Build ... SKIPPED
> > [INFO] Neo4j - Communication Package .. SKIPPED
> > [INFO] Neo4j - Clustering Infrastructure .. SKIPPED
> > [INFO] Neo4j - Backup Tool  SKIPPED
> > [INFO] Neo4j - High Availability .. SKIPPED
> > [INFO] Neo4j Enterprise ... SKIPPED
> > [INFO] Neo4j Enterprise Server  SKIPPED
> > [INFO] Neo4j - Enterprise Performance Tests ... SKIPPED
> > [INFO] Neo4j Enterprise Build . SKIPPED
> > [INFO] Neo4j Integration Tests  SKIPPED
> > [INFO]
> > 
> > [INFO] BUILD FAILURE
> > [INFO]
> > 
> > [INFO] Total time: 06:24 min
> > [INFO] Finished at: 2014-08-27T10:03:41-05:00
> > [INFO] Final Memory: 75M/253M
> > [INFO]
> > 
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test) on
> > project neo4j-kernel: There are test failures.

MG>cwd /target/surefire-reports
MG>ls --sort=size -l
MG>grab the biggest TEST-*.XML and post contents here

> > [ERROR]
> > [ERROR] Please refer
> > to /home/neo4j/community/kernel/target/surefire-reports for the individual
> > test results.
> >
> > Thank you in advance.
> >
> > Regards,
> >
> > Siah Lyimo.
> > Software Engin

[GitHub] maven-indexer pull request: MINDEXER-89: Use a more uncommon port ...

2014-08-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/maven-indexer/pull/7


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



Re: [VOTE] Release Apache Maven Install Plugin Version 2.5.2

2014-08-29 Thread Karl Heinz Marbaise

+1 from me...

Karl-Heinz

On 8/27/14 10:20 PM, Karl Heinz Marbaise wrote:

Hi,

We solved 4 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11136&version=19616


There are still a couple of issues left in JIRA:
http://jira.codehaus.org/issues/?jql=project%20%3D%20MINSTALL%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC


Staging repo:
https://repository.apache.org/content/repositories/maven-1050
http://repository.apache.org/content/repositories/maven-1050/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2-source-release.zip


Source release checksum(s):
maven-install-plugin-2.5.2-source-release.zip sha1:
393345dc33cc9cc2d696965eff118d79afef11db

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

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-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release Apache Maven Deploy Plugin Version 2.8.2

2014-08-29 Thread Karl Heinz Marbaise

+1 from me

Kind regards
Karl-Heinz
On 8/27/14 10:30 PM, Karl Heinz Marbaise wrote:

Hi,

We solved 4 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11131&version=19617


There are still a couple of issues left in JIRA:
http://jira.codehaus.org/issues/?jql=project%20%3D%20MDEPLOY%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC


Staging repo:
https://repository.apache.org/content/repositories/maven-1051
https://repository.apache.org/content/repositories/maven-1051/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2-source-release.zip


Source release checksum(s):
maven-deploy-plugin-2.8.2-source-release.zip sha1:
bd2a6441cdd10d23c233a5044c9df3652d610f7d

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

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-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Create multi-module archetype with one module only active in a profile

2014-08-29 Thread Karl Heinz Marbaise

Hi,

a simple solution is to make such a module (sounds like an integration 
test module) just the profile inside the module so the execution of the 
integration tests is activated/deactivated by a profile things like 
maven-failsafe-plugin or whatever...


This prevent problems with releases etc.

Kind regards
Karl-Heinz Marbaise
On 8/29/14 9:15 PM, Thomas Larsson wrote:

Thanks Karl,

This seems like the sensible thing to do, and yes, we have already
encountered the headache of keeping the submodules version number in
sync after a release :-)

Perhaps this should have been obvious. Thanks for the help anyway!
/Thomas


On Fri, Aug 29, 2014 at 8:28 PM, Karl Heinz Marbaise mailto:khmarba...@gmx.de>> wrote:

Hi,

 >

I am trying to create an archetype with two modules, one main
and one itest.
I would like to have the itest module only active when run with
a profile.

In my original project, the root pom includes a part like this:

  
  
  itest
  
  itest
  
  
  

However, in the archetype-metadata.xml reference there is
nothing mentioned
about profiles.


First do never create a module which is included by a profile, cause
you will get trouble...

In particular if you do a release and afterwards doing a build and
activate the profile...
Take a deeper look

here:http://blog.soebes.de/__blog/2013/11/09/why-is-it-bad-__to-activate-slash-deactive-__modules-by-profiles-in-maven/






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



Re: Create multi-module archetype with one module only active in a profile

2014-08-29 Thread Karl Heinz Marbaise
Hi sorry ...my fault ...wrong reply given...should have been on the 
users list...


Kind regards
Karl-Heinz Marbaise
On 8/29/14 10:11 PM, Karl Heinz Marbaise wrote:

Hi,

a simple solution is to make such a module (sounds like an integration
test module) just the profile inside the module so the execution of the
integration tests is activated/deactivated by a profile things like
maven-failsafe-plugin or whatever...

This prevent problems with releases etc.

Kind regards
Karl-Heinz Marbaise
On 8/29/14 9:15 PM, Thomas Larsson wrote:

Thanks Karl,

This seems like the sensible thing to do, and yes, we have already
encountered the headache of keeping the submodules version number in
sync after a release :-)

Perhaps this should have been obvious. Thanks for the help anyway!
/Thomas


On Fri, Aug 29, 2014 at 8:28 PM, Karl Heinz Marbaise mailto:khmarba...@gmx.de>> wrote:

Hi,

 >

I am trying to create an archetype with two modules, one main
and one itest.
I would like to have the itest module only active when run with
a profile.

In my original project, the root pom includes a part like this:

  
  
  itest
  
  itest
  
  
  

However, in the archetype-metadata.xml reference there is
nothing mentioned
about profiles.


First do never create a module which is included by a profile, cause
you will get trouble...

In particular if you do a release and afterwards doing a build and
activate the profile...
Take a deeper look


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