You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2007/05/08 20:46:15 UTC

[jira] Created: (JCR-903) Put resource files in java/{main,test}/resources

Put resource files in java/{main,test}/resources
------------------------------------------------

                 Key: JCR-903
                 URL: https://issues.apache.org/jira/browse/JCR-903
             Project: Jackrabbit
          Issue Type: Improvement
          Components: maven
            Reporter: Jukka Zitting
         Assigned To: Jukka Zitting
            Priority: Minor


The Maven standard directory layout (see http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html) suggests that all resource files should be placed in src/main/resources or src/test/resources instead of putting them inside the java subdirectory. Following that guideline would simplify the pom files as we wouldn't need to explicitly configure the resource directories. I'll move the resource files unless anyone argues otherwise.

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


[jira] Resolved: (JCR-903) Put resource files in java/{main,test}/resources

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved JCR-903.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Resource files moved in revision 537401.

> Put resource files in java/{main,test}/resources
> ------------------------------------------------
>
>                 Key: JCR-903
>                 URL: https://issues.apache.org/jira/browse/JCR-903
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: maven
>            Reporter: Jukka Zitting
>         Assigned To: Jukka Zitting
>            Priority: Minor
>             Fix For: 1.4
>
>
> The Maven standard directory layout (see http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html) suggests that all resource files should be placed in src/main/resources or src/test/resources instead of putting them inside the java subdirectory. Following that guideline would simplify the pom files as we wouldn't need to explicitly configure the resource directories. I'll move the resource files unless anyone argues otherwise.

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