Re: Dependency on a non-maven project?Need advice

2005-12-08 Thread Eric Biesterfeld
First, have you checked http://ibiblio.org/maven2 to see if it has been created there? If not, we currently place our pre-maven projects in a repository we've created. http://maven.apache.org/guides/introduction/introduction-to-repositories.html has some information about creating your own

Re: Dependency on a non-maven project?Need advice

2005-12-08 Thread Henry Isidro
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

Dependency on a non-maven project?Need advice

2005-12-07 Thread li pan
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