Skip to content
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

Batch update to plugin #207

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Batch update to plugin #207

wants to merge 1 commit into from

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Dec 29, 2023

Update parent POM, dependencies and
sort out resolver-util.

<compilerArgs>
<compilerArg>-Xlint:deprecation</compilerArg>
</compilerArgs>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a param showDeprecation for m-compiler-p

Comment on lines +65 to +66
<mavenMinVersion>3.2.5</mavenMinVersion>
<mavenVersion>3.9.6</mavenVersion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not still sure about such way.

We open way to use newer API/methods in plugin which can be only detected in runtime.

I'm for switch to 3.6.3 as minimal and in dependency

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't do this either in this release.

Comment on lines +65 to +66
<mavenMinVersion>3.2.5</mavenMinVersion>
<mavenVersion>3.9.6</mavenVersion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't do this either in this release.

<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-api</artifactId>
<version>1.9.18</version>
<scope>provided</scope>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not correspond to the approach we have taken in other plugins: Use the same Resolver API version as with the base Maven Core version.

<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough, will be solved with Doxia 2.0.0.

Update dependencies and sort out resolver-util.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants