【Git 】$ ./gradlew idea 构建一个idea的项目
Welcome to Git (version 1.9.5-preview20150319)
Run 'git help git' to display the help index.
Run 'git help <command>' to display help for specific commands.
robin@robin-PC2 /D/JavaWorkSpace/payment/payment-facade (develop)
$ ./gradlew idea
:ideaModule
Download http://10.32.11.210:8081/nexus/content/groups/public/joda-time/joda-tim
e-hibernate/1.4/joda-time-hibernate-1.4.pom
Download http://10.32.11.210:8081/nexus/content/groups/public/org/jadira/usertyp
e/usertype.core/4.0.0.GA/usertype.core-4.0.0.GA.pom
Download http://10.32.11.210:8081/nexus/content/groups/public/org/jadira/framewo
rk/jadira.parent/4.0.0.GA/jadira.parent-4.0.0.GA.pom
Download http://10.32.11.210:8081/nexus/content/groups/public/org/jadira/framewo
rk/jadira.depmgmt/4.0.0.GA/jadira.depmgmt-4.0.0.GA.pom
Download http://10.32.11.210:8081/nexus/content/groups/public/org/jboss/weld/wel
d-core-bom/1.1.29.Final/weld-core-bom-1.1.29.Final.pom
Download http://10.32.11.210:8081/nexus/content/groups/public/org/jboss/weld/wel
d-core-parent/1.1.29.Final/weld-core-parent-1.1.29.Final.pom
Download http://10.32.11.210:8081/nexus/content/groups/public/org/jboss/weld/wel
d-parent/21/weld-parent-21.pom
Download http://10.32.11.210:8081/nexus/content/groups/public/org/jboss/weld/wel
d-api-bom/1.1.Final/weld-api-bom-1.1.Final.pom
Download http://10.32.11.210:8081/nexus/content/groups/public/org/jboss/weld/wel
d-parent/17/weld-parent-17.pom
Download http://10.32.11.210:8081/nexus/content/groups/public/org/postgresql/pos
tgresql/9.4-1201-jdbc4/postgresql-9.4-1201-jdbc4.pom
Download http://10.32.11.210:8081/nexus/content/groups/public/org/jadira/usertyp
e/usertype.spi/4.0.0.GA/usertype.spi-4.0.0.GA.pom
Download http://10.32.11.210:8081/nexus/content/groups/public/org/springframewor
k/spring-context/4.0.9.RELEASE/spring-context-4.0.9.RELEASE.pom
Download http://10.32.11.210:8081/nexus/content/groups/public/joda-time/joda-tim
e-hibernate/1.4/joda-time-hibernate-1.4.jar
Download http://10.32.11.210:8081/nexus/content/groups/public/org/jadira/usertyp
e/usertype.core/4.0.0.GA/usertype.core-4.0.0.GA.jar
Download http://10.32.11.210:8081/nexus/content/groups/public/org/postgresql/pos
tgresql/9.4-1201-jdbc4/postgresql-9.4-1201-jdbc4.jar
Download http://10.32.11.210:8081/nexus/content/groups/public/org/jadira/usertyp
e/usertype.spi/4.0.0.GA/usertype.spi-4.0.0.GA.jar
Download http://10.32.11.210:8081/nexus/content/groups/public/joda-time/joda-tim
e-hibernate/1.4/joda-time-hibernate-1.4-sources.jar
Download http://10.32.11.210:8081/nexus/content/groups/public/org/jadira/usertyp
e/usertype.core/4.0.0.GA/usertype.core-4.0.0.GA-sources.jar
Download http://10.32.11.210:8081/nexus/content/groups/public/org/postgresql/pos
tgresql/9.4-1201-jdbc4/postgresql-9.4-1201-jdbc4-sources.jar
Download http://10.32.11.210:8081/nexus/content/groups/public/org/jadira/usertyp
e/usertype.spi/4.0.0.GA/usertype.spi-4.0.0.GA-sources.jar
:ideaProject
:ideaWorkspace
:idea
BUILD SUCCESSFUL
Total time: 39.645 secs
robin@robin-PC2 /D/JavaWorkSpace/payment/payment-facade (develop)
$
【Git 】$ ./gradlew idea 构建一个idea的项目的更多相关文章
- jenkins 构建一个前端web项目
Jenkins发布web前端代码 “系统管理”“管理插件”“已安装” 检查是否有“Git plugin”和“Publish Over SSH”两个插件,如果没有,则需点击“可选插件”,找到它并安装 ...
- 使用maven构建一个helloworld maven项目
1.下载maven http://maven.apache.org/ 选择一个较新版本下下来 2.配置m2_home环境变量 先解压,新建用户变量m2_home,将bin目录添加到path变量中 3. ...
- 使用jenkins构建一个自由风格的项目
一.创建一个freestyle风格的构建项目 二.输入任务名称和选择任务类型 三.配置项目 3.1:选择代码托管 3.2:到gitlab上去配置deploy key 3.3:到jenkins服务器去生 ...
- (从零开始java开发) IDEA+MAVEN构建一个webapp骨架项目(解决一直downloading问题)
折腾了一段时间终于解决了, 可能是因为网络问题 xml一直没法访问 maven 骨架生成项目速度慢的令人发指,都在Generating project in Batch mode等待,Idea状态显示 ...
- 如何使用npm构建一个react demo项目
方法一: 1) 安装node.js环境 点我进入nodejs官网 1.1) 下载LTS(Long term support)版本,安装 1.2) 在cmd中使用以下命令查看node是否安装成功 no ...
- IDEA+MAVEN构建一个webapp骨架项目(解决一直卡在downloading plugins for问题)
下载:链接:https://pan.baidu.com/s/1jJx73H8 密码:nud0 第一步 我在上面链接下载了这个骨架xml,放进本地(你的目录默认.m2)\repository\org ...
- 利用 vue-cli 构建一个 Vue 项目
一.项目初始构建 现在如果要构建一个 Vue 的项目,最方便的方式,莫过于使用官方的 vue-cli . 首先,咱们先来全局安装 vue-cli ,打开命令行工具,输入以下命令: $ npm inst ...
- 只需两步!Eclipse+Maven快速构建第一个Spring Boot项目
随着使用Spring进行开发的个人和企业越来越多,Spring从一个单一简介的框架变成了一个大而全的开源软件,最直观的变化就是Spring需要引入的配置也越来越多.配置繁琐,容易出错,让人无比头疼, ...
- 使用Gradle构建多模块SpringBoot项目
使用Gradle构建多模块SpringBoot项目 本项目使用Gradle构建SpringBoot项目,将不同的业务进行不同的模块划分(不做微服务与分布式架构); - 编辑器:Intellij IDE ...
随机推荐
- What is a heap?--reference
A heap is a partially sorted binary tree. Although a heap is not completely in order, it conforms to ...
- JS ||与&&总结
|| 从左到右 只要有一个为真 则返回那个真值:如果尤为假则返回最后一个假值 && 从左到右 只要有一个为假 则返回那个假值:如果都为真则返回最后一个真值
- linux系统下搭建自己的web服务器
之前在windows 2008 server上搭建了一个用于测试的web服务器,但是在打开网站的时候特别的慢,尤其是图片的加载都会失败,当时以为是路径的问题,但是在服务器上自己打开都特别慢,自己实在找 ...
- 关于ER图和UML图之间的对比
ER图与UML图 ER图:实体-联系图(Entity-Relation Diagram)用来建立数据模型,在数据库系统概论中属于概念设计阶段,ER图提供了表示实体(即数据对象).属性和联系的方法,用来 ...
- JavaScript高级程序设计(第三版)学习,第一次总结
Array类型 var arr = []; arr.length; //返回数组元素个数 改变length可以动态改变数组大小 检测数组 instanceof可以检测某个对象是否是数组,限制:只能是一 ...
- 工作流引擎Activiti使用总结
http://www.kafeitu.me/activiti/2012/03/22/workflow-activiti-action.html 1.简单介工作流引擎与Activiti 对于工作流引擎的 ...
- php 文件缓存
http://www.oschina.net/code/snippet_162279_6098 <?php class cache { private static $_instan ...
- 禁止button响应回车(.net页面)
1. 深层次来说这不是 ASP.NET 的问题, 而是 html form 的 submit 按钮就是如何设计的. 当你的光标焦点进入某个表单元素的时候,会激活该表单中第一个(流布局顺从左到右,从上至 ...
- Loadrunner测试json接口
1. loadrunner + json说明 使用lr测试json接口,向服务端发送json格式请求,接收处理返回响应数据. 主要用到函数: 1)web_custon_request 2)web_re ...
- ### C++总结-[类成员函数]
C++类中的常见函数. #@author: gr #@date: 2015-07-23 #@email: forgerui@gmail.com 一.constructor, copy construc ...