Skip to content

Commit cd53403

Browse files
committed
Merge branch 'bi' of github.com:ldbc/ldbc_snb_datagen into bi
2 parents 364ce60 + 00fe396 commit cd53403

File tree

2 files changed

+43
-30
lines changed

2 files changed

+43
-30
lines changed

pom.xml

Lines changed: 36 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,14 @@
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>ldbc.snb.datagen</groupId>
99
<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>
4018
<dependency>
4119
<groupId>xerces</groupId>
4220
<artifactId>xercesImpl</artifactId>
@@ -88,4 +66,32 @@
8866
<version>3.4.1</version>
8967
</dependency>
9068
</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>
9197
</project>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package ldbc.snb.datagen.test.csv;
2+
3+
/**
4+
* Created by aprat on 22/12/15.
5+
*/
6+
public class ColumnSet {
7+
}

0 commit comments

Comments
 (0)