I am sure that I am missing something here.
1. When I run maven java:jar it builds the jar just fine, but only seems to
find one of my test classes - and it doesn't seem to run it. The build
section of project.xml is:
<build>
<nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
<sourceDirectory>src</sourceDirectory>
<unitTestSourceDirectory>test</unitTestSourceDirectory>
<integrationUnitTestSourceDirectory/>
<aspectSourceDirectory/>
<!-- Unit test cases -->
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
</unitTest>
<!-- J A R R E S O U R C E S -->
<!-- Resources that are packaged up inside the JAR file -->
<resources>
</resources>
<!-- Integration unit test cases -->
<integrationUnitTest/>
<jars></jars>
</build>
2. Is there a write up on how to create / customize the generated web site?
When I run maven site:generate it creates some stuff but nothing
particularly useful to me. How do I include my own info?
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- Re: Mechanism to skip tests Jeffrey D. Brekke
- RE: Mechanism to skip tests dion
- Re: Mechanism to skip tests Paul Libbrecht
- RE: Mechanism to skip tests Siegfried G�schl
- Re: Mechanism to skip tests Jeffrey D. Brekke
- RE: Mechanism to skip tests EPugh
- RE: Mechanism to skip tests EPugh
- RE: Mechanism to skip tests Tim Stephenson
- RE: Mechanism to skip tests EPugh
- Re: Mechanism to skip tests Bill Petheram
- Re: Startup problems Russell Gold
- Re: Startup problems Markus M . May
- Re: Startup problems Ben Walding
- Re: Startup problems Russell Gold
- Documentation and knowledge requir... Russell Gold
- Re: Documentation and knowledg... Ben Walding
- Re: Documentation and knowledg... dion
- Re: Mechanism to skip tests Jeffrey D. Brekke
- RE: Mechanism to skip tests Rademacher Tobias
- RE: Mechanism to skip tests EPugh
- Re: Mechanism to skip tests Bill Petheram
