Re: ssh extension in Apache parent pom

2011-04-13 Thread Brian Fox
Jochen pointed out to me directly that this is needed for site deployment. /facepalm. Seems reasonable to me then. On Wed, Apr 13, 2011 at 12:44 PM, Brian Fox wrote: > Projects are usually using repository.apache.org / https by default > for deploys. So why would we add it? > > On Wed, Apr 13, 20

Re: [PROPOSAL] Maven App Engine?

2011-04-13 Thread Olivier Lamy
cool stuff (I have already some use cases in mind :-) ) +1 to host this here @ASF All the integration/samples part could be at least in sandbox ? 2011/4/13 John Casey : > Hey everyone, > > I have some code I've been working on for about a year now, on and off. The > point is to make it easier t

Re: [VOTE] Release Maven Surefire 2.8.1

2011-04-13 Thread Stefan Birkner
I already started work on SUREFIRE-724. stefan On 13.04.2011, 17:30 +0200 Kristian Rosenvold wrote: > Running single methods is not implemented for 3.x and the junit 4.7 > provider, it is not really a bug as such, although I hate getting into > those semantics. > > I've been thinking about makin

Re: [PROPOSAL] Maven App Engine?

2011-04-13 Thread Wayne Fay
> I have some code I've been working on for about a year now, on and off. The > point is to make it easier to embed Maven inside an application, including > giving access to Maven components via injection. I haven't checked out the code yet, but embedding Maven is a common use case for a lot of pe

Re: [VOTE] Release Maven Surefire 2.8.1

2011-04-13 Thread John Casey
+1 On 4/12/11 9:32 AM, Olivier Lamy wrote: Hello, I'd like to release surefire 2.8.1 We fixed 7 issues : http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&version=17221 Staged repo : https://repository.apache.org/content/repositories/maven-081 Staging sites : * http://maven.apa

