[
https://issues.apache.org/jira/browse/FALCON-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15278542#comment-15278542
]
ASF GitHub Bot commented on FALCON-1940:
----------------------------------------
GitHub user bvellanki opened a pull request:
https://github.com/apache/falcon/pull/132
FALCON-1940 Fix misc build issues in Falcon
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bvellanki/falcon FALCON-1940
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/132.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #132
----
commit d0a8a936f9a02a2920ca6315e53dd3b30914b917
Author: bvellanki <[email protected]>
Date: 2016-05-10T17:44:16Z
FALCON-1940 Fix misc build issues in Falcon
----
> Fix misc build issues in Falcon
> --------------------------------
>
> Key: FALCON-1940
> URL: https://issues.apache.org/jira/browse/FALCON-1940
> Project: Falcon
> Issue Type: Bug
> Components: build-tools
> Reporter: Balu Vellanki
> Assignee: Balu Vellanki
> Fix For: 0.10
>
>
> Falcon build has misc issues. For example
> - Dependent falcon modules refer to "0.10-SNAPSHOT" instead of
> ${project.version}
> - *.svg files should be excluded from rat check
> Build throws following warning messages.
> {code}
> [INFO] Scanning for projects...
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model
> for org.apache.falcon:falcon-hadoop-webapp:war:0.10-SNAPSHOT
> [WARNING]
> 'profiles.profile[hadoop-2].dependencies.dependency.(groupId:artifactId:type:classifier)'
> must be unique: org.apache.hadoop:hadoop-distcp:jar -> duplicate declaration
> of version (?) @ org.apache.falcon:falcon-hadoop-webapp:[unknown-version],
> /Users/bvellanki/SourceCode/apache-falcon/falcon/test-tools/hadoop-webapp/pom.xml,
> line 108, column 29
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model
> for org.apache.falcon:falcon-oozie-adaptor:jar:0.10-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for
> org.jvnet.jaxb2.maven2:maven-jaxb2-plugin is missing. @
> org.apache.falcon:falcon-oozie-adaptor:[unknown-version],
> /Users/bvellanki/SourceCode/apache-falcon/falcon/oozie/pom.xml, line 140,
> column 21
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model
> for org.apache.falcon:falcon-prism:war:0.10-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for
> org.codehaus.mojo:keytool-maven-plugin is missing. @
> org.apache.falcon:falcon-prism:[unknown-version],
> /Users/bvellanki/SourceCode/apache-falcon/falcon/prism/pom.xml, line 182,
> column 21
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model
> for org.apache.falcon:falcon-feed-lifecycle:jar:0.10-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for
> org.jvnet.jaxb2.maven2:maven-jaxb2-plugin is missing. @
> org.apache.falcon:falcon-feed-lifecycle:[unknown-version],
> /Users/bvellanki/SourceCode/apache-falcon/falcon/lifecycle/pom.xml, line 100,
> column 21
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model
> for org.apache.falcon:falcon-webapp:war:0.10-SNAPSHOT
> [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
> found duplicate declaration of plugin
> org.apache.maven.plugins:maven-dependency-plugin @
> org.apache.falcon:falcon-webapp:[unknown-version],
> /Users/bvellanki/SourceCode/apache-falcon/falcon/webapp/pom.xml, line 453,
> column 21
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they
> threaten the stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer support
> building such malformed projects.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)