Skip to content

Only run delombok in ci #1068

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

Merged
merged 1 commit into from
Nov 20, 2019
Merged

Only run delombok in ci #1068

merged 1 commit into from
Nov 20, 2019

Conversation

Postremus
Copy link
Contributor

The source files by delombok are only required for javadoc.
We now hide delombok, javadoc jar, and source jar generation behind profile build-extras.
The profile can be activated on locally as well. This should make it easier to debug ci problems.

These changes have a positiv impact on local build time.
In my tests, I built the project using mvn package -DskipTests.

Before my changes, this took around 45 seconds.
After my changes, this takes around 32 seconds.

The source files by delombok are only required for javadoc.
We now hide delombok, javadoc jar, and source jar generation behind profile build-extras.
The profile can be activated on locally as well. This should make it easier to debug ci problems.
@mastercoms mastercoms merged commit c2c5a2e into dev Nov 20, 2019
@mastercoms mastercoms deleted the ci-only-delombok branch November 20, 2019 01:13
gdude2002 pushed a commit that referenced this pull request Jan 23, 2020
The source files by delombok are only required for javadoc.
We now hide delombok, javadoc jar, and source jar generation behind profile build-extras.
The profile can be activated on locally as well. This should make it easier to debug ci problems.
mastercoms pushed a commit that referenced this pull request Jan 24, 2020
The source files by delombok are only required for javadoc.
We now hide delombok, javadoc jar, and source jar generation behind profile build-extras.
The profile can be activated on locally as well. This should make it easier to debug ci problems.
mastercoms added a commit that referenced this pull request Aug 5, 2020
This reverts commit c2c5a2e.

# Conflicts:
#	pom.xml
mastercoms added a commit that referenced this pull request Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants