Re: must not access source of jar on maven repository

2011-10-19 Thread Cody Zhang
Thank's replay! So sorry!It's wrong! I mean,only somebody download source.jar ,but can't download by default! Best Regards, --Cody.Zhang On Thu, Oct 20, 2011 at 11:41 AM, Barrie Treloar wrote: > On Thu, Oct 20, 2011 at 12:05 PM, Cody Zhang > wrote: >

must not access source of jar on maven repository

2011-10-19 Thread Cody Zhang
Hi,All Deploy source.jar to maven repository in Our company. Maven repository is management by nexus of Sonatype. We want that somebody access the source.jar when download binary jar? Best Regards, --Cody.Zhang

Re: maven 2.2.1 to 3.0.1 can't deploy jar to repository.

2010-12-13 Thread Cody Zhang
Thanks Jason! [?] Best Regards, --Cody.Zhang 在 2010年12月13日 下午4:22,Jason van Zyl 写道: > For 3.0: > https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-TransportProtocols%2528Wagons%2529 > > On Dec 13, 2010, at 2:55 AM, Cody Zhang wro

maven 2.2.1 to 3.0.1 can't deploy jar to repository.

2010-12-12 Thread Cody Zhang
Hi,All from maven 2.2.1 to 3.0.1 can't deploy jar to repository.Can someone help me? [INFO] [INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ maven-iwlsvn --- [INFO] -- [INFO] BUILD FAILURE [INFO] --

Re: maven plugin develop get repository value from setting.xml

2010-11-19 Thread Cody Zhang
itory(); Best Regards, --Cody.Zhang 在 2010年11月19日 下午4:05,Cody Zhang 写道: > Hi,All > I develop maven plugin for our app! How to get repository value from > setting.xml . > > e:/workspace/user/.m2/repository > > Best Regards, > --Cody.Zhang >

maven plugin develop get repository value from setting.xml

2010-11-19 Thread Cody Zhang
Hi,All I develop maven plugin for our app! How to get repository value from setting.xml . e:/workspace/user/.m2/repository Best Regards, --Cody.Zhang

Re: question on capabilities of AntRun plugin

2010-08-26 Thread Cody zhang
Hi,Jacob Can you paste your code example? Best Regards, --Cody.Zhang 2010/8/27 Jacob Beard > Hi, > > I have question on the capabilities of the AntRun plugin. This example > shows the Maven classpaths being copied into Ant properties, which are then > used in Ant: > > > http://m

Re: maven-antrun-plugin

2010-08-18 Thread Cody Zhang
Every Body, root cause: I define date formart on parent pom。 code: org.codehaus.mojo buildnumber-maven-plugin 1.0-beta-3 {0,date,MMdd-HHmm} timestamp true validate create Best Regards, --Cody.Zhang 在 2010年8月19日 上午10:26,Cody Zhang 写道: > Hi,All >

maven-antrun-plugin

2010-08-18 Thread Cody Zhang
Hi,All Use maven-antrun-plugin,But -${timestamp} display: * [echo] signon-1.0-1282184699068 source code:.* *Everybody,Help me?* code: build_server maven-antrun-plugin 1.4 compile validate run ${artifactId}-${version}-${timestamp} source code:${sourceDir}

Re: my maven plugin .IllegalStateException

2008-09-09 Thread cody zhang
thank John! yes my packaging wrong! 2008/9/5 John Casey <[EMAIL PROTECTED]> > If this is a custom plugin, make sure your plugin's POM contains: > > maven-plugin > > > cody zhang wrote: > >> The PluginDescriptor for the plugin Plugin >> [org.apache.m

my maven plugin .IllegalStateException

