zoukankan      html  css  js  c++  java
  • 【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)
    $

  • 相关阅读:
    winform 监视DataGridView的滚动条,加载数据
    SQL 自动生成行号
    SQL 删除重复的数据(多个字段判断),只保留一条数据
    C# 一个简单的 工厂模式 例子
    winform 重写TextBox的OnTextChanged方法(事件)
    winform 给文本框加载内容的时候 始终让文本框的滚动条到底(允许显示多行Multiline=True)
    winform 制定DataGridViewTextColumn列(更改DataGridView的Cell的状态很有用)
    winform 使用委托 实现多线程访问控件
    C# 一个简单的递归函数和 两个List<T> 合并
    ADO.NET  把数据库A的某表的数据内容复制到数据库B的某表内
  • 原文地址:https://www.cnblogs.com/viewcozy/p/4760543.html
Copyright © 2011-2022 走看看