Github user mcgilman commented on a diff in the pull request:
https://github.com/apache/nifi/pull/201#discussion_r51630553
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml
---
@@ -124,4 +124,92 @@
<scope>provided</scope>
</dependency>
</dependencies>
+ <profiles>
+ <profile>
+ <!-- Custom profile for Groovy tests -->
+ <id>groovyUnitTest</id>
--- End diff --
Do we need this profile with it already included in the root pom? Or if
there something different about this one? Nit pick, existing profile id's
naming convention ... groovy-unit-test.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---