Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[JENKINS-50969] core site build is broken, needed for core taglibs reference #3408
Conversation
|
Putting this |
…ference The special old module for doxia seems not needed. I suspect that it is because since 2012 when it was released, the Markdown support got done in standard. IIUC this was pulling in some very old doxia versions, which was incompatible with maven-fluido-skin which I needed to bump from current 1.3.0 to 1.7 for https://github.com/jenkins-infra/core-taglibs-report-generator to work again.
pom.xml
Outdated
| @@ -28,7 +28,7 @@ THE SOFTWARE. | |||
| <parent> | |||
| <groupId>org.jenkins-ci</groupId> | |||
| <artifactId>jenkins</artifactId> | |||
| <version>1.41</version> | |||
| <version>1.42</version> | |||
This comment has been minimized.
This comment has been minimized.
|
2.119 release is out, un |
|
Thanks a lot Oleg. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
batmat commentedApr 26, 2018
•
edited
The special old module for doxia seems not needed.
I suspect that it is because since 2012 when it was released, the Markdown
support got done in standard.
As this didn't get any update since 2012, IIUC this was pulling in some very old doxia versions, which was incompatible with maven-fluido-skin which I needed to bump from current 1.3.0 to 1.7 for https://github.com/jenkins-infra/core-taglibs-report-generator to work again.
See jenkins-infra/core-taglibs-report-generator#7 applied in practice.
See JENKINS-50969.
Proposed changelog entries
N/A internal change (
maven-site-pluginonly).Submitter checklist
* Use the
Internal:prefix if the change has no user-visible impact (API, test frameworks, etc.)Desired reviewers
@daniel-beck