Commit be19995
committed
Add dummy class to fix Nexus release issues
Open source nexus deployment requires the creation of a JAR with Javadoc. Because we depend
on the code in the `presto-native-execution` module now in other modules for tests, we need
to release these artifacts to Nexus along with the rest of the modules we release.
Because there is only testing code in this module, it fails during Nexus deployment. Adding
a dummy class with Javadoc to allow this artifact to be released.1 parent fa71d74 commit be19995
File tree
1 file changed
+21
-0
lines changed- presto-native-execution/src/main/java/com/facebook/presto
1 file changed
+21
-0
lines changedLines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments