Hello I'm a 'rookie in datatables', I'm trying to start a project with DataTables4j, then in: http://datatables4j.github.com/docs/main.install.html
say that i need to add in the pom the repositories, then the instructions said add the following dependencies:
10/4/12 1:56:02 PM GMT-05:00: [WARN] Failure to transfer org.datatables4j:datatables4j-core:0.4.0-SNAPSHOT/maven-metadata.xml from http://repository-datatables4j.forge.cloudbees.com/snapshot/ was cached in the local repository, resolution will not be reattempted until the update interval of datatables4j-snapshot-repo has elapsed or updates are forced. Original error: Could not transfer metadata org.datatables4j:datatables4j-core:0.4.0-SNAPSHOT/maven-metadata.xml from/to datatables4j-snapshot-repo (http://repository-datatables4j.forge.cloudbees.com/snapshot/): Access denied to http://repository-datatables4j.forge.cloudbees.com/snapshot/org/datatables4j/datatables4j-core/0.4.0-SNAPSHOT/maven-metadata.xml. Error code 401, Unauthorized
That is a problem with the repository, and no a problem with the maven configuration?, i'm new in maven too.
I tried to add dependency to junit with maven and works fine.
say that i need to add in the pom the repositories, then the instructions said add the following dependencies:
<dependency> <groupId>org.datatables4j</groupId> <artifactId>datatables4j-core</artifactId> <version>0.4.0-SNAPSHOT</version> </dependency>And now come the problem, in the console appears:
10/4/12 1:56:02 PM GMT-05:00: [WARN] Failure to transfer org.datatables4j:datatables4j-core:0.4.0-SNAPSHOT/maven-metadata.xml from http://repository-datatables4j.forge.cloudbees.com/snapshot/ was cached in the local repository, resolution will not be reattempted until the update interval of datatables4j-snapshot-repo has elapsed or updates are forced. Original error: Could not transfer metadata org.datatables4j:datatables4j-core:0.4.0-SNAPSHOT/maven-metadata.xml from/to datatables4j-snapshot-repo (http://repository-datatables4j.forge.cloudbees.com/snapshot/): Access denied to http://repository-datatables4j.forge.cloudbees.com/snapshot/org/datatables4j/datatables4j-core/0.4.0-SNAPSHOT/maven-metadata.xml. Error code 401, Unauthorized
That is a problem with the repository, and no a problem with the maven configuration?, i'm new in maven too.
I tried to add dependency to junit with maven and works fine.