Re: Trouble with link on my 'maven site' when child projects aren't subfolders of parent project

2012-12-10 Thread Lukas Theussl
bill_s wrote: > After publishing the maven site for my project, I'm having problems with the > relative links working correctly on the site menu under the section 'Parent > Project'. Right now, it points to '../../index.html'. However, the true > location of the parent site is '../parent/index.

Re: Help with ant task?

2012-12-10 Thread Rick Mann
On Dec 10, 2012, at 12:03 , Martin Gainty wrote: > Short Answer: HERE (and ant-users) is latest version of ANT installed..IMHO > skip ivy..all of your namespace mapping can be accomplished in Maven > http://ant.apache.org/bindownload.cgi > get maven-antrun-plugin from here (IMHO install it to l

Re: Help with ant task?

2012-12-10 Thread Santhosh Srinivasan
Hi Rick, If you are looking for maven ant task you should check out this page. http://maven.apache.org/ant-tasks/index.html Regards Santhosh On Mon, Dec 10, 2012 at 11:22 AM, Rick Mann wrote: > Hi. Where does one go for help with the ant task? > > > -- > Rick > > > > > ---

RE: Help with ant task?

2012-12-10 Thread Martin Gainty
Short Answer: HERE (and ant-users) is latest version of ANT installed..IMHO skip ivy..all of your namespace mapping can be accomplished in Maven http://ant.apache.org/bindownload.cgi get maven-antrun-plugin from here (IMHO install it to local repo) http://mvnrepository.com/artifact/org.apache.mav

Maven, Nexus missing classifier in metadata

2012-12-10 Thread Vyacheslav Grzhybovsky
Can anyone, help with classifier metadata missing in Nexus maven-metadata.xml? Classifier is deployed along with normal artifact to Nexus using -Dclassifier=client, but there is not record in metadata. -- VG - To unsubscribe,

Help with ant task?

2012-12-10 Thread Rick Mann
Hi. Where does one go for help with the ant task? -- Rick - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Trouble with link on my 'maven site' when child projects aren't subfolders of parent project

2012-12-10 Thread bill_s
After publishing the maven site for my project, I'm having problems with the relative links working correctly on the site menu under the section 'Parent Project'. Right now, it points to '../../index.html'. However, the true location of the parent site is '../parent/index.html' I think the direc

Re: Timeout for Archiva Repository

2012-12-10 Thread Olivier Lamy
Hi, Depending on maven version you are using. See here: http://maven.apache.org/guides/mini/guide-http-settings.html 2012/12/10 Andreas Ermrich : > Hi everybody, > > Does anyone have an idea how to set up a global (or repository-local) > connection-timeout for repositories in archiva? > > > rega

Timeout for Archiva Repository

2012-12-10 Thread Andreas Ermrich
Hi everybody, Does anyone have an idea how to set up a global (or repository-local) connection-timeout for repositories in archiva? regards Andreas Ermrich

Re: Cannot resolve project test dependency in eclipse

2012-12-10 Thread Anders Hammar
If you're using m2e this question should probably go to the m2e user mailing list. It's not a generic Maven question as I guess it works from command-line? /Anders On Mon, Dec 10, 2012 at 10:28 AM, motes motes wrote: > I have a project A that creates a test artifact using the maven-jar-plugin

Cannot resolve project test dependency in eclipse

2012-12-10 Thread motes motes
I have a project A that creates a test artifact using the maven-jar-plugin http://maven.apache.org/plugins/maven-jar-plugin/usage.html I have another project B that have an application that needs some of the tests classes from A so I add a dependency on the test artifact: