Development Recommendations

You should never need to modify a delivered file. If you feel like you have to, report a bug.

Weekly release notes are sent to fin.prd.customers@kuali.co. Source with full commit history is available at https://github.com/kualico/financials (see CHANGELOG.txt for technical release notes).


Getting the latest and GREATEST Kuali Financials

Consuming new Kuali Financials

We recommend that you use the weekly builds that we publish to nexus.kuali.co. These occur on most Thursdays, but we have published builds off cycle as well. Partners should have received credentials to log into this system and download artifacts. If you have not, please contact kfs.product.team@kuali.co.

Here is the relevant dependency:

<dependency>
	<groupId>org.kuali.kfs</groupId>
	<artifactId>kfs-web</artifactId>
	<version>2016-07-14</version>
	<type>war</type>
</dependency>


Please check nexus.kuali.co to see if a newer release has been published. For example, you could have an authenticated job that looks at the meta-data daily and checks to see if a newer version is available. We do not recommend you use a -SNAPSHOT version of Kuali Financials unless you insist on being on the bleeding edge.

Proxying nexus.kuali.co to your local nexus instance

In order to cut down on configuration creep with maven/nexus, you can proxy nexus.kuali.co to your local instance. We ask that you require authentication to your instance/repository if you wish to take advantage of proxying and restrict access to your institution.