Liferay Thiago Moreira Plugins
Set of random plugins developed to Liferay
License
Liferay Thiago Moreira Plugins is licensed under Apache 2 license.
Maven/Gradle
Liferay Thiago Moreira Plugins is available on Maven central, the artifact is as follows:
Maven:
<dependency>
<groupId>br.com.thiagomoreira.liferay.plugins</groupId>
<artifactId>liferay-thiagomoreira-plugins</artifactId>
<version>1.3.0.0</version>
</dependency>
Gradle:
dependencies {
compile(group: "br.com.thiagomoreira.liferay.plugins", name: "liferay-thiagomoreira-plugins", version: "1.3.0.0");
}
Support
Liferay Thiago Moreira Plugins tracks bugs and feature requests with Github's issue system. Feel free to open your new ticket!
Contributing
Liferay Thiago Moreira Plugins is a project based on Maven to improve it you just need to fork the repository, clone it and from the command line invoke
mvn package
After complete your work you can send a pull request to incorporate the modifications.
Enjoy!