rouxemmanuel / DigitalSigning

Digital Signing Alfresco plugin
45 stars 39 forks source link

Had to modify .pom files #66

Closed Gregwolf3030 closed 4 years ago

Gregwolf3030 commented 4 years ago

In each .pom file, there are entries for a nexus private repository. I'm sure this works for you (the developer) because you have access to that location (password protected). But it causes maven to error and fail immediately for me.

Also, the reference to repo1.maven.org is http. But when trying to run the .pom with maven, it fails because it says https is required.

After removing the two private repository references and changing the http to https (on the repo1 line) in each .pom, it runs like it is supposed to and created the amp files (and associated files/folders) as desired.

rouxemmanuel commented 4 years ago

Hi,

I've modified the pom.xml files.

Regards, Emmanuel