-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstructions.txt
58 lines (41 loc) · 1.21 KB
/
instructions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Importing module dependencies in to maven
custom-channel-api.jar
mvn install:install-file \
-Dfile=/opt/tibco/be60/be/6.0/lib/cep-channel-api.jar \
-DgroupId=com.tibco.be \
-DartifactId=cep-channel-api \
-Dversion=6.0.0 \
-Dpackaging=jar \
-DgeneratePom=true
cep-common
mvn install:install-file \
-Dfile=/opt/tibco/be60/be/6.0/lib/cep-common.jar \
-DgroupId=com.tibco.be \
-DartifactId=cep-common \
-Dversion=6.0.0 \
-Dpackaging=jar \
-DgeneratePom=true
cep-core
mvn install:install-file \
-Dfile=/opt/tibco/be60/be/6.0/lib/cep-base.jar \
-DgroupId=com.tibco.be \
-DartifactId=cep-base \
-Dversion=6.0.0 \
-Dpackaging=jar \
-DgeneratePom=true
cep-drivers
mvn install:install-file \
-Dfile=/opt/tibco/be60/be/6.0/lib/cep-drivers.jar \
-DgroupId=com.tibco.be \
-DartifactId=cep-drivers \
-Dversion=6.0.0 \
-Dpackaging=jar \
-DgeneratePom=true
cep-kernel
mvn install:install-file \
-Dfile=/opt/tibco/be60/be/6.0/lib/cep-kernel.jar \
-DgroupId=com.tibco.be \
-DartifactId=cep-kernel \
-Dversion=6.0.0 \
-Dpackaging=jar \
-DgeneratePom=true