Skip to content

Commit ec9b61b

Browse files
莫正华莫正华
莫正华
authored and
莫正华
committed
upgrade to tis-solr2.0
0 parents  commit ec9b61b

File tree

2,404 files changed

+457892
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,404 files changed

+457892
-0
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
**/target
2+
**/log.dir*
3+
**/src/main/webapp/WEB-INF/lib
4+
**/src/main/webapp/WEB-INF/classes
5+
**/.settings
6+
**/.classpath
7+
**/.project
8+
**/*.tar.gz
9+
**/tree.txt
10+
**/*.xml.orig
11+
**/.idea
12+
*.jar
13+
*.ipr
14+
*.iml
15+
*.iws
16+
*.versionsBackup
17+
*.swp

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello

acall.bat

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
git add -A
2+
git commit -m"update all"
3+
git push origin master

appinfo

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
app_language=java
2+
app_container=jetty
3+
app_packagetype=war

create-ln.sh

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
rm -f /opt/data/tis/libs/plugins/*.jpi
2+
rm -f /opt/data/tis/libs/plugins/*.tpi
3+
4+
ln -s /Users/mozhenghua/j2ee_solution/project/plugins/tis-hdfs-plugin/target/tis-hdfs-plugin.tpi /opt/data/tis/libs/plugins/tis-hdfs-plugin.tpi
5+
ln -s /Users/mozhenghua/j2ee_solution/project/plugins/tis-hive-flat-table-builder-plugin/target/tis-hive-flat-table-builder-plugin.tpi /opt/data/tis/libs/plugins/tis-hive-flat-table-builder-plugin.tpi
6+
ln -s /Users/mozhenghua/j2ee_solution/project/plugins/tis-k8s-plugin/target/tis-k8s-plugin.tpi /opt/data/tis/libs/plugins/tis-k8s-plugin.tpi
7+
ln -s /Users/mozhenghua/j2ee_solution/project/plugins/tis-asyncmsg-rocketmq-plugin/target/tis-asyncmsg-rocketmq-plugin.tpi /opt/data/tis/libs/plugins/tis-asyncmsg-rocketmq-plugin.tpi
8+
9+
#for tis-scala-compiler-dependencies
10+
rm -f /opt/data/tis/libs/tis-scala-compiler-dependencies/*
11+
cd /Users/mozhenghua/j2ee_solution/project/tis-saturn2/tis-scala-compiler-dependencies
12+
mvn dependency:copy-dependencies
13+
mkdir -p /opt/data/tis/libs/tis-scala-compiler-dependencies
14+
ln -s /Users/mozhenghua/j2ee_solution/project/tis-saturn2/tis-scala-compiler-dependencies/target/dependency/* /opt/data/tis/libs/tis-scala-compiler-dependencies
15+
16+
17+
#/Users/mozhenghua/Desktop/j2ee_solution/project/tis-ibatis/target/dependency
18+
rm -f /opt/data/tis/libs/tis-ibatis/*
19+
cd /Users/mozhenghua/Desktop/j2ee_solution/project/tis-ibatis
20+
mvn clean package -Dmaven.test.skip=true
21+
mvn dependency:copy-dependencies
22+
mkdir -p /opt/data/tis/libs/tis-ibatis
23+
ln -s /Users/mozhenghua/Desktop/j2ee_solution/project/tis-ibatis/target/dependency/* /opt/data/tis/libs/tis-ibatis
24+
ln -s /Users/mozhenghua/Desktop/j2ee_solution/project/tis-ibatis/target/*.jar /opt/data/tis/libs/tis-ibatis

deploy-assemble-local.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
for m in solr-webapp tis-assemble tis-collection-info-collect tis-console tis-index-builder tis-scala-compiler-dependencies tis-web-start
4+
do
5+
cd $m
6+
echo "start deploy $m"
7+
mvn com.qlangtech.tis:tisasm-maven-plugin:1.0.2:put
8+
done

deploy.bat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mvn compile deploy -Dmaven.test.skip=true

install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mvn clean install -Dmaven.test.skip=true -Dappname=all -o

maven-tpi-plugin/.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
**/target
2+
**/log.dir*
3+
**/src/main/webapp/WEB-INF/lib
4+
**/src/main/webapp/WEB-INF/classes
5+
**/.settings
6+
**/.classpath
7+
**/.project
8+
**/*.tar.gz
9+
**/*.xml.orig
10+
**/.idea
11+
*.jar
12+
*.ipr
13+
*.iml
14+
*.iws
15+
*.versionsBackup
16+
*.swp

maven-tpi-plugin/.hgignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.settings
2+
.idea
3+
target
4+
.classpath
5+
.project
6+
syntax:glob
7+
*.log
8+
syntax:glob
9+
*.iml

maven-tpi-plugin/.hgtags

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
29a2a0ff369456f68e2f0f772a04428829335763 jbake-maven-plugin-0.0.1
2+
a4cc0a5a7e191369db77919f9bb1424693f0ec8e jbake-maven-plugin-0.0.2
3+
dac515355fb76185faba67020f44735a00e9fdd6 jbake-maven-plugin-0.0.3
4+
3cefc1a3c056ef859960b0cdcc0ceca49bfbc9da jbake-maven-plugin-0.0.4
5+
cf9b1156b7ca9818a11814b19274fec23109c880 jbake-maven-plugin-0.0.5
6+
d2a88144f8c8b75504a6fafdce28eccc74e488cf jbake-maven-plugin-0.0.6

maven-tpi-plugin/.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: java
2+
3+
4+
jdk:
5+
- oraclejdk7
6+
- openjdk6

maven-tpi-plugin/README.asciidoc

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
= TIS Maven Plugin
2+
baisui
3+
4+
maven-tpi-plugin is a Maven plugin allowing you to development tis plugin TIS app. This is the official version published at
5+
the following Maven coordinates:
6+
7+
----
8+
<dependency>
9+
<groupId>com.qlangtech.tis.tools</groupId>
10+
<artifactId>maven-tpi-plugin</artifactId>
11+
<version>1.0.0</version>
12+
</dependency>
13+
----
14+
15+
==
16+
the first version 1.0.0 just support tis plugin package *.tip artifact

0 commit comments

Comments
 (0)