hej,

chcialam sobie utworzyc w eclipse projekt typu maven, ale trwalo to niemilosiernie dlugo, wiec znalazlam na necie przyklad jak zrobic z konsoli i zrobilam. ok, projekt mam. teraz chce zaczac pisac aplikacje. potrzebuje dodac hibernate, wiec dodaje w pliku pom odpowiednie dependency:

         <dependency>
            <groupId>hsqldb</groupId>
            <artifactId>hsqldb</artifactId>
            <version>1.8.0.7</version>
        </dependency>

no i sie zaczelo. sciaga i sciaga, zawisl na miejscu:

Downloading: http://archiva.openqa.org/repository/releases/org/apache/tapestry/tapestry-hibernate/5.1.0.5/tapestry-hibernate-5.1.0.5.jar
Downloading: http://archiva.openqa.org/repository/releases/org/apache/tapestry/tapestry-hibernate-core/5.1.0.5/tapestry-hibernate-core-5.1.0.5.jar
Downloading: http://archiva.openqa.org/repository/releases/org/hibernate/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar
Downloading: http://archiva.openqa.org/repository/releases/antlr/antlr/2.7.6/antlr-2.7.6.jar
Downloading: http://archiva.openqa.org/repository/releases/commons-collections/commons-collections/3.1/commons-collections-3.1.jar
Downloading: http://archiva.openqa.org/repository/releases/geronimo-spec/geronimo-spec-jta/1.0-M1/geronimo-spec-jta-1.0-M1.jar
Downloading: http://archiva.openqa.org/repository/releases/org/hibernate/hibernate-annotations/3.4.0.GA/hibernate-annotations-3.4.0.GA.jar
Downloading: http://archiva.openqa.org/repository/releases/org/hibernate/ejb3-persistence/1.0.2.GA/ejb3-persistence-1.0.2.GA.jar
Downloading: http://archiva.openqa.org/repository/releases/org/hibernate/hibernate-commons-annotations/3.1.0.GA/hibernate-commons-annotations-3.1.0.GA.jar
Downloading: http://archiva.openqa.org/repository/releases/org/hibernate/hibernate-c3p0/3.3.1.GA/hibernate-c3p0-3.3.1.GA.jar
 

po jakims czasie zrestartowalam eclipse ale po jego ponownym uruchomieniu i probie uruchomienia projektu znow nie ma konca tego downloading! o co chodzi? takie jest to wolne ze nie mogla utworzyc projektu uzywajac wtyczki w eclipse a teraz nie moge dociagnac zaleznosci?

czy ktos z Was wie moze co robie zle? co mam zrobic by to ruszylo?

pzdr,
misty