Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Compile instructions for latest release 10.4.0 no longer work #1277

@yohan-b

Description

@yohan-b

It is no longer possible to compile the latest release as written in the documentation (https://airsonic.github.io/docs/install/source/) :

git checkout v10.4.0
mvn clean package

This is because teleal.org is dead.
pom.xml must be edited that way:

diff --git a/pom.xml b/pom.xml
index 9b1bedb4..73a5c2fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,9 +33,11 @@
             <url>https://download.java.net/maven/2/</url>
         </repository>
         <repository>
-            <id>teleal</id>
-            <name>teleal</name>
-            <url>http://teleal.org/m2</url>
+          <id>4thline-repo</id>
+          <url>http://4thline.org/m2</url>
+          <snapshots>
+              <enabled>false</enabled>
+          </snapshots>
         </repository>
         <repository>
             <id>jaudiotagger-repository</id>

Not sure if it is worth updating the documentation, but at least there should be a note about it somewhere. So this is it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    for: backport-to-masterDesignates an issue for backport to master.in: buildIssues in the build process (Maven, dependencies, tests, etc).staleThis label will be removed soon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions