File tree Expand file tree Collapse file tree 2 files changed +43
-30
lines changed
src/test/java/ldbc/snb/datagen/test/csv Expand file tree Collapse file tree 2 files changed +43
-30
lines changed Original file line number Diff line number Diff line change 7
7
<modelVersion >4.0.0</modelVersion >
8
8
<groupId >ldbc.snb.datagen</groupId >
9
9
<artifactId >ldbc_snb_datagen</artifactId >
10
- <version >0.1</version >
11
- <build >
12
- <plugins >
13
- <plugin >
14
- <artifactId >maven-assembly-plugin</artifactId >
15
- <version >2.4</version >
16
- <configuration >
17
- <descriptorRefs >
18
- <descriptorRef >jar-with-dependencies</descriptorRef >
19
- </descriptorRefs >
20
- <archive >
21
- <manifest >
22
- <mainClass >ldbc.snb.datagen.generator.LDBCDatagen</mainClass >
23
- </manifest >
24
- </archive >
25
- <finalName >ldbc_snb_datagen</finalName >
26
- <appendAssemblyId >false</appendAssemblyId >
27
- </configuration >
28
- </plugin >
29
- <plugin >
30
- <groupId >org.apache.maven.plugins</groupId >
31
- <artifactId >maven-compiler-plugin</artifactId >
32
- <version >3.1</version >
33
- <configuration >
34
- <compilerVersion >1.6</compilerVersion >
35
- </configuration >
36
- </plugin >
37
- </plugins >
38
- </build >
39
- <dependencies >
10
+ <version >0.2.5</version >
11
+ <dependencies >
12
+ <dependency >
13
+ <groupId >junit</groupId >
14
+ <artifactId >junit</artifactId >
15
+ <version >4.12</version >
16
+ <scope >test</scope >
17
+ </dependency >
40
18
<dependency >
41
19
<groupId >xerces</groupId >
42
20
<artifactId >xercesImpl</artifactId >
88
66
<version >3.4.1</version >
89
67
</dependency >
90
68
</dependencies >
69
+ <build >
70
+ <plugins >
71
+ <plugin >
72
+ <artifactId >maven-assembly-plugin</artifactId >
73
+ <version >2.4</version >
74
+ <configuration >
75
+ <descriptorRefs >
76
+ <descriptorRef >jar-with-dependencies</descriptorRef >
77
+ </descriptorRefs >
78
+ <archive >
79
+ <manifest >
80
+ <mainClass >ldbc.snb.datagen.generator.LDBCDatagen</mainClass >
81
+ </manifest >
82
+ </archive >
83
+ <finalName >ldbc_snb_datagen</finalName >
84
+ <appendAssemblyId >false</appendAssemblyId >
85
+ </configuration >
86
+ </plugin >
87
+ <plugin >
88
+ <groupId >org.apache.maven.plugins</groupId >
89
+ <artifactId >maven-compiler-plugin</artifactId >
90
+ <version >3.1</version >
91
+ <configuration >
92
+ <compilerVersion >1.6</compilerVersion >
93
+ </configuration >
94
+ </plugin >
95
+ </plugins >
96
+ </build >
91
97
</project >
Original file line number Diff line number Diff line change
1
+ package ldbc .snb .datagen .test .csv ;
2
+
3
+ /**
4
+ * Created by aprat on 22/12/15.
5
+ */
6
+ public class ColumnSet {
7
+ }
You can’t perform that action at this time.
0 commit comments