jinchengchenghh commented on code in PR #13812:
URL: https://github.com/apache/arrow/pull/13812#discussion_r941930173
##########
java/pom.xml:
##########
@@ -358,6 +358,19 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
Review Comment:
For release version 9.0.0, it works well. How can I get the source for the
current branch master, I compiled 10.0.0-SNAPSHOT by myself.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]