Github user kevdoran commented on a diff in the pull request:
https://github.com/apache/nifi-registry/pull/14#discussion_r142516612
--- Diff: nifi-registry-security/pom.xml ---
@@ -34,12 +34,28 @@
<artifactId>jaxb2-maven-plugin</artifactId>
<executions>
<execution>
- <id>xjc</id>
+ <id>authorizations</id>
<goals>
<goal>xjc</goal>
</goals>
<configuration>
-
<packageName>org.apache.nifi.registry.user.generated</packageName>
+ <sources>
--- End diff --
Good find, will update that plugin version.
---