Hello,
When using maven-antrun-plugin, I think, the main work is writing Ant task
scripts.
You can use the following scripts in <execution><configuration> tag.
<tasks>
  <copy todir="path_to_JBoss_some_lib_dir" overwrite="true">
          <fileset dir="path_to_some_lib_dir" />
  </copy>
</tasks>

a cup of Java, cheers!
Sha Jiang


秋秋 wrote:
> 
> Hello,
>     Everybody! ,I want to deploy all of the  3th party jars in the
> directory
> 
> $JBOSS_HOME/server/ProjectName/lib,How can I do?What plugins can I use?
> 
> 
> thanks in advance!
> 
> 

-- 
View this message in context: 
http://www.nabble.com/maven-antrun-plugin-error-tf3290825s177.html#a9153567
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to