On 5/30/06, Roland Asmann <[EMAIL PROTECTED]> wrote:
Or just forget about the ant-part and use the jboss-maven-plugin! (See also this thread: Unable to locate local repo in Mac-OSX(how to call ant from maven))<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jboss-maven-plugin</artifactId> <configuration> <jbossHome>/path/to/jboss</jbossHome> </configuration> </plugin> And then run one of its goals (deploy / harddeploy)
I'm using this plugin too. It kind of works. What I really don't like is that I have to do a mvn install in my project's top level directory and then a jboss:deploy in the ear module directory. Is there any way around that? S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
