maven-bash-completion
maven-bash-completion copied to clipboard
Extracting profiles
Improvements / fixes:
- When reading profiles from pom.xml, if the
<id>element within<profile>is not in the first line after<profile>then it was not read at all. I have changed this so profile reading is more robust and<id>can be in any line within the profile element. It is still more of a workaround rather than proper parsing of XML file but it does the job. - When the root pom.xml has some modules, their poms are included too. For example, profiles can be specified in a module only and they are not read if only root pom is parsed.
Is this still valid and up to date?
Yes, the changes are still valid. For description, please see my comment above.