ctubbsii commented on a change in pull request #9: Fixes #5 Create tarball with
scripts for running proxy
URL: https://github.com/apache/accumulo-proxy/pull/9#discussion_r344356214
##########
File path: pom.xml
##########
@@ -659,6 +659,24 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>binary-assembly</id>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assemble/binary-release.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
Review comment:
Maybe the convenience binary should be built in a profile, so we don't
create as many artifacts when we do an official release.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services