• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Something weird with Maven

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Help, i don't know what it's going on)
I pulled and installed spring modules to local maven repository. There were no problems.
http://www.mkyong.com/maven/how-to-include-library-manully-into-maven-local-repository/

View1 (Screen2). Local Repository


View2 (Screen3). Pom file in IDEA

But now continues something strange. Import statements is red. IDEA doesn't see this modules and package org.springframework, notwithstanding it is present either in repository and dependencies.
View3 (Screen1)
Screen with import statements.
screen2.jpg
[Thumbnail for screen2.jpg]
screen3.jpg
[Thumbnail for screen3.jpg]
screen1.jpg
[Thumbnail for screen1.jpg]
 
Ranch Hand
Posts: 239
12
Scala IntelliJ IDE Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use Eclipse, not IntelliJ but I noticed that in the screen1 graphic there is a green box in the upper right that says that Maven projects need imported....maybe that is what needs to happen?
reply
    Bookmark Topic Watch Topic
  • New Topic