Re: Building Maven from scratch

2016-08-22 Thread Anders Hammar
I doubt this is possible. We used to support building Maven core with Ant, but IIRC a fairly recent discussion resulted in a decision to stop supporting that. So you need Maven installed to build Maven core. More info here: http://maven.apache.org/guides/development/guide-building-maven.html /Ande

Re: Building Maven from scratch

2016-08-22 Thread Igor Fedorenko
Out of curiosity, what is your usecase? -- Regards, Igor On Tue, Aug 23, 2016, at 02:25 AM, Björn Höfling wrote: > I want to build maven without haven _ANY_ maven/plugin binary. How can > I do that? > > I found out that there is a build.xml and it start building a first > version of Maven. But

Building Maven from scratch

2016-08-22 Thread Björn Höfling
I want to build maven without haven _ANY_ maven/plugin binary. How can I do that? I found out that there is a build.xml and it start building a first version of Maven. But then it needs plugins to go further. I found the plugins source here: https://maven.apache.org/plugins/ But these have only p

Re: RFC: Release maven-artifact-transfer

2016-08-22 Thread Mikolaj Izdebski
On 08/22/2016 10:34 PM, Karl Heinz Marbaise wrote: > Hi, > > i would like to start the release procedure for the > maven-artifact-transfer shared component.. > > So we have a chance to continue with outher plugins which rely on > maven-artifact-transfer... > > Any objections? No objections, jus

Re: POM Model version 4.1.0 in 3.4.0-SNAPSHOTs

2016-08-22 Thread Stephen Connolly
On Monday 22 August 2016, Karl Heinz Marbaise wrote: > Hi Stephen, > On 23/08/16 01:12, Stephen Connolly wrote: > >> On Monday 22 August 2016, Christian Schulte wrote: >> >> Am 08/22/16 um 09:08 schrieb Stephen Connolly: >>> This is why I said that the v5 pom (which v4.1 is... just under a

Re: POM Model version 4.1.0 in 3.4.0-SNAPSHOTs

2016-08-22 Thread Hervé Boutemy
when we put "build-pom vs consumer-pom" in place, we don't need to publish build poms in the repository: the repository is here only to consume already- built artifacts as dependencies, then with their consumer pom, then without newer Maven version prerequisites (= what we want: let people consum

Re: POM Model version 4.1.0 in 3.4.0-SNAPSHOTs

2016-08-22 Thread Karl Heinz Marbaise
Hi Stephen, On 23/08/16 01:12, Stephen Connolly wrote: On Monday 22 August 2016, Christian Schulte wrote: Am 08/22/16 um 09:08 schrieb Stephen Connolly: This is why I said that the v5 pom (which v4.1 is... just under a different name) would have to be deployed separately with a *best effort

[GitHub] maven-surefire issue #110: SUREFIRE-1216: TEST-*.xml files generated by Sure...

2016-08-22 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/110 @justinharringa We are close to cut release version 2.19.2. Only 2 issues are still open and other critical/blocker issues must be fixed in 2.19.3. --- If your project is set up for it,

Re: [VOTE] Release Apache Maven WAR Plugin version 3.0.0

2016-08-22 Thread jieryn
Tested with Java 8, Maven 3.4.0-SNAP, a half dozen projects with normal usage, nothing exotic. +1 non-binding On Mon, Aug 22, 2016 at 4:01 PM, Karl Heinz Marbaise wrote: > Hi, > > We solved 32 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318121&version=12331760 >

[GitHub] maven-surefire issue #110: SUREFIRE-1216: TEST-*.xml files generated by Sure...

2016-08-22 Thread justinharringa
Github user justinharringa commented on the issue: https://github.com/apache/maven-surefire/pull/110 @Tibor17 I'm also broken on this. --- 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 fea

[GitHub] maven-surefire issue #113: SUREFIRE-1250: add exceptions to describe usage r...

2016-08-22 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/113 @kgyrtkirk Please close the PR. The code was merged with master. Thx for contributing! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

Re: POM Model version 4.1.0 in 3.4.0-SNAPSHOTs

2016-08-22 Thread Stephen Connolly
On Monday 22 August 2016, Christian Schulte wrote: > Am 08/22/16 um 09:08 schrieb Stephen Connolly: > > This is why I said that the v5 pom (which v4.1 is... just under a > different > > name) would have to be deployed separately with a *best effort* > translation > > down to the 4.0.0 model deplo

RFC: Release maven-artifact-transfer

2016-08-22 Thread Karl Heinz Marbaise
Hi, i would like to start the release procedure for the maven-artifact-transfer shared component.. So we have a chance to continue with outher plugins which rely on maven-artifact-transfer... Any objections? Kind regards Karl Heinz Marbaise

[VOTE] Release Apache Maven WAR Plugin version 3.0.0

2016-08-22 Thread Karl Heinz Marbaise
Hi, We solved 32 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318121&version=12331760 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MWAR%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority

[GitHub] maven-surefire issue #81: Create better report for AssumptionFailure

2016-08-22 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/81 @jimma Please add a test in `maven-surefire-report-plugin/src/test/java/../` In `maven-surefire-report-plugin/src/test/resources` you can find xml files used in the tests. I guess you w

Re: POM Model version 4.1.0 in 3.4.0-SNAPSHOTs

2016-08-22 Thread Christian Schulte
Am 08/22/16 um 09:08 schrieb Stephen Connolly: > This is why I said that the v5 pom (which v4.1 is... just under a different > name) would have to be deployed separately with a *best effort* translation > down to the 4.0.0 model deployed at the standard coordinates. > > The problem then becomes th

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-08-22 Thread jieryn
https://github.com/jieryn/maven-3.4.0-testing On Mon, Aug 22, 2016 at 9:37 AM, jieryn wrote: > Sure, here is an example project boiled down to the minimum. The > arquillian module demonstrates the problem, and it is a commonly > recommended way by RedHat JBoss / Arquillian project to use > scope=

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-08-22 Thread jieryn
Sure, here is an example project boiled down to the minimum. The arquillian module demonstrates the problem, and it is a commonly recommended way by RedHat JBoss / Arquillian project to use scope=import for these bom dependency concentrators. After investigation, I find that several of these boms

Re: POM Model version 4.1.0 in 3.4.0-SNAPSHOTs

2016-08-22 Thread Stephen Connolly
This is why I said that the v5 pom (which v4.1 is... just under a different name) would have to be deployed separately with a *best effort* translation down to the 4.0.0 model deployed at the standard coordinates. The problem then becomes that we are deploying now two poms for everything, a 4.0.0