https://bugzilla.redhat.com/show_bug.cgi?id=1048299 --- Comment #2 from gil cattaneo <puntogil@xxxxxxxxx> --- Please remove Class-Path frpm manifest <attribute name="Class-Path" value="/usr/share/java/oro.jar /usr/share/java/freemarker.jar /usr/share/java/bsh.jar /usr/share/java/xml-resolver.jar" /> and can use maven-upload task disabling only maven-ant-tasks support ...? in this way don't need anymore SOURCE1 e.g. <target name="maven-upload"> <echo file="build/pom.xml"><![CDATA[<?xml version="1.0" encoding="utf-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.sourceforge.fmpp</groupId> <artifactId>fmpp</artifactId> <version>${version}</version> <packaging>jar</packaging> <name>FMPP</name> <description> General-purpose text file preprocessor tool that uses FreeMarker templates. </description> <url>http://fmpp.sourceforge.net</url> <licenses> <license> <name>BSD license</name> <url>http://fmpp.sourceforge.net/license.html</url> </license> </licenses> <scm> <url>http://fmpp.svn.sourceforge.net/viewvc/fmpp/</url> <connection>scm:svn:https://fmpp.svn.sourceforge.net/svnroot/fmpp</connection> </scm> <dependencies> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <!-- 2.4 will be somewhat non-BC --> <version>[2.3.15,2.4)</version> </dependency> <dependency> <groupId>oro</groupId> <artifactId>oro</artifactId> <!-- I guess there will not be non-BC changes anymore. --> <version>[2.0.8,)</version> </dependency> <dependency> <groupId>org.beanshell</groupId> <artifactId>bsh</artifactId> <!-- Regarding 2.1 it's just a wild guess... --> <version>[1.3,2.1)</version> </dependency> <dependency> <groupId>xml-resolver</groupId> <artifactId>xml-resolver</artifactId> <!-- I guess there will not be non-BC changes anymore. --> <version>[1.1,)</version> </dependency> </dependencies> </project> ]]></echo> /> </target> -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review