I'm having a couple of issues getting generated xdocs to have content:
- changelog.xml: contains nothing inside the changelog tags. How do I get 
Maven to generate something for this?
- junit-report.xml: contains the line 'This project does not have contain 
any unit tests.'. I've got this in my project.xml:
    <unitTestClassEntries>
      <unitTestClassEntry>
        include = **/Test*.class
      </unitTestClassEntry>
    </unitTestClassEntries> 

and this for my test source.

    <testSourceDirectories>
      <testSourceDirectory>src/test</testSourceDirectory>
    </testSourceDirectories> 

If I call maven:test it runs a load of non-Test classes.
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to