[Bug 1109506] New: No maven-docck-plugin package in EPEL7
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1109506
Bug ID: 1109506
Summary: No maven-docck-plugin package in EPEL7
Product: Fedora
Version: rawhide
Component: maven-docck-plugin
Assignee: huwang(a)redhat.com
Reporter: mattias.ellert(a)fysast.uu.se
QA Contact: extras-qa(a)fedoraproject.org
CC: huwang(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com
Description of problem:
Building packages that build requires maven-docck-plugin in EPEL 7 fails:
Error: No Package found for mvn(org.apache.maven.plugins:maven-docck-plugin)
Child return code was: 1
Version-Release number of selected component (if applicable):
none (which is the problem)
How reproducible:
Always
Steps to Reproduce:
1. Build any package that build requires maven-docck-plugin in EPEL 7
Actual results:
Build fails
Expected results:
Successful build
Additional info:
A scratchbuild of maven-docck-plugin in EPEL 7 is successful:
https://koji.fedoraproject.org/koji/taskinfo?taskID=7045310
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=wE8kEPDRgN&a=cc_unsubscribe
4 years, 6 months
[Bug 1095077] New: exec-maven-plugin: enable test suite
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1095077
Bug ID: 1095077
Summary: exec-maven-plugin: enable test suite
Product: Fedora
Version: rawhide
Component: exec-maven-plugin
Assignee: msrb(a)redhat.com
Reporter: msrb(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com, msrb(a)redhat.com
Description of problem:
Test suite in exec-maven-plugin 1.3 is currently disabled, because all tests
are failing with following error:
testIsResultCodeAFailure(org.codehaus.mojo.exec.ExecMojoTest) Time elapsed:
0.039 sec <<< ERROR!
java.lang.NoSuchMethodError:
org.codehaus.plexus.ContainerConfiguration.setClassPathScanning(Ljava/lang/String;)Lorg/codehaus/plexus/ContainerConfiguration;
at
org.apache.maven.plugin.testing.AbstractMojoTestCase.setupContainerConfiguration(AbstractMojoTestCase.java:248)
at
org.apache.maven.plugin.testing.AbstractMojoTestCase.setupContainer(AbstractMojoTestCase.java:222)
at
org.apache.maven.plugin.testing.AbstractMojoTestCase.getContainer(AbstractMojoTestCase.java:261)
at
org.apache.maven.plugin.testing.AbstractMojoTestCase.setUp(AbstractMojoTestCase.java:115)
at org.codehaus.mojo.exec.ExecMojoTest.setUp(ExecMojoTest.java:90)
Version-Release number of selected component (if applicable):
1.3-1
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=XHBSB6Tddh&a=cc_unsubscribe
4 years, 8 months
[Bug 958733] New: plexus-utils: suspicious shell quoting in org.codehaus.plexus.util.cli
by Red Hat Bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=958733
Bug ID: 958733
Summary: plexus-utils: suspicious shell quoting in
org.codehaus.plexus.util.cli
Product: Fedora
Version: 18
Component: plexus-utils
Severity: unspecified
Priority: unspecified
Assignee: fnasser(a)redhat.com
Reporter: fweimer(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: fnasser(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com
Blocks: 958220
Category: ---
The shell quoting logic in this package (and the
org.codehaus.plexus.util.cli.shell) package looks fairly dangerous. It appears
to be mostly dead code. Client code should be migrated to
java.lang.ProcessBuilder.
The different quoting options (single quotes, double quotes) are difficult to
get right, and the reference to StringUtils is not particularly helpful because
the caller has to provide the correct set of characters to be escaped, which is
platform-dependent.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=JhGrfK5sg6&a=cc_unsubscribe
5 years, 4 months