File tree Expand file tree Collapse file tree 5 files changed +400
-332
lines changed Expand file tree Collapse file tree 5 files changed +400
-332
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <parent >
6
+ <artifactId >kotlin-spark-api-parent</artifactId >
7
+ <groupId >org.jetbrains.kotlinx.spark</groupId >
8
+ <version >1.0.0-preview2-SNAPSHOT</version >
9
+ </parent >
10
+ <packaging >pom</packaging >
11
+ <modelVersion >4.0.0</modelVersion >
12
+ <name >Kotlin API for Apache Spark: not-needed</name >
13
+ <description >Module to workaround https://issues.sonatype.org/browse/NEXUS-9138</description >
14
+ <artifactId >dummy</artifactId >
15
+ <dependencies >
16
+ <dependency >
17
+ <groupId >org.jetbrains.kotlinx.spark</groupId >
18
+ <artifactId >examples-2.4_2.11</artifactId >
19
+ <version >${project.parent.version} </version >
20
+ </dependency >
21
+ <dependency >
22
+ <groupId >org.jetbrains.kotlinx.spark</groupId >
23
+ <artifactId >examples-2.4_2.12</artifactId >
24
+ <version >${project.parent.version} </version >
25
+ </dependency >
26
+ <dependency >
27
+ <groupId >org.jetbrains.kotlinx.spark</groupId >
28
+ <artifactId >examples-3.0_2.12</artifactId >
29
+ <version >${project.parent.version} </version >
30
+ </dependency >
31
+ </dependencies >
32
+
33
+ </project >
Original file line number Diff line number Diff line change 64
64
<skip >true</skip >
65
65
</configuration >
66
66
</plugin >
67
+ <plugin >
68
+ <groupId >org.sonatype.plugins</groupId >
69
+ <artifactId >nexus-staging-maven-plugin</artifactId >
70
+ <configuration >
71
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
72
+ </configuration >
73
+ </plugin >
67
74
</plugins >
68
75
</build >
69
76
</project >
Original file line number Diff line number Diff line change 63
63
<skip >true</skip >
64
64
</configuration >
65
65
</plugin >
66
+ <plugin >
67
+ <groupId >org.sonatype.plugins</groupId >
68
+ <artifactId >nexus-staging-maven-plugin</artifactId >
69
+ <configuration >
70
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
71
+ </configuration >
72
+ </plugin >
66
73
</plugins >
67
74
</build >
68
75
</project >
Original file line number Diff line number Diff line change 64
64
<skip >true</skip >
65
65
</configuration >
66
66
</plugin >
67
+ <plugin >
68
+ <groupId >org.sonatype.plugins</groupId >
69
+ <artifactId >nexus-staging-maven-plugin</artifactId >
70
+ <configuration >
71
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
72
+ </configuration >
73
+ </plugin >
67
74
</plugins >
68
75
</build >
69
76
</project >
You can’t perform that action at this time.
0 commit comments