maven
英 [ˈmeɪvn]
美 [ˈmeɪvn]
n. 专家; 内行
复数:mavens
COCA.21165
牛津词典
noun
- 专家;内行
an expert on sth
英英释义
noun
- someone who is dazzlingly skilled in any field
双语例句
- Maven: The Apache Maven project provides a build system that incorporates many best practices, including JUnit.
Maven:ApacheMaven项目提供的构建系统集成了许多最佳实践,包括JUnit。 - It is available for immediate download, or can be added to a project by adding Maven dependencies.
你可以直接下载,或者增加Maven的依赖,把它添加到项目里面。 - The other reason is that Ivy supports managing dependencies that are not in a Maven repository.
另一个理由是Ivy支持Maven库中所没有的管理依赖。 - You can try running Maven inside the sample application's top directory.
可以尝试在示例应用程序的顶层目录中运行Maven。 - This Maven command will compile the service code and create the jaxws-calculator-service-1.0.war file in the target/ subdirectory.
这个Maven命令将编译服务代码,并在target/subdirectory中创建jaxws-calculator-service-1.0.war文件。 - Build systems like Maven and Ivy make modularity visible to developers, if not end users.
不过,像Maven和Ivy这样的构建系统可以让模块化特性对开发者是可见的,甚至对最终用户也是可见的。 - A new build and test infrastructure of Quartz has been implemented leveraging Maven and Hudson continuous integration tools.
Quartz实现了新的构建及测试基础设施,其中使用了Maven和持续集成工具Hudson。 - Other standard Maven plug-ins are installed in the same parent directory, such as the maven-surefire-plugin and maven-install-plugin directories.
其他标准Maven插件都安装在同一个上级目录中,例如maven-surefire-plugin和maven-install-plugin目录。 - Like Maven, Rails, and AppFuse, Grails scaffolds out a standard directory structure for you.
同Maven、Rails和AppFuse一样,Grails会建立一个标准的目录结构。 - Create a Maven plug-in "mojo" class ( a class that extends AbstractMojo).
创建一个Maven插件“mojo”类(一个扩展AbstractMojo的类)。