From 9b85ede351743acc91d1d3425cdc8a2990daaa25 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Jan 18 2018 12:14:38 +0000 Subject: - helpmojo can't handle java files where everything is commented out mv them out of the way --- diff --git a/maven-jaxb2-plugin.spec b/maven-jaxb2-plugin.spec index f198e04..c4817c8 100644 --- a/maven-jaxb2-plugin.spec +++ b/maven-jaxb2-plugin.spec @@ -1,6 +1,6 @@ Name: maven-jaxb2-plugin Version: 0.13.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Provides the capability to generate java sources from schemas License: BSD and ASL 2.0 URL: http://java.net/projects/maven-jaxb2-plugin/pages/Home @@ -63,6 +63,11 @@ The API documentation of %{name}. %build +# rename java files with everything commented out, helpmojo can't handle those: +(cd plugin-core/src/main/java/org/jvnet/jaxb2/maven2/resolver/tools/; + mv DelegatingReaderWrapper.java DelegatingReaderWrapper.java_ + mv DelegatingInputStreamWrapper.java DelegatingInputStreamWrapper.java_ +) %mvn_build %install @@ -76,6 +81,11 @@ The API documentation of %{name}. %license LICENSE %changelog +* Thu Jan 18 2018 Karsten Hopp - 0.13.0-5 +- helpmojo can't handle java file where everything is commented out + mv them out of the way + + * Wed Jul 26 2017 Fedora Release Engineering - 0.13.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild