On Thu, Sep 20, 2018 at 10:34 PM, Lennart Jörelid <[email protected]> wrote: > Hello Elliotte, > > I usually use the depends-maven-plugin, which collects information about > dependencies within a property file. > The data format within this property file (typically placed within > target/classes/META-INF/maven/dependencies.properties is shown below - and > the dependency type and classification can be read as the property > [groupID]/[artifactID]/type and .../classification
That would be nice. However if I read it right that would require everything I depend on to use it, and it doesn't. That is, I can produce that file for my own artifacts but not for everyone else's. :-( -- Elliotte Rusty Harold [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
