Repository: incubator-rocketmq Updated Branches: refs/heads/master dd985d095 -> 774101da1
Improvement: Standardize build script using maven wrapper. Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/a61a82d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/a61a82d0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/a61a82d0 Branch: refs/heads/master Commit: a61a82d05cb4e66eb91e955ad65a1f950bf6e3b4 Parents: b9bd59f Author: lollipop <[email protected]> Authored: Fri Dec 23 10:42:22 2016 +0800 Committer: lollipop <[email protected]> Committed: Fri Dec 23 10:42:22 2016 +0800 ---------------------------------------------------------------------- deploy.bat | 16 ---------------- eclipse.bat | 16 ---------------- install.bat | 17 ----------------- install.sh | 28 ---------------------------- 4 files changed, 77 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a61a82d0/deploy.bat ---------------------------------------------------------------------- diff --git a/deploy.bat b/deploy.bat deleted file mode 100644 index 9cc3dae..0000000 --- a/deploy.bat +++ /dev/null @@ -1,16 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -mvn -Dmaven.test.skip=true deploy \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a61a82d0/eclipse.bat ---------------------------------------------------------------------- diff --git a/eclipse.bat b/eclipse.bat deleted file mode 100644 index 24e7313..0000000 --- a/eclipse.bat +++ /dev/null @@ -1,16 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -mvn -U eclipse:eclipse http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a61a82d0/install.bat ---------------------------------------------------------------------- diff --git a/install.bat b/install.bat deleted file mode 100644 index 550f4b0..0000000 --- a/install.bat +++ /dev/null @@ -1,17 +0,0 @@ -REM Licensed to the Apache Software Foundation (ASF) under one or more -REM contributor license agreements. See the NOTICE file distributed with -REM this work for additional information regarding copyright ownership. -REM The ASF licenses this file to You under the Apache License, Version 2.0 -REM (the "License"); you may not use this file except in compliance with -REM the License. You may obtain a copy of the License at -REM -REM http://www.apache.org/licenses/LICENSE-2.0 -REM -REM Unless required by applicable law or agreed to in writing, software -REM distributed under the License is distributed on an "AS IS" BASIS, -REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -REM See the License for the specific language governing permissions and -REM limitations under the License. - -mvn -Dmaven.test.skip=true clean package install assembly:assembly -U - http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a61a82d0/install.sh ---------------------------------------------------------------------- diff --git a/install.sh b/install.sh deleted file mode 100755 index 6a536ed..0000000 --- a/install.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env bash - -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -git pull - -rm -rf target -rm -f devenv -if [ -z "$JAVA_HOME" ]; then - JAVA_HOME=/usr/java -fi -export PATH=$JAVA_HOME/bin:$PATH -mvn clean package install assembly:assembly -U - -ln -s target/alibaba-rocketmq-broker/alibaba-rocketmq devenv
