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

Move common build arguments to maven.config and remove unnecessary #1427

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

HannesWell
Copy link
Member

The property 'project.build.sourceEncoding' is already defined in the eclipse-platform-parent/pom.xml used as parent for all modules, thus it is not necessary to explicitly add it in the Jenkinsfile.

Moving the definition of the 'aggregatorBuild' property to the maven.config simplifies local builds because then the property does not have to be declared.

The property 'project.build.sourceEncoding' is already defined in the
eclipse-platform-parent/pom.xml used as parent for all modules, thus it
is not necessary to explicitly add it in the Jenkinsfile.

Moving the definition of the 'aggregatorBuild' property to the
maven.config simplifies local builds because then the property does not
have to be declared.
@HannesWell
Copy link
Member Author

@akurtakov what do you think?

@akurtakov
Copy link
Member

Looks good to me. It's not once or twice that issues haven't been called due to aggregatorBuild not being used locally and thus extra resolving from I-builds repo.

@akurtakov akurtakov merged commit 0b81282 into eclipse-platform:master Oct 10, 2023
2 checks passed
@HannesWell HannesWell deleted the unifyBuildArguments branch October 10, 2023 06:34
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