Jar file is missing some resource files at building by maven2.
--------------------------------------------------------------
Key: AXIS2-1207
URL: http://issues.apache.org/jira/browse/AXIS2-1207
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Environment: rev.448021
Reporter: YAMAMOTO, Rikiya
When I build Axis2 projects by maven2, Some resource files isn't included in
the jar files.
The problem is attributed to pom.xml.
+++
http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/parent/pom.xml
@@ -430,6 +430,12 @@
</excludes>
<filtering>false</filtering>
</resource>
+ <resource>
+ <directory>src</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
</resources>
<plugins>
<plugin>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.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]