li pan wrote:
Hi,
If my project depends on another project which is neither writen by myself
nor has a maven POM(there are tons of these type on www.sf.net), what is the
best way to include it in my project?
Thanks
Maven dependencies are named: <artifactId-version.package> so the first
to do would be to rename your dependency in that pattern (i.e.
myproject-1.0.jar). Then you have to place this in your local
repository. Have a look at
http://maven.apache.org/guides/introduction/introduction-to-repositories.html
and
http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html.
HTH,
Henry
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]