[gatein-issues] [JBoss JIRA] Updated: (GTNPORTAL-113) resources have to be in src/[main|test]/resources and not in src/[main|test]/java

kien nguyen (JIRA) jira-events at lists.jboss.org
Tue Aug 31 02:56:11 EDT 2010


     [ https://jira.jboss.org/browse/GTNPORTAL-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

kien nguyen updated GTNPORTAL-113:
----------------------------------

    Attachment: GTNPORTAL-113-2010-08-31.patch


I changed all resources from src/test/java to src/test/resources. For src/main/java, we don't change now because they will affect to many current products. And I also made some tests for changing src/main/java, the first we need change in packager of gatein tool, it is hard code in packager-1.0.0-CR02/javascript/eXo/server/Tomcat.js:

  eXo.core.IOUtil.cp(eXo.env.currentDir + "/../../component/common/src/main/java/conf/configuration-tomcat.properties", this.gateInConfigDir + "/configuration.properties")

A patch is attached

> resources have to be in src/[main|test]/resources and not in src/[main|test]/java
> ---------------------------------------------------------------------------------
>
>                 Key: GTNPORTAL-113
>                 URL: https://jira.jboss.org/browse/GTNPORTAL-113
>             Project: GateIn Portal
>          Issue Type: Task
>          Components: Packaging
>    Affects Versions: 3.0.0-Beta02
>            Reporter: Arnaud Heritier
>            Assignee: kien nguyen
>             Fix For: 3.2.0-GA
>
>         Attachments: GTNPORTAL-113-2010-08-31.patch
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> Always to follow maven conventions. We could remove more than 20 lines of configuration in the parent pom and we could avoid many problems (with eclipse plugin and others)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list