Hi all, As far as I can tell, the jboss-maven-plugin:harddeploy goal only allows us to configure which jboss 'server' to deploy to. i.e. $JBOSS_HOME/server/[serverName]/deploy
It would be very handy to have greater flexibility in specifying the location that artifacts get deployed to. In my case I need to be able to deploy to: $JBOSS_HOME/server/[serverName]/lib $JBOSS_HOME/server/[serverName]/farm So being able to specify the full location that an artifact gets copied to would do the trick nicely. But that type of functionality would no longer be specific to JBoss, it would just be generic copying functionality. So should it be added to a new plugin, an existing plugin, or is there already an existing plugin that has this functionality? Cheers, Kevin
