#Want to make it easier to follow this chain of 5 replies? Create Thread

1 messages · Page 1 of 1 (latest)

tough plaza
#

how exactly can I do that?

#

i'm looking at my .m2 folder, but I can't find bukkit nor craftbukkit anywhere

olive bone
#

<project>
[...]
<repositories>
[...]
<!-- Bukkit can be found at the following repository -->
<repository>
<id>bukkit-repo</id>
<url>http://repo.bukkit.org/content/groups/public/</url>
</repository>
</repositories>
[...]
<dependencies>
[...]
<!-- Dependency information -->
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<scope>provided</scope>
<!-- Bukkit API Version, change if necessary -->
<version>1.6.4-R2.0</version>
</dependency>
</dependencies>
[...]
</project>

tough plaza
#

alr thanks

olive bone
#

working?

tough plaza
# olive bone <project> [...] <repositories> [...] <!-- Bukkit can be ...

codeblock xml <project> [...] <repositories> [...] <!-- Bukkit can be found at the following repository --> <repository> <id>bukkit-repo</id> <url>http://repo.bukkit.org/content/groups/public/</url> </repository> </repositories> [...] <dependencies> [...] <!-- Dependency information --> <dependency> <groupId>org.bukkit</groupId> <artifactId>bukkit</artifactId> <scope>provided</scope> <!-- Bukkit API Version, change if necessary --> <version>1.6.4-R2.0</version> </dependency> </dependencies> [...] </project>

tough plaza
olive bone
#

but you will need to change the version from bukkit

tough plaza
#

yeah

#

weird, org.bukkit doesnt exist

#

i ran buildtools MAANY times before

#

so I have no idea why it doesnt exist