`
yo8237233
  • 浏览: 61067 次
  • 来自: 深圳
社区版块
存档分类
最新评论

Maven项目无法引入 Maven Dependencies Libraries 问题

阅读更多
昨天在check下来maven项目之后一些配置好了,就是下载不是maven 依赖库,后面再网上找到如下解决方案。
在.classpath文件中加入如下代码就好了.


<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
     <attributes>
	<attribute name="maven.pomderived" value="true"/>
	<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
     </attributes>
</classpathentry>
分享到:
评论

相关推荐

    Apache Maven Dependency Management

    Manage your Java and JEE project dependencies with ease with this hands-on guide to Maven Overview Improve your productivity by efficiently managing dependencies. Learn how to detect and fix ...

    maven2 plugin for eclipse

    maven2的插件,用于在eclipse下进行maven2的快速配置 打开eclipse .选择菜单 window -&gt;preferences ; 在新打开的对话框的左边的一列会看到一个名为Maven2的选项。鼠标单击,然后点击右边的Local Repository Folder ...

    Android代码-gradle-maven-publish-plugin

    Gradle plugin that creates an uploadArchives task to automatically upload all of your Java, Kotlin or Android libraries to any Maven instance. This plugin is based on Chris Banes initial ...

    基于MyEclipse搭建maven+springmvc整合图文教程(含源码0

    使用Maven POM editor打开项目中的pom.xml文件,选择Dependencies,在Dependencies栏目点击Add进行,首先弹出一个搜索按钮,例如输入spring-web,就会自动搜索关于spring-web相关的jar包,我们选择3.0.5版本的spring...

    android-async-http 源码

    Latest Javadoc for 1.4.9 release are available here (also included in Maven repository): https://loopj.com/android-async-http/doc/ Features Make asynchronous HTTP requests, handle responses in ...

    uImpala:用于无处不在的游戏的 Java 引擎,由 uOS 中间件制成

    右键单击项目 -&gt; Properties -&gt; Java Build Path -&gt; Libraries -&gt; Maven Dependencies 箭头 -&gt; Native library location -&gt; Edit... -&gt; Insert Location path as replace-with-project-name/targ

    Android代码-Android-Camera2-Library

    Add the following line in your gradle dependencies : compile 'me.aflak.libraries:ezcam:X.X' Or if you use Maven : me.aflak.libraries ezcam X.X pom TextureView Important : The TextureView must be...

    Android代码-android-proguards

    Use one line to apply almost famous libraries of proguard configurations: compile 'com.infstory:proguard-snippets:1.0.0' That's it. Installation Via jcenter repositories { jcenter() } dependencies {...

    Getting Started with Android Studio

    There're several examples about dependencies and libraries (ActionBar Sherlock, Admob Ads, Google Play SDK, Google Maps v2 Api) Set up a local Maven repositories and build .aar libraries. Learn about ...

    FragmentTransactionBuilder:这以优雅的方式围绕 FragmentTransactions

    MinSDk 为 9包括在您的项目中克隆这个 repo 或跳过转到您的 build.gradle 文件dependencies{ // Maven coming soon! // or locally in the a folder named "Libraries" compile project( ' :Libraries:...

    FlowUpdater:免费和开源解决方案来更新Minecraft

    FlowUpdater安装Gradle在您... maven { url " https://jitpack.io/ " name = " JitPack " } } 并在您的dependencies块中:dependencies { implementation ' fr.flowarg:flowupdater:VERSION '}玛文&lt; repo

    NavigationTabStrip:导航标签条,交互流畅

    Thank you for using our libraries. 下载 您可以从GitHub的下载.aar 。 或使用Gradle jCenter: dependencies { repositories { mavenCentral() maven { url ' http://dl.bintray.com/gigamole/maven

    SlideImageView:简单便捷的库,可让您通过视图滑动图像

    Thank you for using our libraries. 下载 您可以从GitHub的下载.aar 。 或使用Gradle jCenter: dependencies { repositories { mavenCentral() maven { url ' http://dl.bintray.com/gigamole/maven

    latest-clojure-libraries:Emacs代码可从clojars中自动查找库的最新版本,并将其插入正在运行的会话中

    在clojars / maven上查找clojure库的最新版本,并使用适当的依赖向量自动填充缓冲区。 (可选)使用石榴将依赖项直接加载到正在运行的nrepl中。 安装: 编辑您的.lein / profiles.clj:plugins向量,使其包含[lein-...

    java-bigquery

    如果您将Maven与一起使用,请将其添加到pom.xml文件中。 &lt;!-- Using libraries-bom to manage versions. See ...

    Android代码-RxJava2Extensions

    RxJava 2.x implementation of extra sources, operators and components and ports of many 1.x companion libraries. Releases gradle dependencies { compile "com.github.akarnokd:rxjava2-extensions:0.20.6" ...

    grails-gradle-plugin

    Grails Gradle插件 Gradle的此插件可让您构建Grails项目。 要使用它,只需通过buildscript {}包含所需... central() // creates a maven repo for the Grails Central repository (Core libraries and plugins) } grail

    geb-spock-reports:将Geb屏幕截图集成到spock-reports库中

    geb-spock-报告 geb-spock-reports是一个库,用于将屏幕截图集成到...dependencies { testCompile ' com.aoe:geb-spock-reports:0.3.0-RC1 ' // required spock libraries testCompile " org.spockframework:spock-c

    Java人才

    Google Talent Solution Java客户端Java惯用客户端。快速开始如果您将Maven与一起使用,请将其添加到pom.xml文件中&lt; dependencyManagement&gt; &lt; dependencies&gt; &lt; dependency&gt; &lt; groupId&gt;...

    Java跟踪

    Google Stackdriver Trace Client for Java 用于Java惯用客户端。快速开始如果您将Maven与一起使用,请将其添加到pom.xml文件中。 &lt; dependencyManagement&gt; &lt; dependencies&gt; &lt; dependency&gt; &lt; groupId&gt;...

Global site tag (gtag.js) - Google Analytics