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@redhat.com Reporter: msrb@redhat.com QA Contact: extras-qa@fedoraproject.org CC: java-sig-commits@lists.fedoraproject.org, mizdebsk@redhat.com, msrb@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
https://bugzilla.redhat.com/show_bug.cgi?id=1095077
Michal Srb msrb@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |low Severity|unspecified |low
https://bugzilla.redhat.com/show_bug.cgi?id=1095077
Mikolaj Izdebski mizdebsk@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FutureFeature, | |StudentProject, Triaged
Red Hat Bugzilla bugzilla@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Doc Type|Bug Fix |Enhancement
--- Comment #1 from Mikolaj Izdebski mizdebsk@redhat.com --- What needs to be done is porting tests to newer version of Plexus or to Sisu.
https://bugzilla.redhat.com/show_bug.cgi?id=1095077
Fedora Admin XMLRPC Client fedora-admin-xmlrpc@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|msrb@redhat.com |mizdebsk@redhat.com
--- Comment #2 from Fedora Admin XMLRPC Client fedora-admin-xmlrpc@redhat.com --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
https://bugzilla.redhat.com/show_bug.cgi?id=1095077
Marián Konček mkoncek@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |mkoncek@redhat.com Assignee|mizdebsk@redhat.com |mkoncek@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1095077
Mikolaj Izdebski mizdebsk@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED
--- Comment #3 from Mikolaj Izdebski mizdebsk@redhat.com --- Pull request merged, https://src.fedoraproject.org/rpms/exec-maven-plugin/pull-request/1
https://bugzilla.redhat.com/show_bug.cgi?id=1095077
Marián Konček mkoncek@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Fixed In Version| |exec-maven-plugin-1.6.0-5.f | |c30 Resolution|--- |RAWHIDE Last Closed| |2018-09-20 11:52:01
--- Comment #4 from Marián Konček mkoncek@redhat.com --- Package was ported to Maven 3 and tests were enabled. This required replacing some of the dependencies with their compatibility versions and a few changes to the source code.
java-sig-commits@lists.stg.fedoraproject.org