Re: Build failed in Jenkins: maven-plugins-ITs-m3-windows #187

2013-06-11 Thread Mark Hobson
t; -XX:MaxPermSize=128m >> >> should we change this? If yes, to what? >> >> Robert >> >> Op Sun, 12 May 2013 12:26:00 +0200 schreef Mark Hobson >> : >> >>> Any ideas what the problem is with the Java installation on this >>> slave?

Re: Build failed in Jenkins: maven-plugins-ITs-m3-windows #187

2013-05-12 Thread Mark Hobson
Any ideas what the problem is with the Java installation on this slave? This build has been failing for as long as I remember, and every time it does it emails 18 people and counting. The secondary problem is the Maven Dependency Plugin tests failing with Java heap space, which then causes six ot

Re: MNG-3092

2012-11-14 Thread Mark Hobson
e? > > On Nov 14, 2012, at 3:54 PM, Mark Hobson wrote: > >> Hi all, >> >> I see Jason's suggested MNG-3092 [1] for 3.1.0, which is great, but as >> the comments show this is a political hot potato. I'm happy to apply >> my original patch if that re

MNG-3092

2012-11-14 Thread Mark Hobson
Hi all, I see Jason's suggested MNG-3092 [1] for 3.1.0, which is great, but as the comments show this is a political hot potato. I'm happy to apply my original patch if that really is the consensus? Thanks, Mark [1] http://jira.codehaus.org/browse/MNG-3092

Re: https://jira.codehaus.org/browse/MNG-1304

2012-11-13 Thread Mark Hobson
+1 Standardisation on version semantics is key to dependency management. Mark On 13 Nov 2012, at 20:38, Jason van Zyl wrote: > This is a long-standing issue, but I think a document and standard has > emerged that I think is reasonable. How do people feel about trying to adhere > to: > > htt

[ANN] Maven SCM Publish Plugin 1.0-beta-2 Released

2012-11-08 Thread Mark Hobson
The Maven team is pleased to announce the release of the Maven SCM Publish Plugin, version 1.0-beta-2. This plugin allows Maven websites to be published to any supported SCM. http://maven.apache.org/plugins/maven-scm-publish-plugin/ You should specify the version in your project's plugin configu

[ANN] Maven SCM 1.8.1 Released

2012-11-08 Thread Mark Hobson
The Maven team is pleased to announce the release of Maven SCM, version 1.8.1. Maven SCM provides a common API for doing SCM operations. http://maven.apache.org/scm/ Release Notes - Maven SCM - Version 1.8.1 Bug: * [SCM-696] - SVN tagging fails with svn+ssh://username@host URL * [SCM-697] - git

Re: Deploying maven-scm site

2012-11-07 Thread Mark Hobson
Goodness, I've just tried adding to settings.xml and so far it seems to be happily scp'ing autonomously. I'm sure I tried this the other night.. Thanks for listening, Mark On 7 November 2012 19:51, Mark Hobson wrote: > I do mean passphrase. My public key is on people.apac

Re: Deploying maven-scm site

2012-11-07 Thread Mark Hobson
s on people? > > > On Wed, Nov 7, 2012 at 2:21 PM, Mark Hobson wrote: > >> Hi Benson, >> >> I can ssh and scp to people.apache.org by entering my passphrase. >> I've even tried using ssh-add to remove the passphrase prompt but it >> still resorts to a

Re: Deploying maven-scm site

2012-11-07 Thread Mark Hobson
> apache.website > bimargulies > > /users/benson/.ssh/id_rsa > > > > On Wed, Nov 7, 2012 at 8:55 AM, Mark Hobson wrote: > >> I'd be happy to temporarily not use keys and put my password in >> settings.xml, al

Re: Deploying maven-scm site

2012-11-07 Thread Mark Hobson
. That's been the case > for me when I've been prompted for passwords when using keys. Good luck in > finding out why. :-) > > -Chris > > Sent from my iPhone > > On 07/11/2012, at 9:34 AM, Mark Hobson wrote: > >> Hi, >> >> I'm trying

Deploying maven-scm site

2012-11-06 Thread Mark Hobson
Hi, I'm trying to deploy the maven-scm-1.8.1 site but am getting prompted for a password for every module. As per [1] my settings.xml contains: apache.website markh ${user.home}/.ssh/id_rsa I'm running Maven 3.0.4 under Cygwin with the following from [2]: mvn

