[
https://issues.apache.org/jira/browse/WSS-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colm O hEigeartaigh closed WSS-5.
---------------------------------
> Wrong resource includes in Maven POM configuration
> --------------------------------------------------
>
> Key: WSS-5
> URL: https://issues.apache.org/jira/browse/WSS-5
> Project: WSS4J
> Issue Type: Bug
> Reporter: Yang Li
> Assignee: Davanum Srinivas
> Priority: Minor
>
> When build with the maven, the errors.properties file is not included in the
> final jar file.
> The reason is the wrong resource includes definition in Maven
> project.properties file:
>
> <resources>
> <resource>
> <directory>src</directory>
> <includes>
> <include>*.properties</include>
> </includes>
> </resource>
> </resources>
> Should be changed to:
> <resources>
> <resource>
> <directory>src</directory>
> <includes>
> <include>**/*.properties</include>
> </includes>
> </resource>
> </resources>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]