Github user neykov commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/705#discussion_r33042854
--- Diff: usage/dist/pom.xml ---
@@ -98,9 +132,14 @@
<configuration>
<appendAssemblyId>true</appendAssemblyId>
<descriptors>
-
<descriptor>src/main/config/build-distribution-archive.xml</descriptor>
+
<descriptor>src/main/config/build-distribution.xml</descriptor>
</descriptors>
<finalName>brooklyn-${project.version}</finalName>
+ <formats>
+ <format>tar.gz</format>
+ <format>zip</format>
+ </formats>
+ <attach>false</attach>
--- End diff --
I think we should stick to the default behaviour of attaching the artifacts
here and remove the explicit `attach-artifact` goal instead, see comments in
https://github.com/apache/incubator-brooklyn/pull/709.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---