https://bugzilla.redhat.com/show_bug.cgi?id=1055800



--- Comment #6 from gil cattaneo <[email protected]> ---
(In reply to Timothy St. Clair from comment #5)
> It's all your gil if you want it.

Thanks!

see a little problem:
%javadoc -d target/api -classpath $PWD/target/%{name}.jar $(find src/main/java
-name "*.java")

mea culpa

should be 
%javadoc -d target/api -classpath $PWD/target/%{name}-%{version}.jar $(find
src/main/java -name "*.java")

but -classpath $PWD/target/%{name}-%{version}.jar seem unnecessary

-- 
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to