Craig P. Motlin
Craig P. Motlin
@nikhilnanivadekar Thank you, I see the way profiles are activated. The command you pasted includes `-DperformRelease=true` and the release-artifacts profile is activated using this system property. This is great, it...
To use this locally: `mvn clean verify -DperformRelease` doesn't work, because it activates both profiles and will fail with an error about `MAVEN_GPG_PASSPHRASE` not being available. `mvn clean verify --activate-profiles...
Could we land this? I rebase all my commits on it while working locally, in order to not have to constantly perform clean builds. @donraab @nikhilnanivadekar
> LGTM. @motlin I am approving this in the interest of getting it closed out, with the understanding that if this accidentally breaks the release process, then we may need...
Assigned to you @IamLRBA !
@IamLRBA go ahead and submit a PR, there's no need to be assigned the issue first.
I'm not sure if repomix delegates to git to find ignored files, but the command `git ls-files --ignored --others --exclude-standard` lists all ignored files, regardless of where the ignore rules...
Is this something I could help with? I thought the fix might be as simple as https://github.com/motlin/repomix/commit/a719497ef4a90e357b2f89d845fd833d412f70a3 but I tested it manually and it didn't seem to work.
Attaching a screenshot to show how it can work with color, on this repository. 
@aes this is an amazing project but it's fairly inactive. If you look in [the network graph] there are quite a few forks and pull requests with additional features that...