#plugin for pom to execute

7 messages · Page 1 of 1 (latest)

dreamy horizon
#

Looking for a plugin to execute specific class method (not main method) in pom , mvn clean install

idle sinewBOT
#

This post has been reserved for your question.

Hey @dreamy horizon! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

native dune
#

Just write a main method for executing it and use the exec plugin to call that main method?

idle sinewBOT
#

💤 Post marked as dormant

This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping.
Warning: abusing this will result in moderative actions taken against you.

dreamy horizon
#

i want to avoid using main method

#

because then i will have 2 main method 1 for spring entry point second for my custom class execution