[RESULT] [VOTE] Release Maven SCM Publish Plugin version 1.0-beta-2

2012-11-05 Thread Mark Hobson
Hi, The vote has passed with the following result : +1 (binding): Mark Hobson, Herve Boutemy, Mark Struberg, Olivier Lamy +0 (binding): Robert Scholte +1 (non binding): N/A I will promote the artifacts to the central repo. Mark

[RESULT] [VOTE] Release Maven SCM version 1.8.1

2012-11-05 Thread Mark Hobson
Hi, The vote has passed with the following result : +1 (binding): Mark Hobson, Herve Boutemy, Mark Struberg, Olivier Lamy +1 (non binding): N/A I will promote the artifacts to the central repo. Mark - To unsubscribe, e-mail

Re: [VOTE] Release Maven SCM Publish Plugin version 1.0-beta-2

2012-11-03 Thread Mark Hobson
Op Fri, 02 Nov 2012 10:39:03 +0100 schreef Mark Struberg > : > > >> +1 >> >> LieGrue, >> strub >> >> >> >> >> - Original Message - >>> >>> From: Mark Hobson >>> To: Maven Developers List >>> Cc: >>&

[VOTE] Release Maven SCM Publish Plugin version 1.0-beta-2

2012-11-01 Thread Mark Hobson
Hi, Note that this release is dependent upon the maven-scm-1.8.1 vote currently taking place. We solved 2 issues:http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12730&styleName=Html&version=18939 There are still a couple of issues left in JIRA:http://jira.codehaus.org/secure/IssueNa

[VOTE] Release Maven SCM version 1.8.1

2012-11-01 Thread Mark Hobson
Hi, We solved 4 issues:http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10527&styleName=Html&version=18930 There are still plenty of issues left in JIRA:http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10527&status=1 Staging repo:https://repository.apache.org/content

Re: Releasing maven-scm and maven-scm-publish-plugin

2012-10-31 Thread Mark Hobson
to fail if there's no components.xml. It happened to me only > once, during the most critical moment: release:perform. Just double check > your release, that's all I'm saying. > > Robert > > Op Tue, 30 Oct 2012 23:50:39 +0100 schreef Mark Hobson > : > > >>

Re: GPG Keys

2012-10-30 Thread Mark Hobson
That worked, thanks Olivier. Mark On 30 October 2012 22:53, Olivier Lamy wrote: > I missed to update instructions here when we moved to svnpubsub for dist. > Now instrusctions up2date. > The file to update is located here > https://dist.apache.org/repos/dist/release/maven/ > >

Re: Releasing maven-scm and maven-scm-publish-plugin

2012-10-30 Thread Mark Hobson
o re-release a new one as soon as I know > what the issue is. > Running a package twice does generate the file. > > I assume it's this project: https://github.com/sonatype/plexus-containers > but I still haven't found the right sources on my system > > Robert > >

GPG Keys

2012-10-30 Thread Mark Hobson
Hi, I'm trying to update the /dist/maven/KEYS file on people.apache.org as described here: https://svn.apache.org/repos/asf/maven/project/KEYS It's owned by the svnwc user and I don't appear to have permissions to overwrite it. Am I missing something here? Thanks, Mark --

Re: Releasing maven-scm and maven-scm-publish-plugin

2012-10-30 Thread Mark Hobson
Sounds reasonable to me, I'll release it as 1.8.1. Mark On 27 October 2012 23:28, Chris Graham wrote: > 1.9 or 1.8.1? > > It doesn't appear to be a major change. > > -Chris > > Sent from my iPhone > > On 27/10/2012, at 11:31 PM, Mark Hobson wrote: > &

Re: Releasing maven-scm and maven-scm-publish-plugin

2012-10-27 Thread Mark Hobson
On 26 October 2012 21:14, Olivier Lamy wrote: > 2012/10/26 Mark Hobson : >> Any objections before I start a vote? > Nope Great, I'll get the ball rolling. >> Also, what is the convention for running maven-scm ITs? I'm guessing >> it's done manually prior

Releasing maven-scm and maven-scm-publish-plugin

2012-10-26 Thread Mark Hobson
Hi, I'd like to release maven-scm-publish-plugin 1.0-beta-2 for the MSCMPUB-2 fix. This issue is in turn fixed by SCM-697 so I'll also need to release maven-scm 1.9. The remaining issue scheduled for 1.9 is SCM-435 which I can move to 1.10 instead. Any objections before I start a vote? Also, w

