try this one...
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
<modules>
<ejbModule>
<groupId>ExpenseControl</groupId>
<artifactId>ejbs</artifactId>
<bundleFileName>
ejb3-app-1.0-SNAPSHOT.jar
</bundleFileName>
</ejbModule>
<webModule>
<groupId>ExpenseControl</groupId>
<artifactId>web</artifactId>
<bundleFileName>
ejb3-web.war
</bundleFileName>
</webModule>
</modules>
<outputDirectory>${deploy.directory
}</outputDirectory>*
</configuration>
</plugin>
</plugins>
${deploy.directory} shoul dbe your jboss directory
this is just one option, the other one being an ant task that copies your
ear to jboss directory...
i think, if i m correct, that there is also a plugin for deploying on
jboss... but i don't know much about that
hth
marco
On 6/4/06, RTK <[EMAIL PROTECTED]> wrote:
I created ear using pom.xml and i am not able to copy it into my jboss
folder...pls give me a snap code for this task
--
View this message in context:
http://www.nabble.com/EAR-deploy-t1729803.html#a4700075
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]