[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17319657#comment-17319657
 ] 

ASF subversion and git services commented on NIFI-8398:
---

Commit ef794c56b64d5c2ac83f8fff7dfad2b92637ace0 in nifi's branch 
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ef794c5 ]

NIFI-8398 Updated dependencies to build using Apache Maven 3.8.1

- Updated ParCEFone to 1.2.8
- Added conjars.org HTTPS repository for Hive transitive dependencies

Signed-off-by: Matthew Burgess 

This closes #4989


> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Assignee: David Handermann
>Priority: Critical
> Attachments: mvn.http.txt
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-09 Thread Andre F de Miranda (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318390#comment-17318390
 ] 

Andre F de Miranda commented on NIFI-8398:
--

[~exceptionfactory] have a loon on PR https://github.com/apache/nifi/pull/4987

> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Assignee: David Handermann
>Priority: Critical
> Attachments: mvn.http.txt
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-09 Thread David Handermann (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318386#comment-17318386
 ] 

David Handermann commented on NIFI-8398:


Thanks for merging and pushing a new release [~trixpan]!  Technically, I think 
it would make sense to call it version 2.0.0, since the MacAddress package is 
different, but it works.  I will incorporate it in a separate PR for NiFi that 
makes the required package change for MacAddress.

> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Assignee: David Handermann
>Priority: Critical
> Attachments: mvn.http.txt
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-09 Thread Andre F de Miranda (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318365#comment-17318365
 ] 

Andre F de Miranda commented on NIFI-8398:
--

{{The ParCEFone bump PR above seem to sort the macnificent issue, however we 
still have a few other:}}



