Terra (Fabric/Forge/Paper)

Terra (Fabric/Forge/Paper)

74.2k Downloads

Local file dependencies don't work when cloning

uncovery opened this issue ยท 1 comments

commented

See this:

Terra/pom.xml

Line 65 in 669cb1b

<url>file:/home/dfsek/Documents/Gaea/repo</url>

and this:

Terra/pom.xml

Line 78 in 669cb1b

<url>file:/home/dfsek/Documents/parsii/repo</url>

Both these local repositories in the config are becoming invalid when other people clone the repository. It would be helpful if you would either

  1. state in the readme.md where those can be downloaded to the user's local repo and tell them where to change the pom.xml or

  2. create a public repository where they can be accessed, change the POM accordingly or

  3. include the files in this repository and make the path relative to those files instead.

if you help me with 1., I can make a pull request for 3.

commented

So sorry about this, I totally forgot to have those relative. This has been fixed.