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

Don't skip doclint #891

Closed
wants to merge 3 commits into from

Conversation

NotMyFault
Copy link
Member

The build as-is fails for me locally if I invoke mvn clean verify -DskipTests, and should fail on ci.j too, because we're lacking #890.

@NotMyFault NotMyFault marked this pull request as ready for review August 12, 2022 21:39
Copy link
Member

@jtnord jtnord left a comment

Choose a reason for hiding this comment

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

Works, but would seem to be inefficient?

@@ -485,6 +486,8 @@
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<phase>compile</phase>
Copy link
Member

Choose a reason for hiding this comment

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

Why compile, this will be run on everysplit ATH.

Similar comment to below and the javadoc

pom.xml Show resolved Hide resolved
@timja timja mentioned this pull request Aug 13, 2022
@timja
Copy link
Member

timja commented Aug 15, 2022

Is this needed after #893?

@NotMyFault
Copy link
Member Author

NotMyFault commented Aug 15, 2022

Is this needed after #893?

Given, the new task runs separately to the maven workflow to verify results independently, possibly not?

@timja timja closed this Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants