You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Raghurajan Gurunathan <ra...@gmail.com> on 2005/10/20 20:58:02 UTC

stud and skeleton creation for ejb

 All,

In my project i have multi module, one of them has ejb sources

so far everything going fine, but now after compiling ejb sources i need to
create stub/skeleton for them

i'm not sure how to do them with the use of maven2, so what i did i added
following in my <build>

<plugins>

<plugin>

<artifactId>maven-ejb-plugin</artifactId>

<configuration>

<jarName>Ejb</jarName>

<outputDirectory>/Raghu/Ejb/

</outputDirectory>

<generateClient>true</generateClient>

<archive>

<manifest>

<addClasspath>true</addClasspath>

</manifest>

</archive>

</configuration>

</plugin>

</plugins>

Is this how i need to do this??

when i do then run m2 -X install i dont see anything releated with
stub/skeleton

it just creates two jars with the same content,

ami i doing this right?

Please need help

--
Thanks
__________________________________

Raghurjan G
Cell : 512.626.7504
_________________________________