Maven
iteye_15448
这个作者很懒,什么都没留下…
展开
-
Maven Note
Create Eclipse project mvn eclipse:eclipse [code="java"]cd/d F:\downloads\spring-framework-2.5.6\dist\modules set SpringVersion=2.5.6 mvn install:install-file -DgroupId=org.springframework -Da...2009-03-08 16:08:55 · 92 阅读 · 0 评论 -
Compile Flex source(.mxml) to SWF using Maven
[b]Compile Flex source(.mxml) to SWF[/b] 1) Create project [color=blue]mvn archetype:create -DarchetypeArtifactId=maven-archetype-flex -DarchetypeVersion=1.0 -DarchetypeGroupId=dk.jacobve.maven.ar...2009-03-12 16:18:50 · 102 阅读 · 0 评论 -
创建 maven 插件
创建 maven 插件: 删除所有资源文件夹 mac 目录下面所有 grf 文件(target/classes/mac/**/*.grf)里面的内容: [code="xml"] [/code] 1) cd/d C:\Temp mvn archetype:create -DgroupId=org.xmlasia.plugins -DartifactId=edit-resour...2009-11-10 16:40:02 · 115 阅读 · 0 评论 -
multi-module
[code="xml"] 4.0.0 com.zero app.builder 1.0 pom App Builder App Builder org.apache.maven.plugins maven-compiler-plugin 1.6 1.6 ...2009-09-13 23:41:34 · 131 阅读 · 0 评论 -
Using platform encoding (Cp1252 actually), build is platform dependent
[b]Maven warning[/b] [color=red][WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource[/color] [b]Solution:[...2009-09-16 16:38:31 · 149 阅读 · 0 评论