Hi,
I am using this plug-in to create RPMs in my maven builds. For a
particular RPM that I am generating (containing Perl modules), I do
not wish it to create dependencies. i.e. if I run rpm -qa -requires
<the created rpm> it should not ret= urn anything.
Is this possible? I tried something like this to exclude dependencies
indiv= idually, but this doesn't seem to work:
<configuration>
<name>aaa </name>
<version>1.0</version>
<release>1</release>
<dependency>
<excludes>
<exclude>perl(DBI)</exclude>
</excludes>
</dependency>
</configuration>
Best regards,
Parag Shah
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email