mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-19 15:40:00 -04:00
scanner: allow apache.org maven repo
Since it has the same free software and source code publishing requirements that oss.sonatype and maven.org repos have.
This commit is contained in:
@@ -78,6 +78,7 @@ def scan_source(build_dir, root_dir, thisbuild):
|
||||
'repo1.maven.org/maven2', # mavenCentral()
|
||||
'jcenter.bintray.com', # jcenter()
|
||||
'jitpack.io',
|
||||
'repo.maven.apache.org/maven2',
|
||||
'oss.sonatype.org/content/repositories/snapshots',
|
||||
'oss.sonatype.org/content/repositories/releases',
|
||||
'oss.sonatype.org/content/groups/public',
|
||||
|
||||
Reference in New Issue
Block a user