mirror of https://github.com/apache/nifi.git
NIFI-272: Changed package to be based on group id and base artifact name
This commit is contained in:
parent
cd3094d54f
commit
8a9960e4e7
|
@ -19,6 +19,9 @@
|
|||
<requiredProperty key="nifiVersion" >
|
||||
<defaultValue>0.0.1-incubating-SNAPSHOT</defaultValue>
|
||||
</requiredProperty>
|
||||
<requiredProperty key="package">
|
||||
<defaultValue>${groupId}.processors.${artifactBaseName}</defaultValue>
|
||||
</requiredProperty>
|
||||
</requiredProperties>
|
||||
<fileSets>
|
||||
<fileSet filtered="true" packaged="false" encoding="UTF-8">
|
||||
|
|
Loading…
Reference in New Issue