Coder Social home page Coder Social logo

Comments (4)

lsc20051426 avatar lsc20051426 commented on May 28, 2024

can we remove this?

<repositories>
  [...]

  <repository>
    <id>consol-labs-release</id>
    <url>http://labs.consol.de/maven/repository/</url>
    <snapshots>
      <enabled>false</enabled>
    </snapshots>
    <releases>
      <enabled>true</enabled>
    </releases>
  </repository>
  <repository>
    <id>consol-labs-snapshots</id>
    <url>http://labs.consol.de/maven/snapshots-repository/</url>
    <snapshots>
      <enabled>true</enabled>
      <!-- Policy: always, daily, interval:xxx (xxx=#minutes, 60*24*7=10080), never -->
      <updatePolicy>10080</updatePolicy>
    </snapshots>
    <releases>
      <enabled>false</enabled>
    </releases>
  </repository>

  [...]
</repositories>

from citrus.

christophd avatar christophd commented on May 28, 2024

Citrus is not in maven central, so you have to keep the labs repository

from citrus.

lsc20051426 avatar lsc20051426 commented on May 28, 2024

How about put it into maven central?
because when i add the labs repository,mvn compile and mvn test cause a lot of error...
Thanks, man

from citrus.

christophd avatar christophd commented on May 28, 2024

what kind of errors? are you operating behind some firewall (maybe you cannot access the consol-labs repository server)? is there any maven repository manager setup in your environment (e.g. nexus or artifactory)? if so, you have to add the consol-labs repo to the managed list of repository servers.

from citrus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.