Upload file via Ant FTP task in Maven

前端 未结 3 1458
时光说笑
时光说笑 2021-01-12 16:10

I\'m trying to upload a file using an Ant task. If I use Ant directly the file is uploaded, but if I call the ant task via Maven (using the maven-antrun-plugin)

3条回答
  •  灰色年华
    2021-01-12 16:42

    There is a classpath property which can be set in section of maven-antrun-plugin.

    For instance,

    
    

提交回复
热议问题