Re: [VOTE] Release Maven ANT Tasks version 2.1.3 (take #2)

2011-04-13 Thread John Casey
+1 On 4/13/11 4:30 AM, Stephen Connolly wrote: Hi, This release is being requested to assist the Apache Cassandra project. We solved 1 issue: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11533&styleName=Html&version=17307 There are still a plenty of issues left in JIRA: http://j

Re: [VOTE] Release Maven ANT Tasks version 2.1.3 (take #2)

2011-04-13 Thread Lukas Theussl
I committed it: http://svn.apache.org/viewvc?view=revision&revision=1091756 -Lukas Stephen Connolly wrote: care to share the fix? at the moment one page is borked (reference.html) but it can be snuck in I'd I have the fix - Stephen --- Sent from my Android phone, so random spelling mistake

Re: [VOTE] Release Maven ANT Tasks version 2.1.3 (take #2)

2011-04-13 Thread Stephen Connolly
the coverage is always 0% because the instrumentation is borked with shading, so the tests bomb out and coverage is 0%... at least it was lat week when I did 2.1.2 - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result o

Re: [VOTE] Release Maven ANT Tasks version 2.1.3 (take #2)

2011-04-13 Thread Stephen Connolly
care to share the fix? at the moment one page is borked (reference.html) but it can be snuck in I'd I have the fix - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 13 Apr 20

Re: ssh extension in Apache parent pom

2011-04-13 Thread Brian Fox
Projects are usually using repository.apache.org / https by default for deploys. So why would we add it? On Wed, Apr 13, 2011 at 3:08 AM, Jochen Wiedmann wrote: > Hi, > > are there any reasons for *not* adding wagon-ssh (and possibly others) > to the Apache parent POM? I'd opt adding this and rel

Re: [VOTE] Release Maven ANT Tasks version 2.1.3 (take #2)

2011-04-13 Thread Lukas Theussl
Stephen Connolly wrote: +1 from me. Most of the links seem to be fixed now... but still having issues getting the thing to work Could only get the site to build with Maven 3 and the Site 3.0-beta-3 And you can only build Maven ANT Tasks with Maven 2.2.1 After a little fix I just built

Re: [VOTE] Release Maven Surefire 2.8.1

2011-04-13 Thread Kristian Rosenvold
Running single methods is not implemented for 3.x and the junit 4.7 provider, it is not really a bug as such, although I hate getting into those semantics. I've been thinking about making a "provider feature matrix" for the surefire providers for some time, since these differences are currently mo

Re: Maven API to partially edit pom.xml

2011-04-13 Thread Julien HENRY
Thanks Jesse for the pointer. Actually it is on central: http://repo2.maven.org/maven2/de/pdark/decentxml/1.3/ Regards, Julien - Message d'origine > De : Jesse Glick > À : dev@maven.apache.org > Envoyé le : Mer 13 avril 2011, 16h 00min 21s > Objet : Re: Maven API to partially edit

Re: Repository Security Improvement

2011-04-13 Thread Chad La Joie
Okay, it doesn't look like this is much interest in this. I'll post a broad overview of my thoughts and see if that kicks off any other discussion and, if not, I'll just let it drop. So, currently the repository security is a bit of misnomer. Everything to date is implemented in the transport la

Re: Maven API to partially edit pom.xml

2011-04-13 Thread Jesse Glick
On 04/13/2011 07:56 AM, Julien HENRY wrote: I would like to know if there is a standard Maven API to edit parts of a pom.xml. I managed to parse a pom to a Model using ModelBuilder. Then I can do some modifications and write Model to file using ModelWriter. But of course it will completly rewrite

Re: [VOTE] Release Maven Surefire 2.8.1

2011-04-13 Thread Jesse Glick
On 04/12/2011 09:32 AM, Olivier Lamy wrote: I'd like to release surefire 2.8.1 You may want to take a look at SUREFIRE-724 first. Not sure if this would be simple to fix, though. - To unsubscribe, e-mail: dev-unsubscr...@mav

Re: Maven API to partially edit pom.xml

2011-04-13 Thread Karl Heinz Marbaise
Hi, > Is it still the recommended way? Is there a better solution with Maven 3 > API? I don't know a better oneI'm searching for a better solution as well, but i didn't one... Kind regards Karl Heinz Marbaise -- MfG Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49

Maven API to partially edit pom.xml

2011-04-13 Thread Julien HENRY
Hi, I would like to know if there is a standard Maven API to edit parts of a pom.xml. I managed to parse a pom to a Model using ModelBuilder. Then I can do some modifications and write Model to file using ModelWriter. But of course it will completly rewrite the pom (loosing comments, writing un

Re: [PROPOSAL] Maven App Engine?

2011-04-13 Thread John Casey
That's in the integration module. If you comment that out of the top-level POM you should be okay. On 4/12/11 11:05 PM, Dan Rollo wrote: Sounds great! I've been having trouble getting off the ground with a maven embedder project myself. (The old 2.0.4 embedder jar made lot's of things easy, and

Re: [VOTE] Release Maven ANT Tasks version 2.1.3 (take #2)

2011-04-13 Thread Stephen Connolly
+1 from me. Most of the links seem to be fixed now... but still having issues getting the thing to work Could only get the site to build with Maven 3 and the Site 3.0-beta-3 And you can only build Maven ANT Tasks with Maven 2.2.1 Some of the issues seem to be around the Cobertura instrument

[VOTE] Release Maven ANT Tasks version 2.1.3 (take #2)

2011-04-13 Thread Stephen Connolly
Hi, This release is being requested to assist the Apache Cassandra project. We solved 1 issue: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11533&styleName=Html&version=17307 There are still a plenty of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=

Re: [VOTE] Release Maven ANT Tasks version 2.1.3

2011-04-13 Thread Stephen Connolly
I'm cancelling this vote and respinning with updated parent On 13 April 2011 06:45, Lukas Theussl wrote: > > > Stephen Connolly wrote: >> >> +1 from me >> >> Also note that as I am not running Windows, the links on the LHS of >> the staging repo are all broken > > This should not depend on whethe

ssh extension in Apache parent pom

2011-04-13 Thread Jochen Wiedmann
Hi, are there any reasons for *not* adding wagon-ssh (and possibly others) to the Apache parent POM? I'd opt adding this and releasing a version 10. Jochen -- I Am What I Am And That's All What I Yam (Popeye) - To unsubscribe,