[VOTE] Release Maven Indexer 6.0.0

2017-11-28 Thread Tamás Cservenák
[VOTE] Release Maven Indexer 6.0.0 Hi, We solved 25 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317523=12330802 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/projects/MINDEXER/issues/MINDEXER-81?filter=allopenissues Staging repo:

Re: Problem to download dependency on Ubuntu

2017-11-28 Thread Tibor Digana
I tried to use Proxy in settings.xml and nonProxyHosts separated by pipe | with same result, but this is not necessary to do since our company is using Nexus. The funny thing is that I wrote Java code which downloads Arquillian from the same URL. The Jenkins also works almost well (with host name

[GitHub] maven-surefire issue #170: [SUREFIRE-1448] Clarified specifying multiple cat...

2017-11-28 Thread claycephas
Github user claycephas commented on the issue: https://github.com/apache/maven-surefire/pull/170 @Tibor17 gotcha. Ok, rewrote the commit message. Let me know if you need anything else tweaked. Thanks! --- - To

Re: Problem to download dependency on Ubuntu

2017-11-28 Thread Tibor Digana
These are my logs from mvn -X clean [DEBUG] Using mirror nexus ( http://mavenrepo.ads.local/nexus/content/groups/public) for central ( https://repo.maven.apache.org/maven2). ... [DEBUG] Using transporter WagonTransporter with priority -1.0 for

Re: Problem to download dependency on Ubuntu

2017-11-28 Thread Tibor Digana
The settings.xml: http://maven.apache.org/SETTINGS/1.0.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd;> /home/xms40/.m2/repository

JDK 10 Early Access b33 and JDK 8u162 Early Access b03 are available on jdk.java.net

2017-11-28 Thread Rory O'Donnell
Hi Robert , *JDK 10 Early Access  build 33 is available at : - **jdk.java.net/10/* Notable changes since previous email. JDK-8180019 - *javadoc treats failure to access a URL as an error , not

Re: [VOTE] Release Maven Indexer 6.0.0

2017-11-28 Thread Manfred Moser
Awesome! +1 Tamás Cservenák wrote on 2017-11-28 02:20: > [VOTE] Release Maven Indexer 6.0.0 > > Hi, > > We solved 25 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317523=12330802 > > There are still a couple of issues left in JIRA: >

Re: [VOTE] Release Maven Indexer 6.0.0

2017-11-28 Thread Andreas Sewe
Tamás Cservenák wrote: > [VOTE] Release Maven Indexer 6.0.0 Tested this in two applications: a Maven plugin and a Spring application. In both cases, I experienced no trouble. Thanks for doing the release, Tamás. Best wishes, Andreas signature.asc Description: OpenPGP digital signature

RE: [VOTE] Release Maven Indexer 6.0.0

2017-11-28 Thread Eric Barboni
+1 (non-binding) The blocked plugin work well with indexer 6.0.0 Not sure it is important: The generated web site seems to follow the former versioning scheme.. Best Regards Eric -Message d'origine- De : Andreas Sewe [mailto:s...@st.informatik.tu-darmstadt.de] Envoyé : mardi 28

Re: Problem to download dependency on Ubuntu

2017-11-28 Thread Tamás Cservenák
My 5c: >From "Failed to create parent directories"... Local repo directory ownership/permissions? HTH, T On Tue, Nov 28, 2017 at 7:21 PM Tibor Digana wrote: > The settings.xml: > > > http://maven.apache.org/SETTINGS/1.0.0; >

Re: Build succeeded in Jenkins: Maven TLP » maven-parent » master #6

2017-11-28 Thread Stephen Connolly
Ok standard build should now have build notification emails... Now to polish up and then see about JIRA ticket updating On Tue 28 Nov 2017 at 19:32, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See https://builds.apache.org/job/maven-box/job/maven-parent/job/master/6/ > >

[GitHub] maven-archetype issue #9: Add properties to enable or disable generation of ...

2017-11-28 Thread timjonesdev
Github user timjonesdev commented on the issue: https://github.com/apache/maven-archetype/pull/9 Hello @ptahchiev , I just posted a question to Stack Overflow about using this feature, specifically about resolving Groovy dependencies. If/when you have time, could you please take

[GitHub] maven-surefire pull request #171: [SUREFIRE-1445] Explicitly define Surefire...

2017-11-28 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/171#discussion_r153650568 --- Diff: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireProperties.java --- @@ -71,13 +71,22 @@ public

[GitHub] maven-surefire pull request #171: [SUREFIRE-1445] Explicitly define Surefire...

2017-11-28 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/171#discussion_r153652056 --- Diff: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireProperties.java --- @@ -71,13 +71,22 @@ public

[GitHub] maven-surefire pull request #171: [SUREFIRE-1445] Explicitly define Surefire...

2017-11-28 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/171#discussion_r153652515 --- Diff: maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/SurefirePropertiesTest.java --- @@ -70,9 +70,16 @@ public void

[GitHub] maven-surefire pull request #171: [SUREFIRE-1445] Explicitly define Surefire...

2017-11-28 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/171#discussion_r153653384 --- Diff: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireProperties.java --- @@ -71,13 +71,22 @@ public

[GitHub] maven-surefire pull request #171: [SUREFIRE-1445] Explicitly define Surefire...

2017-11-28 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/171#discussion_r153654392 --- Diff: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireProperties.java --- @@ -71,13 +71,22 @@ public

[GitHub] maven-integration-testing pull request #25: Importing a BOM works even when ...

2017-11-28 Thread jglick
GitHub user jglick opened a pull request: https://github.com/apache/maven-integration-testing/pull/25 Importing a BOM works even when it has the same components in dep mgmt Does not correspond to any known bug, but it seems like a potentially unusual practice deserving of test

[GitHub] maven-surefire pull request #171: [SUREFIRE-1445] Explicitly define Surefire...

2017-11-28 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/171#discussion_r153650439 --- Diff: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireProperties.java --- @@ -71,13 +71,22 @@ public

[GitHub] maven-surefire issue #168: [SUREFIRE-1424] javax.transaction.TransactionMana...

2017-11-28 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/168 @eolivelli I will have a look. I was busy last week. --- - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

Re: Problem to download dependency on Ubuntu

2017-11-28 Thread Tibor Digana
>>From "Failed to create parent directories"... It is multi-module project but it does not have any parent POM. It is fully isolated project - Microservice. >>Local repo directory ownership/permissions? All is done in my user home. cd ~ git clone ... cd ... mvn -X -U clean Thx Tibor On Tue,

[GitHub] maven-integration-testing pull request #25: Importing a BOM works even when ...

2017-11-28 Thread jglick
Github user jglick commented on a diff in the pull request: https://github.com/apache/maven-integration-testing/pull/25#discussion_r153657505 --- Diff: core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java --- @@ -654,6 +654,7 @@ public static Test suite()

[GitHub] maven-integration-testing pull request #25: Importing a BOM works even when ...

2017-11-28 Thread jglick
Github user jglick commented on a diff in the pull request: https://github.com/apache/maven-integration-testing/pull/25#discussion_r153657727 --- Diff: core-it-suite/src/test/java/org/apache/maven/it/MavenIT0199CyclicImportScopeTest.java --- @@ -0,0 +1,56 @@ +package

[GitHub] maven-integration-testing pull request #25: Importing a BOM works even when ...

2017-11-28 Thread jglick
Github user jglick commented on a diff in the pull request: https://github.com/apache/maven-integration-testing/pull/25#discussion_r153657657 --- Diff: core-it-suite/src/test/java/org/apache/maven/it/MavenIT0199CyclicImportScopeTest.java --- @@ -0,0 +1,56 @@ +package