创建一个Maven插件,该插件将复制一组文件夹和文件。

huangapple 未分类评论46阅读模式
英文:

Create a maven plugin that would copy a set of folders and files

问题

我对Maven插件非常陌生。因此有一个愚蠢的问题(我猜)。我想创建一个Maven插件,该插件将具有一个目标,将文件夹和文件(位于Maven插件项目内的文件)复制到使用此Maven插件的项目的工作区。这是否可能?我预期有些事情使用Maven插件是不可能的。

英文:

I am very new to Maven Plugins. Hence this silly question(I guess). I want to create a Maven plugin that would have a goal to copy a folder and file( that resides within the maven plugin project) to the workspace of the project that uses this maven plugin. Is that something which is possible I am expecting something not possible using a Maven plugin.

huangapple
  • 本文由 发表于 2020年4月8日 22:23:33
  • 转载请务必保留本文链接:https://java.coder-hub.com/61103049.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定