Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Deployed to Maven Central#9

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Anmol202005 wants to merge1 commit intocheckstyle:main
base:main
Choose a base branch
Loading
fromAnmol202005:deploy

Conversation

Anmol202005
Copy link
Collaborator

Fixes:#6
Configured pom.xml for maven central deployment.

<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>

<groupId>org.checkstyle.autofix</groupId>
Copy link
Member

Choose a reason for hiding this comment

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

I think we canorg.checkstyle only for group.
it is ok to have plugins/tools to be just under "checkstyle"

Copy link
Collaborator

Choose a reason for hiding this comment

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

In the patch-filter project I see latest master has<groupId>com.puppycrawl.tools</groupId>, shall we go with the same groupId? Better to agree on this now while we are still at the start of the project

Copy link
Member

Choose a reason for hiding this comment

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

https://repo1.maven.org/maven2/org/checkstyle

Is not existing, so it means it will be a special process to claim ownership of such domain.

Lets use group common for all , as Ruslan suggested
https://repo1.maven.org/maven2/com/puppycrawl/tools/

@romani
Copy link
Member

I think we should not be obsessed to deploy to maven central jar too early.

We can always put jar to maven local repository and use special profile to activate openrewrite to fix code.

scenario:
user do code changes
use run "mvn verify"
it failing with errors
user run "mvn ..... -Pautofix" to fix violations.

it will help us take maturity withtout bothering much existing dev process of checkstyle. We will share knowledge on this, so users will likely to run it manually and give feedback and not be blocked if any problems happens with auto-fixes.

@rdiachenko
Copy link
Collaborator

@Anmol202005 what's the status of this PR? Let's finish it

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@romaniromaniromani left review comments

@rdiachenkordiachenkordiachenko left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Deploy to Maven Central.
3 participants
@Anmol202005@romani@rdiachenko

[8]ページ先頭

©2009-2025 Movatter.jp