> Date: Wed, 25 Jun 2014 02:15:27 -0700 > From: [email protected] > To: [email protected] > Subject: Maven error problem > > Hi All Expert, > > I'm trying to integrate reportNG with maven but when I add maven dependency > and build the project, I get strange error mentioned below. > > ArtifactTransferException: Failure to transfer > org.uncommons:reportng:jar:1.1.4 from http://repo.maven.apache.org/maven2 > was cached in the local repository, > resolution will not be reattempted until the update interval of central has > elapsed or updates are forced. Original error: Could not transfer artifact > org.uncommons:reportng:jar:1.1.4 from/to central
MG>who told you there is a org.uncommons package located on http://repo.maven.apache.org/maven2 ? <snip> > <properties> > <property> > <name>listener</name> > <value>org.uncommons.reportng.HTMLReporter, > org.uncommons.reportng.JUnitXMLReporter</value> > </property> > </properties> </snip> > Can any expert suggest where I'm going wrong? > Thanks in advance.. > > Cheers, > K > > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Maven-error-problem-tp5797477.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
