Before I break anything I thought I see if anyone can give me a little help on this. I am using the apache-directory server (currently in active development) to provide a java based LDAP/JNDI server to run tests for the LdapPasswordAuthenticationDao so that they can be run anywhere. I would like to add the directory server's snapshot jar into the Maven build, but I an unfamiliar with Maven (I briefly looked at Maven back in the days when it was just a collection of wrappers around ANT).

I have uploaded the JAR file to sourceforge at: /home/groups/a/ac/acegisecurity/htdocs/maven/apache-directory/jars/apacheds-main-0.9-SNAPSHOT.jar Now I'd like to add it to the project.xml file so that the Maven build process will find it; would the following be the correct format for the entry, and if not could someone tell be what needs to change and why?

   <dependency>
     <groupId>apache</groupId>
     <artifactId>directory</artifactId>
     <version>0.9-SNAPSHOT</version>
     <jar>apacheds-main-0.9-SNAPSHOT.jar</jar>
     <type>jar</type>
     <url>http://directory.apache.org</url>
   </dependency>


Thanks,

--
   Robert r. Sanders
   Chief Technologist
   iPOV
   (334) 821-5412
   www.ipov.net



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to