You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/07/08 19:47:49 UTC

[jira] Commented: (TAP5-1204) tapestry-core JAR includes some compiled Groovy test scripts

    [ https://issues.apache.org/jira/browse/TAP5-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886388#action_12886388 ] 

Howard M. Lewis Ship commented on TAP5-1204:
--------------------------------------------

I believe this block of pom.xml is unnecessary:

  <resources>
      <resource>
        <!-- GMaven isn't smart enough to add this automatically. -->
        <directory>src/test/groovy</directory>
      </resource>
      <resource>
        <!--
          Once you mention one resource directory, you have to be explicit about all of them,
          apparently.
        -->
        <directory>src/main/resources</directory>
      </resource>
    </resources>


> tapestry-core JAR includes some compiled Groovy test scripts
> ------------------------------------------------------------
>
>                 Key: TAP5-1204
>                 URL: https://issues.apache.org/jira/browse/TAP5-1204
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.