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
