Hi ivyteam I'm building a maven plugin to scanning java class in ivy project to generate some business documentation (by reading the annotation in classes). It's seem to work well with java class. There is only one problem with some classes which belong to ivy, for example a java class that extends from My question is: How could i resolve those ivy dependencies to load those class? how Thanks asked 29.03.2018 at 11:01 trungdv |
The Just bind its execution to a phase that runs before your annotation scanning. And then configure the property answered 29.03.2018 at 11:28 Reguel Werme... ♦♦ Thanks @Reguel Werme... ♦♦
I can load classes now. it works perfectly for all ivy classes. Just need to load more jar file that
(30.03.2018 at 05:42)
trungdv
Cool that the property works for you. To get the dependencies from the project (iarJars) you could re-use another goal/property. The
(03.04.2018 at 04:41)
Reguel Werme... ♦♦
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 29.03.2018 at 11:01
Seen: 1,740 times
Last updated: 03.04.2018 at 04:41