E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
MOJO
maven 仓库地址
http://mvnrepository.com/ http://mvnrepository.com/artifact/org.codehaus.
mojo
.archetypes 共有的仓库
a330488020
·
2012-08-18 15:00
maven
maven与Findbugs集成
/details/7757567今天说说mavenfindbugs插件集成,首先修改工程的pom.xml文件,添加findbugs-maven-plugin插件,如下: org.codehaus.
mojo
jokes000
·
2012-08-16 13:00
html
maven
Build
任务
报表
plugins
maven 之 插件收集 之二(java mainClass, exec)
1.执行一个.exe程序或javaMain-class
org.codehaus.
mojo
小骏骏
·
2012-08-07 10:00
maven 之 插件收集 之一
1.定义java源代码目录
org.codehaus.
mojo
build-helper-maven-plugin
小骏骏
·
2012-07-26 10:00
maven
plugin
Maven Dashboard Plugin集成
org.codehaus.
mojo
dashboard-maven-plugin 1.0.0-beta-1 ... Dash
kongxx
·
2012-07-18 08:00
maven
properties
plugins
Maven Cobertura Plugin集成
org.codehaus.
mojo
cobertura-maven-plugin 2.5.1 ... 首先运行“mvncobertu
kongxx
·
2012-07-18 08:00
maven
测试
任务
报表
plugins
Maven Findbugs Plugin集成
org.codehaus.
mojo
findbugs-maven-plugin 2.5.1/version> true Max
kongxx
·
2012-07-18 08:00
maven
任务
报表
plugins
maven 自动生成运行脚本插件appassembler-maven-plugin
比如说不同的启动脚本,可以如下配置 org.codehaus.
mojo
appassembl
zhengvgh
·
2012-07-10 18:06
maven
maven-plugins
appassembler
maven实现项目远程部署到tomcat7
1.配置远程的tomcat7,修改conf下的tomcat-users.xml文件,如下: 2.在POM中加入部署插件,如下: org.codehaus.
mojo
tomcat-maven-plugin
夕水溪下
·
2012-07-10 16:00
maven
tomcat
部署
远程
7
开发自己的Maven插件之五:创建简单的report plugin
mvnarchetype:create-DgroupId=org.freebird-DartifactId=myreport-DarchetypeArtifactId=maven-archetype-
mojo
2
sheismylife
·
2012-07-03 15:00
开发自己的Maven插件之四:基本概念
archetype:create -DgroupId=com.freebird -DartifactId=plugin-example1 -DarchetypeArtifactId=maven-archetype-
mojo
sheismylife
·
2012-07-03 11:00
maven
javadoc
dependencies
Descriptor
Annotations
开发自己的Maven插件之四:基本概念
mvnarchetype:create-DgroupId=com.freebird-DartifactId=plugin-example1-DarchetypeArtifactId=maven-archetype-
mojo
isiqi
·
2012-07-03 11:00
maven插件
开发自己的Maven插件之一:hello world
这里要理解一个术语:
mojo
,就是MavenPlainOldJavaObject,也就是一个普通的Java类。我们需要
mojo
的api库,所以在p
sheismylife
·
2012-07-02 18:00
开发自己的Maven插件之一:hello world
这里要理解一个术语:
mojo
,就是Maven Plain Old Java Object,也就是一个普通的Java类。我们需要
mojo
的a
isiqi
·
2012-07-02 18:00
Hello world
Maven创建主工程和子工程
Createasimpleproject(skiparchetypeselection) 2.创建根项目 GroupId:项目或者组织的唯一标志,并且配置时生成的路径也是由此生成,如org.codehaus.
mojo
jbgtwang
·
2012-06-28 17:00
将maven创建的java工程部署到tomcat中运行
tomcat6 tomcat tomcat 2.法1:在pom中配置 testdemo org.codehaus.
mojo
jbgtwang
·
2012-06-27 17:00
java
maven
tomcat
Build
plugins
maven配置tomcat并设置参数
<build> <plugins> <plugin> <groupId>org.codehaus.
mojo
stantsang
·
2012-06-26 17:00
tomcat
maven集成tomcat进行web应用测试
apache-tomcat-6.0.32jdk:jdk1.5.0_11eclipse:3.7.22、配置tomcat-maven-plugin在pom.xml中加入如下配置 org.codehaus.
mojo
vivus
·
2012-06-15 16:00
maven
tomcat
plugin
pom
Maven解决: Failed to execute goal org.codehaus.
mojo
:buildnumber-maven-plugin
[ERROR] Failed to execute goal org.codehaus.
mojo
:buildnumber-maven-plugin:1.0-beta-4:create (default)
wenjinglian
·
2012-06-08 12:00
maven
Maven plugin中的lifecycle、phase、goal、
mojo
概念及作用的理解
首先,说些题外话,maven的plugin真的很容易写,很多时候,我们只是被plugin这个词吓倒了,总以为插件这玩意,是专家才能写的,我maven都没精通,怎么写得出自己的plugin呢,其实不然,起码在maven中,写一个自己的plugin还是非常简单的,其它软件的插件,要看情况,有些的确是要天才级人物才写得出,有一些呢,也无非是用别人做的傻瓜程
欣水寓言
·
2012-06-03 21:00
maven
maven 自动生成运行脚本插件appassembler-maven-plugin
比如说不同的启动脚本,可以如下配置 <plugin> <groupId>org.codehaus.
mojo
</gr
lavafree
·
2012-04-27 20:00
plugin
hibernate3-maven-plugin 配置
根据表结构导出java类,如下是根据JPA的配置信息导出建表脚本的例子: <plugin> <groupId>org.codehaus.
mojo
kabuka
·
2012-04-06 17:00
hibernate3
Maven执行Main方法(不依赖于classpath)及依赖查看(三)
它不是Maven核心插件,但它可以从Codehaus的
Mojo
qian_348840260
·
2012-03-29 17:00
java
maven
jar
tree
assembly
plugins
MyEclipse maven install 时Unable to load the
mojo
'war' in the plugin解决办法
今天在工作中遇到一个很郁闷的问题,用myeclipse的maven插件mvn install的时候老是失败,报错如下: [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] -----------------------------
hufuli
·
2012-03-14 15:00
MyEclipse
Maven远程部署web工程到Tomcat7中
tomcat-users.xml文件中如下配置: Maven工程中pom.xml文件如下配置: org.codehaus.
mojo
tomcat-maven-plugin http://192.168.1.200
晨曦之光
·
2012-03-09 15:00
maven发布第三方jar的一些问题
deploy:deploy-file命令 有许多参数,具体可查看 http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-
mojo
.html
zk1878
·
2012-03-05 11:00
maven
maven-deploy
maven发布第三方jar的一些问题
deploy:deploy-file命令 有许多参数,具体可查看 http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-
mojo
.html
zk1878
·
2012-03-05 11:00
maven
maven-deploy
gwt-maven-plugin
<plugin> <groupId>org.codehaus.
mojo
</groupId> <artifactId>gwt-maven-plugin
yonglin4605
·
2012-02-21 16:00
plugin
appassembler-maven-plugin
http://
mojo
.codehaus.org/appassembler/appassembler-maven-plugin/usage-program.html...org.codehaus.mojoappassembler-maven-plugin1.2conftruetrue
dawnming
·
2012-02-16 16:04
MAVEN
appassembler-maven-plugin
http://
mojo
.codehaus.org/appassembler/appassembler-maven-plugin/usage-program.html ...
dawnming
·
2012-02-16 16:00
如何编写maven plugin(二) 注入
Mojo
是一个很简单的JavaBean模式的类,你会发现
Mojo
所继承的AbstractMojo里面之后非常少的方法。那我们需要在
Mojo
.execute里面获取当前运行中的上下文如何处理呢?
爱国者
·
2012-02-06 11:00
java
maven
plugin
maven2预编译JSP
在pom.xml中加入以下代码: org.codehaus.
mojo
jspc-maven-plugin <!
山哥
·
2012-02-03 22:00
maven jetty plugin relevent parameters page
http://jetty.codehaus.org/jetty/maven-plugin/run-
mojo
.htmlhttp://docs.codehaus.org/display/JETTY/Maven
·
2012-01-26 00:00
parameter
maven jetty plugin relevent parameters page
http://jetty.codehaus.org/jetty/maven-plugin/run-
mojo
.htmlhttp://docs.codehaus.org/display/JETTY/Maven
·
2012-01-26 00:00
parameter
通过buildnumber-maven-plugin把svn版本号打入jar或war包中
配置: org.codehaus.
mojo
buildnumber-maven-plugin 1.0 validate create true true 打入jar包: org.apache.maven.plugins
hxpjava1
·
2012-01-17 18:00
SVN
jar
maven下载依赖的问题
Project ID: org.codehaus.
mojo
:build-helper-maven-plugin Reason: POM '
Trinea
·
2012-01-16 16:00
maven
maven下载依赖的问题
Project ID: org.codehaus.
mojo
:build-helper-maven-plugin Reason: POM '
Trinea
·
2012-01-16 16:00
maven
Hudson 持续集成 maven项目
在项目的pom文件build->plugins中增加插件 <plugin> <groupId>org.codehaus.
mojo
<
zhb1208
·
2012-01-04 10:00
hudson
Maven远程部署web工程到Tomcat7中
tomcat-users.xml文件中如下配置: Maven工程中pom.xml文件如下配置: org.codehaus.
mojo
tomcat-maven-plugin http://192.168.1.200
sheismylife
·
2011-11-29 15:00
maven
tomcat
Web
server
encoding
maven Multiple sourceDirectory插件
找到一个插件可以设置多个source directory http://
mojo
.codehaus.
comeonbabye
·
2011-11-08 10:00
maven
用maven 发布到tomcat
1.pom.xml安装tomcat-maven-plugin <plugin> <groupId>org.codehaus.
mojo
</groupId>
lavafree
·
2011-10-17 16:00
maven
tomcat
deploy
CheckStyle、cobertura、Findbugs与Maven2的集成[转]
将 CheckStyle(http://maven.apache.org/plugins/maven-checkstyle-plugin/usage.html )、FindBugs(http://
mojo
.codehaus.org
zhaohaolin
·
2011-10-16 23:00
checkstyle
开发自己的Maven插件
first-maven-plugin-DarchetypeGroupId=org.apache.maven.archetypes-DarchetypeArtifactId=maven-archetype-
mojo
yaowj2
·
2011-09-20 17:00
java
maven
String
object
Build
output
Maven+Eclipse 中使用tomcat
-- --> <plugin> <groupId>org.codehaus.
mojo
</groupId> <artifactId
SaberHaha
·
2011-09-16 01:00
eclipse
Maven+Eclipse 中使用tomcat
-- --> <plugin> <groupId>org.codehaus.
mojo
</groupId> <artifactId
SaberHaha
·
2011-09-16 01:00
eclipse
Maven 插件点滴总结
官方的插件集合:http://maven.apache.org/plugins/index.htmlhttp://
mojo
.codehaus.org/plugins.html jetty插件org.mortbay.jettymaven-jetty-plugin6.1.6
x_jie130
·
2011-08-26 14:22
maven
职场
休闲
Mavenplugin中的lifecycle、phase、goal、
mojo
概念及作用的理解
转自:http://www.24xuexi.com/w/2011-05-04/89332.html另外一篇文章可以参考:http://maven.apache.org/guides/plugin/guide-java-plugin-development.html 首先,说些题外话,maven的plugin真的很容易写,很多时候,我们只是被plugin这个词吓倒了,总以为插件这玩意,是专家才
ivyuhen
·
2011-08-16 13:07
maven
职场
lifecycle
phase
休闲
Mavenplugin中的lifecycle、phase、goal、
mojo
概念及作用的理解
转自:http://www.24xuexi.com/w/2011-05-04/89332.html另外一篇文章可以参考:http://maven.apache.org/guides/plugin/guide-java-plugin-development.html首先,说些题外话,maven的plugin真的很容易写,很多时候,我们只是被plugin这个词吓倒了,总以为插件这玩意,是专家才能写的,
ivyuhen
·
2011-08-16 13:07
职场
休闲
maven
maven
use hibernate3-maven to export sql based on entity
<plugin> <groupId>org.codehaus.
mojo
</groupId> <artifactId>hibernate3
IvanLi
·
2011-08-07 18:00
hibernate3
WebOS-Developer Guide【DOC】二
* Developing
Mojo
Applications 它主要是开发WebOS1.x和2.x。主要是
MyEyeOfJava
·
2011-07-15 10:00
工作
webos
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他