Maven plugin for converting/creating mavenized KFS/Overlay distributions
The KFS maven plugin works in 2 separate use cases
mvn -cpu kfs:migrate -Dkfs.local.path=$HOME/workspace/kfs/trunk
svn co https://svn.kuali.org/repos/kfs/trunk kfs cd kfs ant dist mvn -cpu kfs:create-prototype -Dfile=kfs-dev.war
WAR files can be obtained in many ways. One way is to just checkout the KFS project and run ant dist.
mvn -cpu kfs:migrate -Dkfs.svn.path=https://svn.kuali.org/repos/kfs/branches/tem-release-5-0-merge
mvn -cpu kfs:overlay -Dgav=org.kualigan:kfs:4.0.0
mvn -cpu kfs:overlay -DgroupId=org.kualigan -DartifactId=kfs -Dversion=4.0.0
mvn -cpu install:install-file kfs:overlay -DgroupId=org.kualigan -DartifactId=kfs -Dversion=4.0.0 -Dpackaging=war -Dfile=kfs.war