[ 
https://issues.apache.org/jira/browse/OOZIE-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13573839#comment-13573839
 ] 

Robert Kanter commented on OOZIE-1170:
--------------------------------------

I'm glad you figured that out.  

A few minor things in minitest/pom.xml:
# There's some indenting issues; we might as well take the opportunity to fix 
the formatting for the entire file
# You don't need to specify the version for junit
# Do we need the additional repository, 
http://people.apache.org/repo/m2-snapshot-repository?  If we do, maybe we 
should replace it with http://repository.apache.org/snapshots (if you go to 
http://people.apache.org/repo/m2-snapshot-repository in a browser, it says to 
use http://repository.apache.org/snapshots instead
# Add a name and description to the pom so it has a nicer name in the Reactor 
Summary instead of  "oozie-mini" {code}<description>Apache Oozie 
MiniOozie</description>
<name>Apache Oozie MiniOozie</name>{code}

Also:
# In the root pom, there's a section called {{<modules>}}; can you add minitest 
here?  I quickly checked and it seemed to work ok.  This would allow us to run 
the MiniOozie tests from the root pom (i.e. {{mvn test -Dtest=WorkflowTest}} 
without actually having to do the whole "install testJarSimple" thing.  This 
would also allow test-patch to run the MiniOozie tests automatically.  It might 
also be a good idea to update the MiniOozie docs to mention that you can run it 
this way as well (but don't remove the instructions for the current way)
                
> 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.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