File tree Expand file tree Collapse file tree 5 files changed +59
-10
lines changed Expand file tree Collapse file tree 5 files changed +59
-10
lines changed Original file line number Diff line number Diff line change 9
9
</description >
10
10
<build >
11
11
<plugins >
12
+ <plugin >
13
+ <groupId >org.apache.maven.plugins</groupId >
14
+ <artifactId >maven-assembly-plugin</artifactId >
15
+ <version >2.2-beta-5</version >
16
+ <configuration >
17
+ <filters >
18
+ <filter >src/assemble/filter.properties</filter >
19
+ </filters >
20
+ <descriptors >
21
+ <descriptor >src/assemble/distribution.xml</descriptor >
22
+ </descriptors >
23
+ <tarLongFileMode >gnu</tarLongFileMode >
24
+ </configuration >
25
+ </plugin >
26
+
12
27
<plugin >
13
28
<groupId >org.apache.maven.plugins</groupId >
14
29
<artifactId >maven-compiler-plugin</artifactId >
40
55
</dependency >
41
56
</dependencies >
42
57
<repositories >
43
- <repository >
44
- <id >sourceforge</id >
45
- <url >https://oss.sonatype.org/content/repositories/sourceforge-snapshots</url >
46
- <releases >
47
- <enabled >true</enabled >
48
- </releases >
49
- <snapshots >
50
- <enabled >true</enabled >
51
- </snapshots >
52
- </repository >
58
+ <repository >
59
+ <id >terracotta-snapshots</id >
60
+ <url >http://www.terracotta.org/download/reflector/snapshots</url >
61
+ </repository >
53
62
</repositories >
54
63
55
64
</project >
Original file line number Diff line number Diff line change
1
+ <assembly >
2
+ <id >distribution</id >
3
+ <formats >
4
+ <format >tar.gz</format >
5
+ </formats >
6
+ <fileSets >
7
+ <fileSet >
8
+ <directory >target</directory >
9
+ <includes >
10
+ <include >*.jar</include >
11
+ <include >*.sources.jar</include >
12
+ <include >*.javadoc.jar</include >
13
+ </includes >
14
+ <outputDirectory >/</outputDirectory >
15
+ </fileSet >
16
+ <fileSet >
17
+ <directory >${basedir}/src/assemble</directory >
18
+ <includes >
19
+ <include >*.sh</include >
20
+ <include >README</include >
21
+ </includes >
22
+ <filtered >true</filtered >
23
+ <outputDirectory >/</outputDirectory >
24
+ </fileSet >
25
+ </fileSets >
26
+ <dependencySets >
27
+ <dependencySet >
28
+ <outputDirectory >/</outputDirectory >
29
+ <unpack >false</unpack >
30
+ <scope >compile</scope >
31
+ </dependencySet >
32
+ <dependencySet >
33
+ <outputDirectory >/</outputDirectory >
34
+ <unpack >false</unpack >
35
+ <scope >provided</scope >
36
+ </dependencySet >
37
+ </dependencySets >
38
+
39
+ </assembly >
Original file line number Diff line number Diff line change
1
+ java -Xms200m -Xmx200m -cp " .:./ehcache-search-sample-0.0.1-SNAPSHOT.jar:./ehcache-core-2.3.1-SNAPSHOT.jar:slf4j-api-1.5.11.jar:slf4j-jdk14-1.5.11.jar" org.sharrissf.sample.EhcacheSearchPlaying
You can’t perform that action at this time.
0 commit comments