[fedora-java] [IMPORTANT] News about Fedora Maven

Mikolaj Izdebski mizdebsk at redhat.com
Fri Dec 7 17:25:02 UTC 2012


>> 5) Automatic requires generator - packages don't need to explicitly
>> list dependencies on other maven artifacts, appropriate requires will
>> be generated automatically from POM files.
>
> This will be only for runtime dependencies, right? Aka, test, optional and build dependencies will be ignored. 

This is up to discussion.

Currently my approach is the following: For all packages I generate requires for dependencies with scope compile, runtime and provided. If package contains only POM artifacts then In addition I am generating requires for: parent POMs and maven plugins. (I didn't think about optional dependencies yet.)

--
Mikolaj Izdebski


More information about the java-devel mailing list