Hi All,

I am currently using Maven 2.0.
Can anyone please let me know how to exclude unit tests while generating
Javadocs report?
I have tried by adding the following in my pom.xml file but it didn?t work.
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.0</version>
        <configuration>
                <testExcludes>
                        <exclude>${basedir}/src/test/*.*</exclude>
                </testExcludes>
        </configuration>
      </plugin>
Please note that the java files and unit test files are in the same package.
Please let me know the necessary changes required in pom.xml to exclude unit
tests.

Thanks in advance,
Pavan.

-- 
View this message in context: 
http://www.nabble.com/Excluding-the-unit-tests-from-Javadocs-in-Maven-2.x-tf2344021.html#a6524500
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to