Re: [M2] Is FTP maven2 repository supported?

2006-03-30 Thread Jian.Wu
Hi, I had similar issue. I end up using FTP for upload/deploy and HTTP with Apache for download. Jian -- View this message in context: http://www.nabble.com/-M2-Is-FTP-maven2-repository-supported--t1361416.html#a3666785 Sent from the Maven - Users forum at Nabble.com.

Re: [m2]Access to maven/archetype/trunk/maven-archetype-core is forbidden

2006-03-28 Thread Jian.Wu
Filed MNG-2185 regarding this issue. Thanks a lot! Jian -- View this message in context: http://www.nabble.com/-m2-Access-to-%22maven-archetype-trunk-maven-archetype-core%22-is-forbidden-t1352641.html#a3635816 Sent from the Maven - Users forum at Nabble.com.

[m2]How to disable maven-rar/ear-plugin in the standard build lifecycle

2006-03-28 Thread Jian.Wu
Hi, I intended to develop my own rar-plugin and/or ear plugin for my own packaging. What I found was that Maven2 runtime by default will always invoke maven-rar-plugin for a rar project at package phase, the same as maven-ear-plugin for a ear project which will overlap with my rar-plugin

[m2]Access to maven/archetype/trunk/maven-archetype-core is forbidden

2006-03-27 Thread Jian.Wu
Hi, I tried to see ArcheType.java through viewcvs, and I got the following exception: Access to maven/archetype/trunk/maven-archetype-core is forbidden. HTTP Response Status 403 Forbidden Python Traceback Traceback (most recent call last): File /usr/local/viewcvs-1.0-dev/lib/viewcvs.py,

[M2]Maven Ear Plugin did not recognize the RAR Sub Project

2006-03-22 Thread Jian.Wu
Hi, I'm trying to build a EAR containing one or more RAR Components, I created a Project File Structure as the following: RootProject | ( pom.xml as aggregator projects ) | +-dispatch-rar-jar | ( pom.xml which type is jar ) | +-xmpp-adapter-dispatacher | ( pom.xml which type is rar and

Re: [M2]Maven Ear Plugin did not recognize the RAR Sub Project

2006-03-22 Thread Jian.Wu
Hi Kenney, Thanks a lot for your quick reply! Conclusion: just run 'mvn install' or 'mvn package' This is tolerable but not convenient. Based on your analysis, it looks like we have to change RAR Plugin to create target/classes directory to make mvn compile successful since RAR Plugin

Re: [M2]Maven Ear Plugin did not recognize the RAR Sub Project

2006-03-22 Thread Jian.Wu
Hi, My second thought, would this be easier that I create a simple plugin gentargetclassesdir to create target/classes directory if it is not existed and associate it with process-resource phase in my rar project? Any suggestion or tip is realy appreciated Jian -- View this message in

[M2 RAR-Plugin] Cannot override read-only parameter: rarName

2006-03-17 Thread Jian.Wu
Hi, When I tried to use maven-rar-plugin (version 2.1) with the following configuration in my pom.xml: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-rar-plugin/artifactId configuration rarNamexmpp-adapter/rarName /configuration /plugin I got the following