Hi,
 
I have a custom maven plugin that does not seem to be picking up a
compile time dependency. The project structure
is something like
 
super-pom: 
    defines the plugin build usage - goal/phase(generate-sources)
 
project-pom: 
    inherits from super-pom.
    defines a default(compile scope) dependency (called xyz-1.0)
 
When the custom maven plugin is invoked via project-pom, it does not
contain xyz-1.0.jar in its classpath.
What am I missing here ? How do I get a compile time dependency defined
in a project pom in the classpath
of the custom plugin ?
 
Thanks
Ashish
 

Reply via email to