Setup Brazilian Regions App
This app adds the 26 states of Brazil as regions to the Brazil country entity. It enable users to create more complete Brazil's addresses for themselves, contacts and companies.
License
Setup Brazilian Regions App is licensed under Apache 2 license.
Maven/Gradle
Setup Brazilian Regions App is available on Maven central, the artifact is as follows:
Maven:
<dependency>
<groupId>br.com.thiagomoreira.liferay.plugins.setup-brazilian-regions-app</groupId>
<artifactId>setup-brazilian-regions-app</artifactId>
<version>1.0.0</version>
<type>lpkg</type>
</dependency>
Gradle:
dependencies {
compile(group: "br.com.thiagomoreira.liferay.plugins.setup-brazilian-regions-app", name: "setup-brazilian-regions-portlet", version: "1.0.0", type: "lpkg");
}
Support
Setup Brazilian Regions Portlet tracks bugs and feature requests with Github's issue system. Feel free to open your new ticket!
Contributing
Setup Brazilian Regions Portlet 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!