You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl-Heinz Marbaise (JIRA)" <ji...@codehaus.org> on 2014/06/14 19:49:10 UTC

[jira] (MEAR-186) Source and Resource Directories are Ignored

    [ https://jira.codehaus.org/browse/MEAR-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=348034#comment-348034 ] 

Karl-Heinz Marbaise commented on MEAR-186:
------------------------------------------

Based on the explanations of Stéphane i would suggest to close this and open a new improvement issue with a link to this one.

> Source and Resource Directories are Ignored
> -------------------------------------------
>
>                 Key: MEAR-186
>                 URL: https://jira.codehaus.org/browse/MEAR-186
>             Project: Maven Ear Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.9
>         Environment: Ubuntu 13.10
>            Reporter: Thomas Beauvais
>         Attachments: pom.xml
>
>
> Due to an odd necessity for different source and resource directories because of using another IDE that can't be configued (JDeveloper).
> When running the EAR plugin, I expect the <resources/> to be included in the base of the EAR file.
> <build>
>         <sourceDirectory>src</sourceDirectory>
>         <resources>
>             <resource>
>                 <directory>.adf</directory>
>             </resource>
>         </resources>
>         ...
> </build>
> Here is the project tree:
> ./src
> ./src/META-INF
> ./src/META-INF/jps-config.xml
> ./src/META-INF/weblogic-application.xml 
> ./.adf
> ./.adf/META-INF
> ./.adf/META-INF/adf-config.xml
> ./.adf/META-INF/connections.xml
> ./pom.xml
> Here is the contents of the EAR:
> META-INF/
> META-INF/MANIFEST.MF
> META-INF/application.xml
> web-0.0.1-SNAPSHOT.war
> META-INF/maven/
> META-INF/maven/org.my.company/
> META-INF/maven/org.my.company/ssxa/
> META-INF/maven/org.my.company/ssxa/pom.xml
> META-INF/maven/org.my.company/ssxa/pom.properties
> Notice, it doesn't include either the source or the resources.  I know that I can include a <earSourceDirectory/> but this only allows for a single directory and I have two (.adf and src).
> Attached is the pom.xml used.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)