2008-08-31 Thread cody zhang
The PluginDescriptor for the plugin Plugin [org.apache.maven.plugins:maven-checksnapshot-plugin] was not found. [INFO] [INFO] Trace java.lang.IllegalStateException: The PluginDescriptor for the plugin Plugin [org.apache.maven.

Re: [m2] issues getting Jetty and Selenium running from examples.

2008-03-25 Thread cody zhang
your selenium plugin configuration? past : 2008/3/25, Mick Knutson <[EMAIL PROTECTED]>: > So I have been trying to follow: > http://wiki.foochal.org/index.php/Maven_Selenium > > Now I have a core:jar and a web:war in a multi-module project. > > The 1st issue I have from the example is the *mave

Re: mvn -Dplugin=install help:describe

2008-03-19 Thread cody zhang
thanks! it's ok! :) 2008/3/20, Heinrich Nirschl <[EMAIL PROTECTED]>: > Maven does not know the short name of the install plugin because this > plugin is missing in the metadata file on central: > > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-metadata.xml > > The workaround is t

Re: [site plugin] problem for deploying site

2008-03-19 Thread cody zhang
what exception? print list: ... 2008/3/20, Guillaume Boucherie <[EMAIL PROTECTED]>: > Hi all, > > I have a strange behavior when I try to deploy my site. > I have a multi module project something like that : > project > |-- module1 > '-- module2 > > In my parent pom.xml I defined

Re: How change goal PACKAGE

2008-03-19 Thread cody zhang
Dear Mathus, your mind that it will skip test when run package? which commond skip compile when run site? 2008/3/19, MATHUS Baptiste <[EMAIL PROTECTED]>: > mvn -DskipTests package > > Cheers. > > > -Message d'origine- > > De : author [mailto:[EMAIL PROTECTED] > > Envoyé : mercred

how to generate report of cobertura in integration-test

2008-03-18 Thread cody zhang
cobertura:cobertura report when package war deploy to jetty - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Profiles and Dependencies in Maven ANT Task

2008-03-18 Thread cody zhang
you can try the example: maven-antrun-plugin start-hsqldb site

cobertura integration-test war:war

2008-03-16 Thread cody zhang
邮件原件- 发件人: Cody Zhang [mailto:[EMAIL PROTECTED] 发送时间: 2008年3月17日 10:51 收件人: Maven Users List 主题: 答复: cobertura integration-test Paul,Thank your reply! I expect to get report when prject.war in jetty runtime.So I must generate war then put it to jetty。 -邮件原件- 发件人: [EMAIL PROTECTED

everybody change mail address

2008-03-16 Thread cody zhang
paul,pls send to [EMAIL PROTECTED] -邮件原件- 发件人: Cody Zhang [mailto:[EMAIL PROTECTED] 发送时间: 2008年3月17日 10:51 收件人: Maven Users List 主题: 答复: cobertura integration-test Paul,Thank your reply! I expect to get report when prject.war in jetty runtime.So I must generate war then put it to jetty

答复: cobertura integration-test

2008-03-16 Thread Cody Zhang
well known limitation of Cobertura that it cannot perform reporting on a *separate* integration testing phase. You can search the web on this part. All it can do report on classes ran in the testing phase. Paul 2008/3/16 Cody Zhang <[EMAIL PROTECTED]>: > Dear All, > >

答复: deployment through tunnel

2008-03-16 Thread Cody Zhang
Copy scpexe to windows path?? -邮件原件- 发件人: Kallin Nagelberg [mailto:[EMAIL PROTECTED] 发送时间: 2008年3月17日 3:47 收件人: Maven Users List 主题: Re: deployment through tunnel I should also note that I can successfully SSH with ssh -p 9000 [EMAIL PROTECTED] So I can ssh and scp manually just fine.

cobertura integration-test

2008-03-16 Thread Cody Zhang
Dear All, I want to get cobertura report at integration-test.But the goal( cobertura:instrument) run tiwce! My pom: org.apache.maven.plugins maven-site-plugin 2.0-beta-5

答复: Yet another article: moving to Seam

2007-11-25 Thread Cody Zhang
Thaks! -邮件原件- 发件人: Wouter van Reeven [mailto:[EMAIL PROTECTED] 发送时间: 2007年11月23日 18:55 收件人: Wouter van Reeven 主题: [!! SPAM] Yet another article: moving to Seam Hi all, Today I finished another article about Maven, Netbeans and GlassFish. This time I explain how to setup Seam, both from