Maven Checkstyle Plugin · Publishing a Kuali version of this plugin in order to upgrade the dependency on checkstyle to 5.4 (was 5.0)
Group: org.kuali.maven.plugins - All Dependencies
Kuali Student Contract Documentation Generator · Generates documentation for Kuali Student service contracts
Jenkins Maven Plugin · Automated management of Jenkins jobs via Maven. Much of the information needed by Jenkins when creating a job is already in the Maven pom. The SCM information and CI url are present. Jenkins jobs also typically have names that reflect the groupId, artifactId, and version in some manner. This plugin automates the process of creating Jenkins jobs by harvesting information from the POM to create XML config files in the format Jenkins needs. The Jenkins CLI API is then used to create, update, read, and delete Jenkins jobs on the CI server. If your Jenkins instance requires authentication, add your public key to your user account on the Jenkins server.
Guice Maven Plugin · This plugin provides integration between Guice and Maven
Github Maven Plugin · Tooling for managing Kuali Git workflows
Externals Maven Plugin · Tooling for integrating Maven with Git repositories created from Subversion repositories that used svn:externals.
Extractor Maven Plugin · Extract information contained in the pom as project properties. These are bits of information that are otherwise not directly available as properties eg major version, scm type
Externals Maven Plugin · Tooling for integrating Maven with Subversion externals
Enc Maven Plugin · Encryption / Decryption / Security
Maven EC2 Plugin · Manipulate resources in Amazon's Elastic Computing Cloud via Maven
Maven Version Plugin · Tools for working with Maven version numbers
Strip BOM Maven Plugin · This plugin has tooling for dealing with files that contain a byte order mark (aka BOM). It can strip BOM's from files, warn that files contain BOM's, or fail the build if BOM's are detected.
Spring Maven Plugin · This plugin provides integration between Spring and Maven. Plugin goals support loading a Spring context XML file as part of the Maven build lifecycle. The XML file can be on the local file system or be accessible via any URL Spring's resource loading mechanism can understand. Spring's "classpath:context.xml" style notation is supported. Annotated Java classes can also be used to load a Spring context. Maven properties are injected into the Spring context (both XML and annotation style) as a java.util.Properties bean named "mavenProperties". Maven properties are also registered as a top level PropertySource so that Spring's placeholder resolution framework automatically considers them. See Project Reports -> Plugin Documentation for details on plugin goals. By default, the profile "maven" is set as an active Spring profile along with any other active Maven profiles.
S3 Maven Plugin · Provide a way for Maven to interact with Amazon S3
Properties Maven Plugin · The Properties Maven Plugin is here to make life a little easier when dealing with properties. It provides goals to read and write properties from files. The Kuali version of this plugin adds support for loading properties from XML files and reading properties files from any location Spring resource loading can understand (eg classpath:myprops.properties)