mangstadt / ez-vcard

A vCard parser library for Java
Other
401 stars 92 forks source link

TravisCI build failing #92

Closed mangstadt closed 6 years ago

mangstadt commented 6 years ago
[FATAL] Non-resolvable parent POM for com.googlecode.ez-vcard:ez-vcard:0.10.5-SNAPSHOT:
Could not transfer artifact org.sonatype.oss:oss-parent:pom:7 from/to central (http://repo.maven.apache.org/maven2):
Access denied to: http://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom , ReasonPhrase:Forbidden. and 'parent.relativePath' points at wrong local POM @ line 15, column 10
mangstadt commented 6 years ago

Set sudo: required in the .travis.yml file.

Source: https://github.com/travis-ci/travis-ci/issues/6593#issuecomment-246460903