[
https://jira.codehaus.org/browse/MEAR-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=346090#comment-346090
]
Thomas Beauvais commented on MEAR-186:
--------------------------------------
Not to be a burden but would someone be able to provide an update?
Is there a way to work around this?
Why was this changed to 'improvement'? This is a feature gap.. why doesn't the
plugin just use the sources/resources provided by the project rather than have
to specify custom configuration? Typically EAR projects aren't compiling
sources, right?
> 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)