-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft attempt at doxia 2 #939
base: master
Are you sure you want to change the base?
Conversation
[pom] Drop doxia back to 2.0.0-M8 as it breaks build currently [pom] Logs of updates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maven-fluido-skin 2.0;.0 is out now. That might help.
|
||
<skin> | ||
<groupId>org.apache.maven.skins</groupId> | ||
<artifactId>maven-fluido-skin</artifactId> | ||
<version>1.12.0</version> | ||
<version>2.0.0-M11</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.0.0
|
||
<skin> | ||
<groupId>org.apache.maven.skins</groupId> | ||
<artifactId>maven-fluido-skin</artifactId> | ||
<version>1.12.0</version> | ||
<version>2.0.0-M11</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.0l.0
|
||
<skin> | ||
<groupId>org.apache.maven.skins</groupId> | ||
<artifactId>maven-fluido-skin</artifactId> | ||
<version>1.12.0</version> | ||
<version>2.0.0-M11</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.0;0
|
||
<skin> | ||
<groupId>org.apache.maven.skins</groupId> | ||
<artifactId>maven-fluido-skin</artifactId> | ||
<version>1.12.0</version> | ||
<version>2.0.0-M11</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.0.0
|
||
<skin> | ||
<groupId>org.apache.maven.skins</groupId> | ||
<artifactId>maven-fluido-skin</artifactId> | ||
<version>1.12.0</version> | ||
<version>2.0.0-M11</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have it updated locally but no luck. I think part of the problem for this project is that it wants to override reporting execute that was made final.
I'll push up fresh copy tonight with this part corrected.
This might or might not be relevant. I tried to run ``
|
I have at the very least a big clue and possibly a fix for this. On a hunch I changed the parent pom from base-parent to
and with that adjustment
|
Fixing this, a number of plugins upstream are all on doxia 2 so I had to downgrade them. I'm trying to get the codenarc working now but may delete it for now as its incredibly old. It was owned under same ownership as original findbugs was at the time. The repo is here and archived. https://github.com/gleclaire/codenarc-maven-plugin. A few seemed to try to bring it back but never finished the job. Its unrelated here but useful for groovy so I'll probably do that at some later date. Codenarc site still says to use that but it doesn't work with any modern groovy given group id changes. We use that for pure groovy projects with gradle so I see no reason not to do so. I forked it over for now and will just disable here as noted. Site should be fixed back shortly and this probably is why some portions were reported missing lately.
Sent from Outlook<http://aka.ms/weboutlook>
From: Elliotte Rusty Harold ***@***.***>
Sent: Friday, November 29, 2024 5:40 PM
To: spotbugs/spotbugs-maven-plugin ***@***.***>
Cc: Jeremy Landis ***@***.***>; Author ***@***.***>
Subject: Re: [spotbugs/spotbugs-maven-plugin] Draft attempt at doxia 2 (PR #939)
This might or might not be relevant. I tried to run mvn site:site at head (i.e. not this PR but the old Doxia) and i failed like so:
``
INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:17 min
[INFO] Finished at: 2024-11-29T17:31:54-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-cli) on project spotbugs-maven-plugin: Execution default-cli of goal org.apache.maven.plugins:maven-site-plugin:3.12.1:site failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-site-plugin:3.12.1:site: java.lang.NoSuchMethodError: 'java.lang.String org.codehaus.mojo.versions.AbstractVersionsReport.getOutputPath()'
[ERROR] -----------------------------------------------------
[ERROR] realm = plugin>org.apache.maven.plugins:maven-site-plugin:3.12.1
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] = file:/Users/elharo/.m2/repository/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar
[ERROR] urls[1] = file:/Users/elharo/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar
[ERROR] urls[2] = file:/Users/elharo/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar
[ERROR] urls[3] = file:/Users/elharo/.m2/repository/org/apache/maven/skins/maven-fluido-skin/2.0.0/maven-fluido-skin-2.0.0.jar
[ERROR] urls[4] = file:/Users/elharo/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
...
-
Reply to this email directly, view it on GitHub<#939 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAHODI3WDCLS4GIMAXFVPOL2DDUMRAVCNFSM6AAAAABSWC5WL6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBYG4YTINJUGE>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
No description provided.