Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
The plugin contains tabular markup on some form elements and will probably present issues with the tables-to-divs changes in https://issues.jenkins-ci.org/browse/JENKINS-62437
At least the following files may be affected:
- https://github.com/jenkinsci/maven-plugin/blob/master/src/main/resources/hudson/maven/MavenModuleSet/configure-entries.jelly
- https://github.com/jenkinsci/maven-plugin/blob/master/src/main/resources/hudson/maven/MavenTestDataPublisher/config.jelly
Some migration recipes can be found on https://www.jenkins.io/doc/developer/views/table-to-div-migration/
Here are the instances of "<table". There are no instances of "<tr" or "<td" outside these same files:
This plugin uses tables to structure main its pages. It may require a bit more work to convert.