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

jun aoki updated OOZIE-1170:
----------------------------

    Attachment: OOZIE-1170-5.patch

I caught one of them. 
maven-jar-plugin from the parent pom tries to generate a jar but there is no 
src/main
{code}
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ oozie-hadoop ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/jenkins-slave/workspace/oozie-trun
{code}

The other WARNING seem come from some known version warning.

{code}
...
[WARNING] Some problems were encountered while building the effective model for 
org.apache.oozie:oozie-tools:jar:3.4.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for 
com.atlassian.maven.plugins:maven-clover2-plugin is missing. @ 
org.apache.oozie:oozie-main:3.4.0-SNAPSHOT, 
/home/jenkins/jenkins-slave/workspace/oozie-trunk-precommit-build/pom.xml, line 
742, column 21
[WARNING] 'build.plugins.plugin.version' for 
org.codehaus.mojo:findbugs-maven-plugin is missing. @ 
org.apache.oozie:oozie-main:3.4.0-SNAPSHOT, 
/home/jenkins/jenkins-slave/workspace/oozie-trunk-precommit-build/pom.xml, line 
751, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.oozie.test:oozie-mini:jar:3.4.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for 
com.atlassian.maven.plugins:maven-clover2-plugin is missing. @ 
org.apache.oozie:oozie-main:3.4.0-SNAPSHOT, 
/home/jenkins/jenkins-slave/workspace/oozie-trunk-precommit-build/pom.xml, line 
742, column 21
[WARNING] 'build.plugins.plugin.version' for 
org.codehaus.mojo:findbugs-maven-plugin is missing. @ 
org.apache.oozie:oozie-main:3.4.0-SNAPSHOT, 
/home/jenkins/jenkins-slave/workspace/oozie-trunk-precommit-build/pom.xml, line 
751, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.oozie:oozie-distro:jar:3.4.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for 
com.atlassian.maven.plugins:maven-clover2-plugin is missing. @ 
org.apache.oozie:oozie-main:3.4.0-SNAPSHOT, 
/home/jenkins/jenkins-slave/workspace/oozie-trunk-precommit-build/pom.xml, line 
742, column 21
[WARNING] 'build.plugins.plugin.version' for 
org.codehaus.mojo:findbugs-maven-plugin is missing. @ 
org.apache.oozie:oozie-main:3.4.0-SNAPSHOT, 
/home/jenkins/jenkins-slave/workspace/oozie-trunk-precommit-build/pom.xml, line 
751, column 21
[WARNING] 
...
{code}

We need to fix it in one shot at the parent pom level. 
Robert, do you agree?
                
> Update minitest module (MiniOozie) to use main pom as its parent
> ----------------------------------------------------------------
>
>                 Key: OOZIE-1170
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1170
>             Project: Oozie
>          Issue Type: Improvement
>          Components: build, tests
>    Affects Versions: trunk
>            Reporter: Robert Kanter
>            Assignee: jun aoki
>            Priority: Minor
>             Fix For: trunk
>
>         Attachments: OOZIE-1170-3.patch, OOZIE-1170-4.patch, 
> OOZIE-1170-5.patch, OOZIE-1170.patch, OOZIE-1170.patch
>
>
> Update the minitest modules (MiniOozie) to use main pom as its parent.  We 
> can then have it inherit dependencies, versions, profiles, etc from the main 
> pom.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to