Re: Board report request

2012-05-28 Thread Mark Hobson
Thanks. On 28 May 2012 13:40, Olivier Lamy wrote: > done > > 2012/5/28 Mark Hobson : >> Hi, >> >> Could a PMC add Maven Runtime 1.0-alpha-3 to the next board report please? >> >> Thanks, >> >> Mark >> >> ---

Board report request

2012-05-28 Thread Mark Hobson
Hi, Could a PMC add Maven Runtime 1.0-alpha-3 to the next board report please? Thanks, Mark - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[ANN] Maven Runtime 1.0-alpha-3 Released

2012-05-28 Thread Mark Hobson
The Maven team is pleased to announce the release of the Maven Runtime, version 1.0-alpha-3 Maven Runtime allows introspection of Maven project metadata at runtime. Basic artifact information or full Maven project metadata can be obtained for all projects within a given class loader, opti

[RESULT] [VOTE] Release Maven Runtime version 1.0-alpha-3

2012-05-28 Thread Mark Hobson
Hi, The vote has passed with the following result : +1 (binding): Olivier Lamy, Hervé BOUTEMY, Stephen Connolly +1 (non binding): Tony Chemit I will promote the artifacts to the central repo. Thanks, Mark - To unsubscribe, e-

Re: [VOTE] Release Maven Runtime version 1.0-alpha-3

2012-05-28 Thread Mark Hobson
Sure, will do thanks. Mark On 28 May 2012 10:32, Hervé BOUTEMY wrote: > it's only the documentation: just fix your local checkout to publish content > that will be ok > and of course, check-in for future releases :) > > Regards, > > Hervé > > Le lundi 28 mai 2

Re: [VOTE] Release Maven Runtime version 1.0-alpha-3

2012-05-28 Thread Mark Hobson
Good spot Tony, I'll fix the links. Shall I re-release the project or amend the tag? I'd rather re-release but do we need to vote for 72hrs again? Thanks, Mark On 28 May 2012 09:46, Tony Chemit wrote: > On Tue, 22 May 2012 13:29:48 +0100 > Mark Hobson wrote: > >> Hi

[ANN] Maven Release Plugin 2.3.1 Released

2012-05-25 Thread Mark Hobson
The Maven team is pleased to announce the release of the Maven Release Plugin, version 2.3.1 This plugin is used to release a project with Maven, saving a lot of repetitive, manual work. Releasing a project is made in two steps: prepare and perform. http://maven.apache.org/plugins/maven-release-p

Re: Board report request

2012-05-25 Thread Mark Hobson
Thanks Olivier. On 25 May 2012 15:40, Olivier Lamy wrote: > done. > > 2012/5/25 Mark Hobson : >> Hi, >> >> Could a PMC add Maven Release Plugin 2.3.1 to the next board report please? >> >> Thanks, >> >> Mark >> >>

Board report request

2012-05-25 Thread Mark Hobson
Hi, Could a PMC add Maven Release Plugin 2.3.1 to the next board report please? Thanks, Mark - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[RESULT] [VOTE] Release Maven Release Plugin version 2.3.1

2012-05-25 Thread Mark Hobson
Hi, The vote has passed with the following result : +1 (binding): Robert Scholte, Olivier Lamy, Benson Margulies +1 (non binding): Mark Hobson, Tony Chemit, abhijith tn I will promote the artifacts to the central repo. Thanks, Mark

Re: [VOTE] Release Maven Runtime version 1.0-alpha-3

2012-05-25 Thread Mark Hobson
Vote is nearing completion and need one more binding vote, anyone? Thanks, Mark On 24 May 2012 21:01, Hervé BOUTEMY wrote: > +1 > > Hervé > > Le mardi 22 mai 2012 13:29:48 Mark Hobson a écrit : >> Hi, >> >> This release adds Maven3 support. >> >> We

Re: [VOTE] Release Maven Release Plugin version 2.3.1

2012-05-25 Thread Mark Hobson
Vote is nearing completion and need one more binding vote, anyone? Thanks, Mark On 22 May 2012 20:48, Olivier Lamy wrote: > +1 > > 2012/5/22 Mark Hobson : >> Hi, >> >> We solved 3 issues: >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=1

JIRA spam

