Hi, Thanks, I already did read that book, but it does not cover the topic of my question.
Some acquaintance explained me what I did not know. The dependency on project A in project B should simply be declared with A's coordinates. If A is published in a remote Maven repository, I can define that remote repository in the settings.xml file or I can do it directly in the pom.xml file (example at line 14 in http://code.google.com/p/gwt-maven2-starter-app/source/browse/trunk/server/pom.xml). It does not really matter how Project A's artifact is published in the remote repository, my local instance of Maven will connect to it, request Project A and the remote maven repository instance will fetch Project A's artifacts from its local directory and return it. Cheers, UseTheFork Anders Hammar wrote: > > I suggest that you read Maven: The Definitive Guide book that is free: > http://www.sonatype.com/documentation/books/maven-defguide > > It will give you insight in the basics of Maven. There are also examples > which visualize questions like yours. > > /Anders > -- View this message in context: http://www.nabble.com/Questions-about-dependencies-and-artifact-publication-tp25300769p25362667.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]
