eclipse 中的 maven run configurations
eclipse 中maven
1. build
1.1 ${build_files}
Returns the set of absolute file system paths whose modification caused the current build. A list of the characters, 'a' (added), 'c' (changed), 'r' (removed), 'f' (files only), 'd' (directories only), can be supplied as an argument to limit the file list to just those types of deltas. Defaults to all deltas.
翻译: 返回文件在系统中的绝对路径,这个路径被当前的构建所修改,这里有一系列的可供操作的功能:“a” 增加,“c”改变,“r” 移除,“f” 文件,“d” 目录,这个可以作为参数列表限制文件,默认使用全部的参数。
1.2 ${build_project}
Returns the absolute file system path of the project currently being built, or the absolute file system path of the resource identified by an optional argument interpreted as a path relative to the project currently being built.
翻译: 返回当前正在构建的文件绝对路径,或者可以通过一个可选的参数解释作为相对于当前项目构建路径,描述当前资源的绝对路径
1.3 ${build_type}
Returns the type of build being performed - "incremental", "full", "auto", or "none".
翻译: 返回执行的构建类型-“增量”,“全部”,“自动”,“没有”
${eclipse_home}
The location of the base installation for the running platform, 翻译: eclipse的启动和安装位置
${selected_resource_path}
Returns the workspace relative path of the selected resource. 翻译: 返回所选资源的工作空间相对路径。
${workspace_loc}
Returns the absolute file system path of the workspace root. When an argument is specified, the absolute file system path of the resource identified by a workspace relative path is returned.
翻译: 返回当前工作空间根的绝对路径,当一个参数是制定的,这个资源的绝对路径会根据工作空间的相对路径返回
### ${workspace_project_locations} Expands to the locations of all workspace projects 扩大到所有工作项目的位置
最终选择:
${workspace_loc:/${selected_resource_name}}
转载于:https://my.oschina.net/dylw/blog/699671
上一篇: 整数划分问题
推荐阅读
-
将Eclipse中的项目迁移到Android Studio中的方法
-
Eclipse中误删除的文件该怎么找回?
-
Eclipse中php插件安装及Xdebug配置的使用详解
-
如何在eclipse中添加android ADT ADT插件的安装图文教程
-
maven项目在实践中的构建管理之路的方法
-
maven安装以及eclipse配置maven的方法
-
eclipse springboot工程打war包方法及再Tomcat中运行的方法
-
eclipse怎么新建git分支? eclipse中git创建分支的方法
-
解决eclipse中egit中的cannot open git-upload-pack问题
-
Eclipse右键菜单中的新建菜单怎么设置初始化选项?