2012-05-23 Thread Mark Hobson
Hi, This guy looks like spam if anyone wants to delete him? https://jira.codehaus.org/secure/ViewProfile.jspa?name=hendy Cheers, Mark - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: [VOTE] Release Maven Runtime version 1.0-alpha-3

2012-05-23 Thread Mark Hobson
en.apache.org/shared/maven-runtime-1.0-alpha-3 > total 0 > ls: /www/maven.apache.org/shared/maven-runtime-1.0-alpha-3: Permission denied > > Will prevent > olamy@minotaur:~$ curl -I > http://maven.apache.org/shared/maven-runtime-1.0-alpha-3 > HTTP/1.1 403 Forbidden > > 2012

[VOTE] Release Maven Runtime version 1.0-alpha-3

2012-05-22 Thread Mark Hobson
Hi, This release adds Maven3 support. We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&version=15963 There are no issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+MSHARED+AND+component+%3D+maven-runtime+A

[VOTE] Release Maven Release Plugin version 2.3.1

2012-05-22 Thread Mark Hobson
Hi, We solved 3 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11144&styleName=Html&version=18526 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11144&status=1 Staging repo: https://repository.apache.org/con

[ANN] Maven Checkstyle Plugin 2.8 Released

2011-11-01 Thread Mark Hobson
The Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 2.8 Generates a report on violations of code style and optionally fails the build if violations are detected. http://maven.apache.org/plugins/maven-checkstyle-plugin You should specify the version in your

Add Maven Checkstyle Plugin 2.8 to board report

2011-11-01 Thread Mark Hobson
Hi, Could a PMC add the Maven Checkstyle Plugin 2.8 release to the next board report please? Cheers, Mark - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[RESULT] [VOTE] Release Maven Checkstyle Plugin version 2.8

2011-11-01 Thread Mark Hobson
Hi, The vote has passed with the following result : +1 (binding): Olivier Lamy, Stephen Connolly, Herve Boutemy +1 (non binding): Mark Struberg, Lukas Theussl I will promote the artifacts to the central repo. Cheers, Mark - T

[VOTE] Release Maven Checkstyle Plugin version 2.8

2011-10-24 Thread Mark Hobson
Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&version=17520 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11127&status=1 Staging repo: https://repository.apache.org/content/repositori

Re: Checkstyle plugin 2.8 release?

2011-10-24 Thread Mark Hobson
to push the release. > > 2011/10/14 Mark Hobson : >> That'd be great, thanks Olivier! >> >> Mark >> >> On 14 October 2011 08:26, Olivier Lamy wrote: >>> Hello, >>> I can probably do that around middle next week. Ping me if I miss :-) >>> &g

Re: Checkstyle plugin 2.8 release?

2011-10-14 Thread Mark Hobson
That'd be great, thanks Olivier! Mark On 14 October 2011 08:26, Olivier Lamy wrote: > Hello, > I can probably do that around middle next week. Ping me if I miss :-) > > 2011/10/13 Mark Hobson : >> Hi, >> >> I need to use maven-checkstyle-plugin 2.7 for the

Checkstyle plugin 2.8 release?

2011-10-13 Thread Mark Hobson
Hi, I need to use maven-checkstyle-plugin 2.7 for the checkstyle upgrade but am being blocked by MCHECKSTYLE-159. This is fixed in trunk and there are no further unresolved issues targeting 2.8, so any objections to performing a release? Next question is would someone mind doing it? :) I'm happ

Re: Auto apache version standard as an enforcer rule?

2010-11-10 Thread Mark Hobson
On 10 November 2010 14:02, Jesse Glick wrote: > The trouble with Javadoc pseudo-annotations is that they are unavailable in > bytecode and thus invisible to a tool like sigtest. I don't know about > Clirr. I suspect this particular set of Javadoc tags was designed with > Eclipse editor hints in mi

Re: Auto apache version standard as an enforcer rule?

2010-11-09 Thread Mark Hobson
On 9 November 2010 16:30, Rex Hoffman wrote: > My thoughts exactly on the annotation ie. hosted in a generic context.  The > concern I have is the number of useful open source projects that expose > interfaces that clients are not required to implement.  Ultimately since > this style of checking i

Re: Auto apache version standard as an enforcer rule?