{{Error:  Failed to execute goal on project nifi-hive-processors: Could not 
resolve dependencies for project 
org.apache.nifi:nifi-hive-processors:jar:1.14.0-SNAPSHOT: Failed to collect 
dependencies at org.apache.hive.hcatalog:hive-hcatalog-streaming:jar:1.2.1 -> 
org.apache.hive:hive-exec:jar:1.2.1 -> 
org.apache.calcite:calcite-core:jar:1.2.0-incubating -> 
org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Failed to read 
artifact descriptor for 
org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Could not transfer 
artifact org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde from/to 
maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: 
[datanucleus ([http://www.datanucleus.org/downloads/maven2,] default, 
releases), glassfish-repository 
([http://maven.glassfish.org/content/groups/glassfish,] default, disabled), 
glassfish-repo-archive ([http://maven.glassfish.org/content/groups/glassfish,] 
default, disabled), apache.snapshots ([http://repository.apache.org/snapshots,] 
default, snapshots), central ([http://repo.maven.apache.org/maven2,] default, 
releases), conjars ([http://conjars.org/repo,] default, releases+snapshots)] -> 
[Help 1]}}

 

> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Assignee: David Handermann
>Priority: Critical
> Attachments: mvn.http.txt
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-09 Thread Andre F de Miranda (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318344#comment-17318344
 ] 

Andre F de Miranda commented on NIFI-8398:
--

[~exceptionfactory] thanks for the PR. I've merged it. I am away from home in a 
conference (yes!! Face to face engagements. so 2022!)

Anyways, trying to cut the release. Bear with me

[~joewitt] [~otto] FYI

> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Assignee: David Handermann
>Priority: Critical
> Attachments: mvn.http.txt
>
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-09 Thread David Handermann (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318168#comment-17318168
 ] 

David Handermann commented on NIFI-8398:


[~trixpan] I submitted a [Pull 
Request|https://github.com/fluenda/ParCEFone/pull/18] to ParCEFone with an 
implementation of the \{{MacAddress}} based on the one from 
com.martiansoftware:macnificent.  This will require a major version update, 
since MacAddress is part of the CefRev23 model, but it supports the same 
methods and string representation, so it would be an easy update for NiFi or 
other projects.  It would be great if you could take a look at the PR, and I 
can address any issues.

> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Assignee: David Handermann
>Priority: Critical
> Attachments: mvn.http.txt
>
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-08 Thread David Handermann (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17317527#comment-17317527
 ] 

David Handermann commented on NIFI-8398:


MacOS builds on GitHub are now using Maven 3.8.1 and failing as a result, so 
resolving this issue is critical.

> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Priority: Critical
> Attachments: mvn.http.txt
>
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-08 Thread Paul Grey (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17317275#comment-17317275
 ] 

Paul Grey commented on NIFI-8398:
-

Did some further research on the maven central part of the issue.
Downloading from maven-central-repo: 
[http://repo1.maven.org/maven2/]
 
Using the clue of the referenced repository id, I searched my pristine (except 
for nifi) maven repository for POM references to project repositories with that 
id:
 


maven-central-repo

[http://repo1.maven.org/maven2]

...


I found two:
[https://repo1.maven.org/maven2/at/favre/lib/bytes|https://repo1.maven.org/maven2/at/favre/lib/bytes/1.3.0/bytes-1.3.0.pom]
 
[/1.3.0/bytes-1.3.0.pom|https://repo1.maven.org/maven2/at/favre/lib/bytes/1.3.0/bytes-1.3.0.pom]

[https://repo1.maven.org/maven2/at/favre/lib/bcrypt-parent/0.9.0/bcrypt-parent-0.9.0.pom]

These are referenced by subproject 'maven-assembly', which is toward the end of 
the build.

> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Priority: Minor
> Attachments: mvn.http.txt
>
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Paul Grey (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315820#comment-17315820
 ] 

Paul Grey commented on NIFI-8398:
-

After applying workaround, I scanned Maven stdout for instances of "http://";, 
and filtered out non-relevant instances.  Attached filtered output.

> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Priority: Minor
> Attachments: mvn.http.txt
>
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Andre F de Miranda (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315818#comment-17315818
 ] 

Andre F de Miranda commented on NIFI-8398:
--

Will look into this [~pvillard]

> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Priority: Minor
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Andre F de Miranda (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315811#comment-17315811
 ] 

Andre F de Miranda commented on NIFI-8398:
--

Sure thing




> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Priority: Minor
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Paul Grey (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315797#comment-17315797
 ] 

Paul Grey commented on NIFI-8398:
-

Following Maven release notes, workaround is to disable 
"maven-default-http-blocker" in maven settings.xml:

(MacOS/brew) /usr/local/Cellar/maven/3.8.1/libexec/conf/settings.xml
comment out:
/settings/mirrors/mirror[id/@text = 'maven-default-http-blocker']

 

> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Priority: Minor
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Pierre Villard (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315778#comment-17315778
 ] 

Pierre Villard commented on NIFI-8398:
--

[~trixpan] - you may be able to help with this I think

> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Priority: Minor
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Otto Fowler (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315774#comment-17315774
 ] 

Otto Fowler commented on NIFI-8398:
---

I was just looking at this.  I have opened and issue upstream: 
https://github.com/fluenda/ParCEFone/issues/16.

Note:  This may not be the only issue here, since the build doesn't continue.  
It is possible that there are other dependencies like this that will have to be 
handled one after the other

> Maven 3.8.1 disables support for repositories using "http" protocol 
> 
>
> Key: NIFI-8398
> URL: https://issues.apache.org/jira/browse/NIFI-8398
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Paul Grey
>Priority: Minor
>
> Maven 3.8.1 (released April 2021) has disabled support (by default) for 
> "http" repositories.  This causes an issue with tips of NiFi project when 
> doing a clean build:
> {code:java}
> mvn clean install
> ...
> [INFO] nifi-stateless-system-test-suite ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  08:18 min
> [INFO] Finished at: 2021-04-06T13:20:08-04:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project nifi-standard-processors: Could not 
> resolve dependencies for project 
> org.apache.nifi:nifi-standard-processors:jar:1.14.0-SNAPSHOT: Failed to 
> collect dependencies at com.fluenda:ParCEFone:jar:1.2.6 -> 
> com.martiansoftware:macnificent:jar:0.2.0: Failed to read artifact descriptor 
> for com.martiansoftware:macnificent:jar:0.2.0: Could not transfer artifact 
> com.martiansoftware:macnificent:pom:0.2.0 from/to maven-default-http-blocker 
> (http://0.0.0.0/): Blocked mirror for repositories: [martiansoftware 
> (http://mvn.martiansoftware.com, default, releases+snapshots)] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :nifi-standard-processors
> pgrey@10457 nifi %  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)