maven
美 [ˈmeɪvən]
英 ['meɪvən] 
- n.专家;内行
- 网络火星大气与挥发物演化任务;行家;火星大气与不稳定性变化
词形变化
复数:mavens 同义词
英汉双解
英汉解释
英英解释
例句
Maven is gaining recognition as a general build system and is beginning to outrun Java technology.
Maven将作为一个普通的构建系统,被人们重新认识,并且它将超越Java技术。
Maven automatically compiles classes that have changed before packaging the artifacts, so you do not have to worry about this.
Maven自动编译打包构件前曾经更改过的类,因此您不必担心这一点。
The next stop on this Groovy roadshow is to plug it into a build process, specifically my maven. xml file.
这个Groovy巡演中的下一站是把它装配进构建过程,特别是放在我的maven.xml文件中。
Maven introduces the concept of a common repository of JAR files accessible through a publicly available Web server (called ibiblio).
Maven引入了JAR文件公共存储库的概念,可通过公开的Web服务器访问(称为ibiblio)。
So, you've got a nicely woven Maven project, and you'd like to test Jester on your unit tests (or at least on a group of tests).
那么,您已经得到了一个精心编织的Maven项目,并且希望在单元测试(或者至少在一组测试中)中测试Jester。
Maven is a set of standards, a repository format, and a piece of software used to manage and describe projects.
Maven是一个标准,一个知识库格式,是一个管理和描述项目的软件。
His mother's brother did, too. Looking back on it, you might say the genes preordained that he would be a basketball maven.
回望一下,你或许会说可能就是这些基因的遗传就命中注定了科比天生就是块打篮球的好材料。
To understand the difference between Maven and a traditional build tool, consider the process of building a JAR file and an EAR file.
为了更好地理解Maven和传统构建工具的不同,我们来看看构建一个JAR文件和一个EAR文件的过程。
Completely scrapping Ant or Maven and using Groovy for the entire build process would be a bit extreme in this case.
完全摈弃Ant或Maven,整个构建过程都使用Groovy,在这个例子中,这样做有点极端。
Be prepared to wait a while to download your maven repository and build the Shindig WAR file.
下载maven库和构建ShindigWAR文件需要一些时间,要稍等一会。
Where Ant is only an XML scripting tool, Maven is a general build tool, focused on the notion of a project object model (POM).
Ant只是一个XML脚本工具,而Maven是一个普通的构建工具,它关注的重点是一个叫做项目对象模型(POM)的概念。
Like Maven, Rails, and AppFuse, Grails scaffolds out a standard directory structure for you.
同Maven、Rails和AppFuse一样,Grails会建立一个标准的目录结构。
So if you're having problems with dependencies in Eclipse, try running Maven at least once on the project to rectify any missing libraries.
所以如果Eclipse中的依赖关系有问题,就在项目上至少运行一次Maven来校正缺少的库。
Using Maven WAR plugin for overriding classes, configuration or other resources in general sounds like a really bad idea.
用Maven的WAR插件替换类、配置或其他资源听起来是个很糟糕的主意。
With both Maven and Subversion installed, you can proceed to installing the Geronimo source and build the system with it.
安装了Maven和Subversion,就可以继续安装Geronimo源码并用其构建系统。
For most Java developers, JAR files and their specialized cousins, WARs and EARs, are simply the end result of a long Ant or Maven process.
对于大多数Java开发人员来说,JAR文件及其“近亲”WAR和EAR都只不过是漫长的Ant或Maven流程的最终结果。
Maven: Scrum can be broken down into a few key steps.
美芬:Scrum可以分为好几个关键步骤。
To overcome this, we have to fine tune the maven-war-plugin by overriding one of its default settings, Listing 3 below shows this setting.
要解决这一问题,我们必须重新设置maven-war-plugin的一项缺省配置,该设置如下面的清单3所示。
Using Maven profiles lets you do all this without having to build explicit instructions for each environment individually.
使用Maven配置文件让您完成这些任务,而无需为每个环境分别建立明确指令。
Without Maven, each of these dependencies would need to be bundled with the sample application.
不使用Maven,每个依赖关系都需要与示例应用程序绑定在一起。
Maven scripting also lets you automatically deploy your application into a running Geronimo server.
Maven脚本还允许将应用程序自动部署到正在运行的Geronimo服务器中。
In Global project we see that maven-war-plugin overrides files from Warsaw project without any confirmation dialogs or warnings.
Global项目中,maven-war-plugin重写了Warsaw项目的文件,而没有任何确认对话框或警告信息。
As you complete this tutorial, you will gain an appreciation and understanding of the philosophy behind the design of Maven 2.
读完本教程,您会理解并欣赏Maven2背后的设计理念。
First, you need Apache Maven -- a software project-management tool that automates the building, reporting, and documentation of the project.
首先,需要ApacheMaven——一个自动化项目的构建、报告及文档建立的软件项目管理工具。
Increasingly, tools assume that features are fully and smoothly integrated, and Maven and Eclipse (even as a simple IDE) are no exceptions.
渐渐地,一些工具开始假定某些特性可以完全并且顺利地集成在一起,Maven和Eclipse(即使作为一个简单的IDE)也不例外。
Using XQuery, it takes only a few lines of code to retrieve valuable information from your Maven POM files.
使用XQuery,只需几行代码就可以从您的MavenPOM文件检索有价值的信息。
Most important, you'll be ready to apply Maven 2 to your daily project build and management activities.
最为重要的是,您将可以把Maven2应用到日常的项目构建和管理活动中。
The repository can be a plain HTTP server, an Apache Maven repository, or a Subversion repository, and is referenced via a URL.
该存储库可以是简单的HTTP服务器、ApacheMaven存储库或Subversion存储库,并通过URL进行引用。
In this case, Maven packages services within a NetKernel Module and publishes information about those services to a registry.
在这种情况下,Maven在NetKernel模块中将服务打包,并将这些服务的相关信息发布到注册项中。
The moduleId element specifies a Maven-style name for this deployment unit (also known as a configuration).
moduleId元素为这个部署单元(也称为配置)指定一个Maven风格的名称。
It reads through maven. xml and attempts to satisfy all the goals specified in the default attribute of the top-level project element.
它读取maven.xml并尝试满足顶层项目元素的默认属性中指定的所有目标。
The maven-dependency-plugin has a copy-dependencies goal that will copy your dependencies to the directory of your choosing.
maven-dependency-plugin有一个copy-dependencies,目标是将您的依赖项复制到您所选择的目录。
Maven resolves all the dependencies of an artifact by downloading them from remote repositories and building a local repository.
Maven处理一个工件的所有依赖项的方式是从远程资源库下载它们并构建一个本地资源库。
FIT also works with Maven quite nicely with the addition of a plug-in, as shown in Listing 3.
FIT通过插件,还可以很好地与Maven一起工作,如清单3所示。
The maven. dashboard. aggregators property defines which types of reports are to be aggregated in the dashboard view.
aggregators属性定义要在dashboard视图中聚合的报告类型。
You will be able to run Maven from the command line, as well as through the development environment using a plugin.
您应该能够从命令行运行Maven,以及使用插件通过开发环境运行它。
Roo delegates the call to Maven to run the tests, so therefore, perform tests is equivalent to a mvn test command.
Roo将调用委托给Maven来运行测试,因此performtests等同于mvntest命令。
As the number of Maven documents in your query increases, it might become problematic to load all the documents into memory at once.
随着您的查询中的Maven文档的数量增加,一次将所有文档加载到内存可能会引起问题。
Grape is like an enhanced, code-level implementation of Maven or Ivy.
Grape好比一个增强的、Maven或Ivy的代码级实现。
You'll use Apache Maven, a software management tool, to build the Android project for a Spring client for the Android JAX-RS web service.
您将会使用ApacheMaven(一种软件管理工具)来为AndroidJAX-RSweb服务的Spring客户端构建Android项目。