2010-11-05 Thread Mark Hobson
On 4 November 2010 18:28, Rex Hoffman wrote: > Seems reasonable, build a helper library to run clirr and analyze it's > results, allow the clirr plugin to use it in it's existing manner, or by an > enforcer rule. > > That fact that it's clirr under the hood of that enforcer rule will be > complete

Re: [ANN] Apache Maven 3.0 Released

2010-10-08 Thread Mark Hobson
Congrats! Thanks to everyone who put the substantial effort into making this milestone release. Mark On 8 October 2010 14:10, Benjamin Bentmann wrote: > The Maven team is pleased to announce the release of Apache Maven 3.0. > > Maven is a project comprehension and build tool, designed to simpli

Re: [m3] ProjectSorter problems (was: Re: [VOTE] Release Apache Maven 3.0)

2010-10-05 Thread Mark Hobson
On 5 October 2010 22:43, Benjamin Bentmann wrote: > To me the situation looks like this: The ProjectSorter serves one purpose, > that is to figure out the build order of projects within a reactor. Unless I > misunderstand, you seem to have a different use case and merely use the > ProjectSorter be

Re: [m3] ProjectSorter problems (was: Re: [VOTE] Release Apache Maven 3.0)

2010-10-05 Thread Mark Hobson
On 5 October 2010 21:50, Mark Hobson wrote: > I've raised MNG-4854 [1] to demonstrate the problem. Benjamin, I understand your comment on the issue. The situation I have is with maven-runtime where all dependencies have already been mediated, so project:1.0 is in fact using dependenc

Re: [m3] ProjectSorter problems (was: Re: [VOTE] Release Apache Maven 3.0)

2010-10-05 Thread Mark Hobson
On 5 October 2010 18:35, Mark Hobson wrote: > I've taken a quick look at ProjectSorter in the debugger and it looks > like it's skipping vertexes where versions don't match.  For example, > if A depends on B:1.0 but B is resolved to 1.1 (via resolution or > management)

[m3] ProjectSorter problems (was: Re: [VOTE] Release Apache Maven 3.0)

2010-10-05 Thread Mark Hobson
Branching the m3 vote thread: On 5 October 2010 16:22, Mark Hobson wrote: > Sorry, I don't think I was clear enough before.  It's not the ordering > of elements at the same level that's a problem, it's that the element > order is wrong.  I was also meaning determinis

Re: [VOTE] Release Apache Maven 3.0

2010-10-05 Thread Mark Hobson
On 5 October 2010 15:54, Jason van Zyl wrote: > a DAG which is toposorted is naturally unordered for elements at the same > level in a graph.  The set is deterministic, the order of that set is not. > Relying on any ordering for something that is naturally unordered is not > really a great idea

Re: [VOTE] Release Apache Maven 3.0

2010-10-05 Thread Mark Hobson
On 5 October 2010 14:31, Baptiste MATHUS wrote: > +1. > It'd confirm what I checked yesterday (see my other mail). I was having > problem with XML parser due to a different classpath ordering inside > surefire between m2.2.1 and m3. > > As Olivier said, it's true it's bad to rely on classpath orde

Re: [VOTE] Release Apache Maven 3.0

2010-10-05 Thread Mark Hobson
It generally works for my builds apart from the behaviour of an internal Maven plugin. This plugin uses the shared component maven-runtime to determine the dependency order of the project's dependencies, which is subtly different between m2.2.1 and m3. I haven't had time to fully debug the proble

[ANN] Maven Checkstyle Plugin 2.6 Released

2010-09-25 Thread Mark Hobson
The Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 2.6. This plugin generates a report regarding the code style used by the developers. http://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's plugin configur

Add maven-checkstyle-plugin:2.6 to board report

2010-09-25 Thread Mark Hobson
Hi there, Could a PMC add maven-checkstyle-plugin:2.6 to the board report please? Thanks, Mark - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[RESULT] [VOTE] Release Maven Checkstyle plugin version 2.6

2010-09-25 Thread Mark Hobson
Hi, The vote has passed with the following result : +1 (binding): Emmanuel Venisse, Lukas Theussl, Olivier Lamy, John Casey, Herve Boutemy I will promote the artifacts to the central repo. Mark - To unsubscribe, e-mail: dev-un

[VOTE] Release Maven Checkstyle plugin version 2.6

2010-09-22 Thread Mark Hobson
Hi, We solved 5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&styleName=Html&version=16212 There are still several issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11127&status=1 Staging repo: https://repository.apache.org/content

