Bundling ejb-client jar in a war doesn't work
---------------------------------------------
Key: MPWAR-55
URL: http://jira.codehaus.org/browse/MPWAR-55
Project: maven-war-plugin
Type: Bug
Versions: 1.1
Environment: Windows XP
Reporter: Manisha Sur
The following doesn't bundle the given ejb with the war , though the
waf-controller-ejb-1.4-client.jar does exist in the maven local repository.
Also when i run maven(with the default goal war:install) the ejb client is not
seen in the generated war file in the target.
<dependency>
<groupId>com.sun.j2ee.blueprints</groupId>
<artifactId>waf-controller-ejb</artifactId>
<version>${pom.currentVersion}</version>
<type>ejb-client</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
Please help me out of this ASAP.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/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]