You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Andy Schwartz <an...@gmail.com> on 2012/03/23 15:52:26 UTC

[Trinidad] Generate JDev unit test projects?

Gang -

The mvn jdev:jdev plugin will only generate unit test .jpr files if it
finds the following property in the project's pom.xml:

  <properties>
    <jdev.project.has.tests>true</jdev.project.has.tests>
  </properties>

We don't currently specify this property for the trinidad-api and
trinidad-impl projects, which makes it difficult to run the unit tests
in JDev (ie. need to manually hack the poms).

Is there any reason why this property is not specified?

Any objections to adding it?

Andy