👍 --emi
--emi On Fri, Apr 10, 2020 at 5:35 PM Philip Durbin <philipdur...@gmail.com> wrote: > Sure, here you go: https://issues.apache.org/jira/browse/NETBEANS-4148 > > On Fri, Apr 10, 2020 at 1:40 AM Emilian Bold <emilian.b...@gmail.com> > wrote: > >> Interesting. I think there's a whitelist of schema URLs in NetBeans >> and they have the original http variant. Please report this on JIRA, >> somebody might pick it up for 12 (which would be the next LTS >> version). >> >> --emi >> >> On Fri, Apr 10, 2020 at 3:25 AM Philip Durbin <philipdur...@gmail.com> >> wrote: >> > >> > I see what happened. In a recent pull request* we changed "http" to >> "https" in our pom.xml like this: >> > >> > BEFORE >> > <project xmlns="http://maven.apache.org/POM/4.0.0" >> > AFTER >> > <project xmlns="https://maven.apache.org/POM/4.0.0" >> > >> > If I revert "https" back to "http" I can open the project properties. >> > >> > Phil >> > >> > * https://github.com/IQSS/dataverse/pull/6519 >> > >> > >> > >> > On Thu, Apr 9, 2020 at 3:17 PM Philip Durbin <philipdur...@gmail.com> >> wrote: >> >> >> >> Hi, we are seeing the following error in Netbeans 11.3 and earlier >> versions such as Netbeans 8.2 even though our pom.xml is valid (I used >> xmllint to check it and others on my team used other validators): >> >> >> >> "Project's pom.xml contains invalid xml content. Please fix the file >> before proceeding." >> >> >> >> I'll also attach a screenshot. >> >> >> >> What I'm trying to do is right click the Java EE project and open the >> properties. >> >> >> >> Here's the commit I'm on: >> https://github.com/IQSS/dataverse/blob/d04d09c3e8d66295dc12e25f676a04a44b69acd6/pom.xml >> >> >> >> Any advice is welcome! >> >> >> >> Phil >> >