how to make archetype resource copy as package structure

2008-07-31 Thread qrtt1
Hello, I create an archetype for my project. there are my archetype.xml archetype idarchetype/id sources sourcesrc/main/java/DummyNode.java/source /sources testSources sourcesrc/test/java/DummyNodeTest.java/source

Re: how to make archetype resource copy as package structure

2008-07-31 Thread qrtt1
Hi Simone Gianni-2: I found something interesting that meta-data is needless. Using archetype:generate will work well, the resources is packaged to directory automatically. C:\temptree orz 列出資料夾 PATH 磁碟區序列號碼為 08A8-9415 C:\TEMP\ORZ └─src ├─main │ ├─java │ │ └─orz │

Problem when mvn site:site `Generating Dependencies report'

2008-10-05 Thread qrtt1
Hello, I try use maven site plugin and it can generate project site well, but something wrong with dependencies report. there are some message : = [INFO] Generating Plugin Management report. [INFO] Generating Mailing Lists report.

Re: Problem when mvn site:site `Generating Dependencies report'

2008-10-06 Thread qrtt1
Hi Wayne, Thanks for your suggestion. but it's not a direct dependency. jaxen use xom and xom use icu4j. Maybe just ignore the warnings and errors. Wayne Fay wrote: As I suspected, there are several newer versions (3.4.4, 3.6.1, 3.8): http://repo1.maven.org/maven2/com/ibm/icu/icu4j/

Re: How to exclude a package from compile

2009-12-10 Thread qrtt1
I think this solution could be helpful: http://maven.apache.org/plugins/maven-compiler-plugin/howto.html -- View this message in context: http://old.nabble.com/How-to-exclude-a-package-from-compile-tp21476236p26738402.html Sent from the Maven - Users mailing list archive at Nabble.com.