Re: Plugin deployment problems

2010-09-21 Thread Mark Hobson
On 21 September 2010 04:45, Brian Fox wrote: > I'm at JavaOne this week so I didn't see this until know. You're back > in the group now. Great, thanks Brian, all working now. Mark - To unsubscribe, e-mail: dev-unsubscr...@maven

Re: Plugin deployment problems

2010-09-20 Thread Mark Hobson
On 20 September 2010 16:43, Wendy Smoak wrote: > (If Brian hasn't seen this thread and done it already,) send an email > to the PMC list private@ and ask to be reinstated. Sent, thanks. Mark - To unsubscribe, e-mail: dev-unsubs

Re: Plugin deployment problems

2010-09-20 Thread Mark Hobson
On 20 September 2010 15:12, Benjamin Bentmann wrote: > I don't see your user id among [0] and the Maven Parent POM says your role > is emeritus, that explains it I guess. > > Two months back, there was some cleanup of the groups. Maybe you fall > through and didn't get a mail when your status was

Re: Plugin deployment problems

2010-09-20 Thread Mark Hobson
On 20 September 2010 14:20, Anders Hammar wrote: > I'm kind of thinking that Jason was right when he said that the switch to > ldap could have caused this... Not sure if it's related, but I couldn't add my new PGP key to KEYS [1] either: svn: Commit failed (details follow): svn: Server sent unex

Re: Plugin deployment problems

2010-09-20 Thread Mark Hobson
On 20 September 2010 13:00, Anders Hammar wrote: > I'd say you don't have permission to deploy (snapshots) to m-checkstyle-p. > You need to get someone to verify this for you. Strange, I successfully released 2.4 about a year ago, but the infrastructure has changed somewhat since then. Can anyon

Re: Plugin deployment problems

2010-09-20 Thread Mark Hobson
On 20 September 2010 13:01, Martin Gainty wrote: > did you add repository.apache.org/content/repositories/snapshots repository > to your list of proxied repositories in your ./.m2/settings.xml > http://maven.apache.org/ref/2.2.1/maven-settings/settings.html I haven't got any proxy elements in my

Re: Plugin deployment problems

2010-09-20 Thread Mark Hobson
On 17 September 2010 21:38, Anders Hammar wrote: > That's what I would do. Start with a simple setup and when that works add > the encryption. I still get a 403 when using no password encryption. I've also tried using the httpclient wagon provider but to no avail: [INFO] [deploy:deploy {executi

Re: Plugin deployment problems

2010-09-17 Thread Mark Hobson
On 17 September 2010 19:41, Anders Hammar wrote: > But he could log into the Apache Nexus instance through the UI, so that > can't be the case. > Mark, are you sure the server id in settings.xml match the id of the repo > (e.i. "apache.snapshots.https")? Is the password encrypted? As sure as I ca

Re: Plugin deployment problems

2010-09-17 Thread Mark Hobson
Any ideas on this one? It's blocking me from releasing the maven-checkstyle-plugin which I'd like to do ASAP. Mark On 16 September 2010 18:44, Mark Hobson wrote: > Hi there, > > I've been updating my environment to release the Checkstyle plugin and > am havin

Plugin deployment problems

2010-09-16 Thread Mark Hobson
Hi there, I've been updating my environment to release the Checkstyle plugin and am having problems even deploying a snapshot. I've configured settings.xml as specified [1] but still get: [INFO] Error deploying artifact: Authorization failed: Access denied to: https://repository.apache.org/cont

Re: [Checkstyle plugin] possible release

2010-09-16 Thread Mark Hobson
I could do with this release too and am happy to perform it. Having a few problems updating my environment though; I'll send a separate mail. Mark On 13 September 2010 22:37, Olivier Lamy wrote: > Hi, > I will try to work on this at the end of the week (if no spare time issue :-) > ). > > 2010

Re: Filling in a few gaps with enforcer rules

2010-09-13 Thread Mark Hobson
Great, thanks Rex. Mark On 13 September 2010 18:45, Rex Hoffman wrote: > Hey Mark, > > A little later than I promised but here it is: > > http://jira.codehaus.org/browse/MENFORCER-107 > > Rex > > > On Wed, Sep 8, 2010 at 1:16 PM, Mark Hobson wrote: >>

Re: Filling in a few gaps with enforcer rules

2010-09-08 Thread Mark Hobson
gt;              enforce >             >           >         >       > > > Or you can wait on me, and then a dev with commit rights to get in to > maven proper. > > Cheers, > > Rex > > On Wed, Sep 8, 2010 at 4:26 AM, Mark Hobson wrote: >> Were any is

Re: Filling in a few gaps with enforcer rules

2010-09-08 Thread Mark Hobson
Were any issues raised to track the progress of these new rules? I'm particularly interested in this one: > 2) Maven should have the option of forcing developers to ensure > dependencies converge rather than relying on the "closest to the top" > rule it uses by default. In large projects this ca

Re: annotations support in compiler mojo

2010-03-30 Thread Mark Hobson
On 29 March 2010 10:35, Milos Kleint wrote: > yes, one place when this issue arises is when your own project defines a > annotation processor of it's own. See > http://jira.codehaus.org/browse/MCOMPILER-97 Hmm, maybe we'll have to split the compiler plugin up into two different executions for pro

Re: annotations support in compiler mojo

2010-03-29 Thread Mark Hobson
Hi Milos, Sorry for the delay again, I've been away from code for a while. On 6 March 2010 13:27, Milos Kleint wrote: > I see. I think the regular compilation classpath shall be the default >  though. The question is how to encode this special processor path? is there > a way to encode elements

Re: annotations support in compiler mojo

2010-03-05 Thread Mark Hobson
Hi Milos, Apologies for the delayed reply. See my responses inline: On 25 February 2010 09:10, Milos Kleint wrote: > Hello Mark, > > what are the required feaures you are after? From the glimpse at the apt > plugin, I got the impression that it has quite a lot of configuration, some > I didn't

Re: annotations support in compiler mojo

2010-02-10 Thread Mark Hobson
Late reply on this one, but I'm certainly interested in seeing apt support added to maven-compiler-plugin. There is already a separate plugin for apt over at Mojo, apt-maven-plugin [1]. I worked on this a while back to get it into shape and am currently using it in production. I'd be happy to se

Re: New Release Tree Maven Module

2010-01-29 Thread Mark Hobson
I'm a little confused as to what this approach involves, as you seem to suggest releasing up the dependency tree from a given leaf project? I'd certainly advocate a release goal to release in the opposite direction, i.e. a project and all its snapshot dependencies down the dependency tree. Mark

Re: [PMC] Maven Checkstyle Plugin 2.4 needs adding to board report

2009-11-19 Thread Mark Hobson
2009/11/19 Benjamin Bentmann : > Done. > > For the future, please remember to cc the result to the PMC as well (cf. > step 9 of the [0]). Ah ha, thanks, I missed that. Oh for a plugin to automate this process! Mark - To unsubsc

[PMC] Maven Checkstyle Plugin 2.4 needs adding to board report

2009-11-19 Thread Mark Hobson
The Maven Checkstyle Plugin has been released. Can this get added to the next board report please. Cheers, Mark - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.or

Re: [VOTE] Release Maven Checkstyle plugin version 2.4

2009-11-18 Thread Mark Hobson
t; > 2009/11/12 Mark Hobson : >> Hi, >> >> The big new feature in this release is an upgrade to Checkstyle 5.0, >> which brings Java 5 compatibility. >> >> We solved 6 issues: >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&versio

[VOTE] Release Maven Checkstyle plugin version 2.4

2009-11-12 Thread Mark Hobson
Hi, The big new feature in this release is an upgrade to Checkstyle 5.0, which brings Java 5 compatibility. We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&version=15336 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNav

Re: Checkstyle ready for a 2.4 release?

2009-11-12 Thread Mark Hobson
Great, thanks Olivier. I'll start the vote for 2.4. Cheers, Mark 2009/11/12 Olivier Lamy : > Hi, > Move it to 2.5. > I wanted to work on some refactoring on the plugin. > But the best is to do it after the release :-) > > -- > Olivier > > 2009/11/12 Mark

Re: Checkstyle ready for a 2.4 release?

2009-11-12 Thread Mark Hobson
I've upgraded maven-reporting-impl now that it has been released. The only unresolved issue destined for 2.4 is now MCHECKSTYLE-123 [1]. Can this be resolved quickly or shall we defer it until 2.5? Cheers, Mark [1] http://jira.codehaus.org/browse/MCHECKSTYLE-123 2009/11/4 Mark H

Re: [VOTE] Release Maven reporting impl version 2.0.4.3

2009-11-12 Thread Mark Hobson
Ah great, thanks :) Mark 2009/11/12 Vincent Siveton : > 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 > >

Re: [VOTE] Release Maven reporting impl version 2.0.4.3

2009-11-12 Thread Mark Hobson
2009/11/10 Vincent Siveton : > 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/m

[PMC] Maven Runtime 1.0-alpha-2 needs adding to board report

2009-11-07 Thread Mark Hobson
Maven Runtime has been released. Can this get added to the next board report please. Cheers, Mark - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[ANN] Maven Runtime 1.0-alpha-2 Released

2009-11-07 Thread Mark Hobson
The Maven team is pleased to announce the release of Maven Runtime, version 1.0-alpha-2. Maven Runtime allows introspection of Maven project metadata at runtime. http://maven.apache.org/shared/maven-runtime/ You should specify the dependency in your project's POM: org.apache.maven.shared mav

Re: Checkstyle ready for a 2.4 release?

2009-11-04 Thread Mark Hobson
ite > single report, ie mvn checkstyle:checkstyle See MSHARED-120 > > Cheers, > > Vincent > > 2009/11/3 Mark Hobson : >> Hi there, >> >> Has anyone got any objections to rolling a Checkstyle 2.4 release? >> The big addition in this version is MCHE

Re: [VOTE] Release Maven reporting impl version 2.0.4.3

2009-11-04 Thread Mark Hobson
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 : > Hi, > > This is a maintenance release to fix MSHARED-120. > > Staging repo: > https://reposi

Checkstyle ready for a 2.4 release?

2009-11-03 Thread Mark Hobson
Hi there, Has anyone got any objections to rolling a Checkstyle 2.4 release? The big addition in this version is MCHECKSTYLE-105 [1] which upgrades Checkstyle to 5.0, and thus is compatible with Java 5. Several users have been using 2.4-SNAPSHOT successfully for a while now without problems, myse

[VOTE] Release Maven Runtime version 1.0-alpha-2 (take 2)

2009-11-03 Thread Mark Hobson
Hi, This second attempt now inherits maven-shared-components:14 to fix the site skin problems. We solved 2 issues: - Added support for introspecting URLs to MavenRuntime - Added url to parsing exception messages There are no issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jsp

Re: [VOTE] Release Maven Runtime version 1.0-alpha-2

2009-11-03 Thread Mark Hobson
2009/11/2 Stephen Connolly : > 2009/11/2 Mark Hobson : >> Staging site: >> http://maven.apache.org/shared/maven-runtime-1.0-alpha-2/ > > The above link is broken for me, even using the Apache Proxy :-( It wasn't synced when I sent the email, but it's working

[VOTE] Release Maven Runtime version 1.0-alpha-2

2009-11-02 Thread Mark Hobson
Hi, We solved 2 issues: - Added support for introspecting URLs to MavenRuntime - Added url to parsing exception messages There are no issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=component+%3D+maven-runtime+AND+project+%3D+MSHARED+AND+reso

Re: How to retrieve the current maven version from a plugin?

2009-10-22 Thread Mark Hobson
2009/10/22 Brett Porter : > Well, there's maven-runtime in shared, but that stack dumps on M3 (not sure > if that's a regression or known incompat.) > > Code like this: > >  try { >    System.out.println( runtime.getProject( Mojo.class ).getVersion() ); > } catch ( MavenRuntimeException e ) { >    

Re: apache-source-release-assembly-descriptor POM hierarchy

2009-10-07 Thread Mark Hobson
2009/10/7 Brett Porter : > By that point, it'll be 1.1-SNAPSHOT, using 1.0, and so on. I think that's > not a problem in the fashion that it is used. I guess, seems a bit weird to me. I'd probably have factored a new parent in that both maven-parent and apache-source-release-assembly-descriptor c

apache-source-release-assembly-descriptor POM hierarchy

2009-10-07 Thread Mark Hobson
Hi there, Just been checking out the apache-source-release-assembly-descriptor project and noticed the strange POM hierarchy: org.apache:apache:6 v (inherits) org.apache.maven:maven-parent:13 | (uses) +-> org.apache.apache.resources:apache-source-release-assembly-descriptor:1.0 org.apache.maven:

  1   2   3   4   5   6   7   >