开发者

How to initialize/run a java project in maven plugin

I am now writing a maven plugin. The开发者_C百科 purpose of this plugin is to call and initialize another java project which I have previously written. Anyone knows how I can acheive this? Thanks in advance.


There is an existing Exec Maven Plugin which provides a goal java that can be use to run Java programs from a plugin. Maybe this is what you need - otherwise explain your use case a bit more detailed.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