-
Notifications
You must be signed in to change notification settings - Fork 85
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
Issue #91 : Apply properties from active profiles #141
Draft
lafoletc
wants to merge
34
commits into
mojohaus:master
Choose a base branch
from
lafoletc:active-profiles-properties
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Projet properties should be a merge of all active profiles : activated explicitly with -P, with property activation or by default
lafoletc
changed the title
Issue #91 :
Issue #91 : Apply properties from active profiles
Apr 8, 2020
…us#151) Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.1 to 2.9.10.4. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… maven version (mojohaus#154) * fix mojohaus#140 by separating no-overwritten test into two basing on maven version * parse maven version by ./mvnw -v * remove redundent code Co-authored-by: yangnuoyu <yangnuoyu@penguin>
… the dependency in profile which is managed by <dependencyManagement> (mojohaus#155) * Fixes mojohaus#145, mojohaus#148 add codes to parse the <version> for the dependency in profile which is managed by <dependencyManagement> * remove redundant code * add empty line at the end of files * remove profile-with-deps-inherit-parent-depMgmt-ci test * consolidate two blocks of code change into createCleanPom method * restore import change * restore import change * add test profile-with-deps-inherit-parent-depMgmt-flatten-dep-all-oss * change test profile-with-deps-inherit-parent-depMgmt-flatten-dep-all-oss to profile-with-deps-inherit-parent-depMgmt-flatten-dep-all-oss-bom * code style fix * fix indents and licenses declaration in verify.groovy * set scope as compile and optional as false if not specified * fix scope and optional - code style Co-authored-by: yangnuoyu <yangnuoyu@penguin>
Signed-off-by: olivier lamy <[email protected]>
Signed-off-by: olivier lamy <[email protected]>
* fix paring version problem in no-overwrite tests * fix no-overwriten tests when running in windows * fix bug resulting from line seperator difference in Windows * remove redundant code * fix the version position problem Co-authored-by: yangnuoyu <yangnuoyu@penguin>
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.4 to 2.9.10.5. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.1 to 2.9.10.5. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <[email protected]>
enable Dependabot v2
Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v1...b820478) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 2.0.0 to 3.16.1. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-2.0.0...assertj-core-3.16.1) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [mrm-maven-plugin](https://github.com/mojohaus/mrm) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/mojohaus/mrm/releases) - [Commits](mojohaus/mrm@mrm-1.0.0...mrm-1.2.0) Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: olivier lamy <[email protected]>
…dehaus.mojo-mrm-maven-plugin-1.2.0
…ns/actions/cache-v2
…sertj-assertj-core-3.16.1
…/projects/bom-pomElements/bom/com.fasterxml.jackson.core-jackson-databind-2.9.10.5
…/projects/bom-flattenMode/bom/com.fasterxml.jackson.core-jackson-databind-2.9.10.5
… its transitive dependencies and set them as optional (mojohaus#164) * fixes mojohaus#160: when the direct dependency is optional, flattened its transitive dependencies and set them as optional * remove optional dependency subtree * return false in visitor when node is not included
Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases) - [Commits](codehaus-plexus/plexus-utils@plexus-utils-3.2.1...plexus-utils-3.3.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ubtrees (mojohaus#172) * Remove first level transitive, provided scope dependencies and their subtrees * Removed accidentally included 'optional' test. * Fixed weird spacing modifications from before * Fixed weird spacing issues with PR * Fixing spacing issue Co-authored-by: Saleh Mostafa <[email protected]>
Is this issue going to be merged soon? |
It has conflicts so cannot be merged before those are resolved. |
Projet properties should be a merge of all active profiles : activated explicitly with -P, with property activation or by default
https://github.com/lafoletc/flatten-maven-plugin into active-profiles-properties # Conflicts: # src/main/java/org/codehaus/mojo/flatten/FlattenMojo.java
conficts resolved |
Maybe conflicts were resolve with merge, not rebase. I'll try to rebase this if fork allows it at some point. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Projet properties should be a merge of all active profiles : activated
explicitly with -P, with property activation or by default