Hello. Im trying to compile an L2JFree IL Pack with maven and i get an error
I did get to the location of L2JFree Core
C:\workspace\L2JFree GS IL> and i writte C:/maven/bin/mvn assembly:assembly -Dmaven.test.skip=true
It download some updates and then it gives an error:
[iNFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[iNFO] ------------------------------------------------------------------------
[iNFO] Error building POM (may not be this project's POM).
Project ID: org.codehaus.mojo:maven-buildnumber-plugin
Reason: POM 'org.codehaus.mojo:maven-buildnumber-plugin' not found in repository
: Unable to download the artifact from any repository
org.codehaus.mojo:maven-buildnumber-plugin:pom:0.9.5
from the specified remote repositories:
central l2j (http://www.l2jfree.com/maven/),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
mevenide repo (http://mevenide.codehaus.org/repository),
Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/),
ibiblio maven2 (http://www.ibiblio.org/maven2/),
central (http://repo1.maven.org/maven2),
maven 2 (default) (http://repo1.maven.org/maven2)
for project org.codehaus.mojo:maven-buildnumber-plugin
Thanks for your time.