You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Balu Vellanki (JIRA)" <ji...@apache.org> on 2016/05/10 16:57:13 UTC

[jira] [Updated] (FALCON-1940) Fix misc build issues in Falcon

     [ https://issues.apache.org/jira/browse/FALCON-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Balu Vellanki updated FALCON-1940:
----------------------------------
    Description: 
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}

  was:
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



> 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)