Github user chrisdutz commented on a diff in the pull request: https://github.com/apache/incubator-edgent/pull/309#discussion_r127832387 --- 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 -- It was intentional ... The POM is named edgent-parent, but the source release contains the entire project. That's why I omitted the "parent" from the name.
--- 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. ---