Github user chrisdutz commented on a diff in the pull request: https://github.com/apache/incubator-edgent/pull/309#discussion_r127963510 --- Diff: pom.xml --- @@ -223,6 +223,15 @@ </lifecycleMappingMetadata> </configuration> </plugin> + + <!-- Inject the "incubating" into the output filename --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <finalName>edgent-incubating-${project.version}</finalName> --- End diff -- Yeahh ... remember having that discussion with him for Flex ... Just added an "apache-" and He'll be happy.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---