Dashboard > WG: Programmer's Cafe > ... > Maven project.xml tips > Adding springframework to project.xml
  WG: Programmer's Cafe Log In | Signup View a printable version of the current page.  
  Adding springframework to project.xml
Added by Aaron Zeckoski, last edited by Aaron Zeckoski on Sep 03, 2006
Labels: 
(None)

  • This describes how to add the springframework dependency to a project.xml file for Sakai
  1. Open the appropriate project.xml file
    • This is probably the one for your dao or logic implementation
  2. Add the following to the dependencies block
    <dependency>
    	<groupId>${sakai.spring.groupId}</groupId>
    	<artifactId>${sakai.spring.artifactId}</artifactId>
    	<version>${sakai.spring.version}</version>
    </dependency>
    • The various sakai.spring variables are located in: master/project.properties
  3. Sample project.xml file with spring dependencies: Tasklist project.xml

Site running on a free Atlassian Confluence Open Source Project License granted to Sakai Foundation. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.5 Build:#811 Jul 25, 2007) - Bug/feature request - Contact Administrators