You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2003/01/22 20:35:22 UTC

cvs commit: jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/standard BUGS.txt

brekke      2003/01/22 11:35:21

  Added:       src/test/touchstone-build/src/reactor-build/standard
                        BUGS.txt
  Log:
   Added a BUGS list for holding outstanding issues with the reactor build.
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/standard/BUGS.txt
  
  Index: BUGS.txt
  ===================================================================
  ==================================
  O U T S T A N D I N G  I S S U E S
  ==================================
   
  ----
  
  01/22/2003 - jbrekke
  
   When using the reactor in combination with the jar version override
   features of maven there are some problems.  These changes are attempts
   to reproduce the failures in the reactor-build/standard touchstone
   project.  There are three things checked for in subproject e's maven.xml:
  
    o  shared property is valid
  
    o  subproject can override the parents jar version via the <version/> in
       it's project.xml
  
    o  parents jar version works in the subproject.
  
   To run the tests follow the steps below:
  
    * run the full reactor build
  
      - move to src/test/touchstone-build/src/reactor-build/standard
      - run 'maven'
      - fails when building subproject e
  
    * run the e subproject build
  
      - move to src/test/touchstone-build/src/reactor-build/standard/e
      - run 'maven display'
      - The above is a bug, the default goal from the parent's maven.xml is
        not being honored so we have to explicity state the goal.
      - fails on the first check
  
  ----