Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/705#discussion_r33119062
--- Diff: usage/dist/pom.xml ---
@@ -63,6 +63,35 @@
<build>
<plugins>
<plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <!-- copy the config file from the CLI project -->
+ <executions>
+ <execution>
+ <id>copy</id>
--- End diff --
I wondered if there was such a thing. That's cool. I'd have used it if
I'd known.
However I do like having an artifact for the `bom` as it is easier to
access directly. Maybe it makes sense for that to be a standard pattern for
bundles. We'll see. For now I'll leave it but add a comment about your
suggestion.
---
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.
---