You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2015/01/23 20:00:18 UTC

[08/10] incubator-nifi git commit: NIFI-272: Changed package to be based on group id and base artifact name

NIFI-272: Changed package to be based on group id and base artifact name


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/8a9960e4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/8a9960e4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/8a9960e4

Branch: refs/heads/develop
Commit: 8a9960e4e7771ed0fb6d849847de818389e4f7b1
Parents: cd3094d
Author: Mark Payne <ma...@hotmail.com>
Authored: Fri Jan 23 13:23:32 2015 -0500
Committer: Mark Payne <ma...@hotmail.com>
Committed: Fri Jan 23 13:23:32 2015 -0500

----------------------------------------------------------------------
 .../src/main/resources/META-INF/maven/archetype-metadata.xml      | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/8a9960e4/nifi/nifi-maven-archetypes/nifi-processor-bundle-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
----------------------------------------------------------------------
diff --git a/nifi/nifi-maven-archetypes/nifi-processor-bundle-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/nifi/nifi-maven-archetypes/nifi-processor-bundle-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
index 5d84041..085bd99 100644
--- a/nifi/nifi-maven-archetypes/nifi-processor-bundle-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
+++ b/nifi/nifi-maven-archetypes/nifi-processor-bundle-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
@@ -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">