Is this maven 1 or 2?  It doesn't look right for either of them.
Excluding unit tests is covered on both version's web pages...

http://maven.apache.org/maven-1.x/reference/project-descriptor.html#unitTest
http://maven.apache.org/plugins/maven-surefire-plugin/howto.html

On 8/17/06, Satish <[EMAIL PROTECTED]> wrote:


How can you do this explicitly, currently by default, package/install goals
call these.

i have the following snippet in my pom.xml and it's giving errors

<build>
    <excludes>
       <exclude>
          **/*Test*.java
      </exclude>
    </excludes>
  </build>

--
View this message in context: 
http://www.nabble.com/excluding-unit-tests-tf2124320.html#a5860770
Sent from the Maven - Users forum at Nabble.com.


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



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

Reply via email to