Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flume-checkstyle module should use ASF root pom as parent
The flume-checkstyle module doesn't currently declare a parent pom. This will be a problem when we try to deploy our artifacts because we are missing a distributionManagement section in the flume-checkstyle module. The deploy will fail with an error message that looks something like: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project flume-checkstyle: Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter This patch should solve the problem. Reviewers: Attila Simon, Denes Arvay, Bessenyei Balázs Donát Closes apache#109.
- Loading branch information