Import for maven:foo:bar not working at runtime
See original GitHub issueThis compiles fine import "maven:postgresql:postgresql" "9.1-901-1.jdbc4";
but at runtime does not work.
ceylon run: Could not find module: postgresql\:postgresql/9.1-901-1.jdbc4 (invalid version?)
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
IntelliJ IDEA showing all maven plugins twice ... - Stack Overflow
2 Answers 2 · Reimport the maven project. IntelliJ tries to parse your pom and build an object model based on the information...
Read more >Maven dependencies | IntelliJ IDEA Documentation - JetBrains
IntelliJ IDEA lets you manage Maven dependencies in your project. You can add, import Maven dependencies, view them in the diagram, ...
Read more >Compiling Maven projects in RAD for WAS 9.0 and later ... - IBM
Problem. WebSphere Application Server V9.0 and later provide a Maven module ... From the perspective tool bar, Navigate to File -> Import.
Read more >Using Maven within the Eclipse IDE - Tutorial - Vogella.com
Validate that the Maven build is correctly configured by running the build. For this right-click the pom.xml file and select Run As Maven...
Read more >Using Maven in IntelliJ IDEA - YouTube
A hands-on demo of Maven features available in IntelliJ IDEA and how to use ... a maven project, Show structure view of POM,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
WoW !!! Thanks … now my springboot services can be started from eclipse \o/
Fixed