Does maven3 still support built-in properties?

2012-12-16 Thread jinwei zhu
Hi, community, Does maven3 still support built-in properties like maven1.x in this page "http://maven.apache.org/maven-1.x/reference/properties.html "? if yes, where can I find this built-in properties list ? if no, the strange thing is I can use CLI like "mvn -Dmaven.repo.local" to spe

Re: merging xml files with xml plugin

2012-12-16 Thread Radim Kolar
i wrote groovy script for it - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: File lock problem in custom Maven Reporting Plugin

2012-12-16 Thread Robert Scholte
This is probably what you need: from org.apache.maven.reporting.MavenReport.isExternalReport() /** * An external report is a report which calls a third party program which generates some reports too. * A good example is javadoc tool. * * @return true if this report is e

Anyone know how to use the ant task scopes?

2012-12-16 Thread Rick Mann
Anyone at all? -- Rick - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Anyone know how to use the ant task scopes?

2012-12-16 Thread Benson Margulies
You'll have to be a lot more specific. With the antrun plugin? With something else? On Sun, Dec 16, 2012 at 8:48 PM, Rick Mann wrote: > Anyone at all? > > -- > Rick > > > > > - > To unsubscribe, e-mail: users-unsubscr...@maven.a

Re: cargo:deploy ear on parent pom

2012-12-16 Thread guga.java
Hi, I'm having this same problem. Did you resolve? Could you share with me the solution? -- View this message in context: http://maven.40175.n5.nabble.com/cargo-deploy-ear-on-parent-pom-tp124132p5738792.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Anyone know how to use the ant task scopes?

2012-12-16 Thread Rick Mann
On Dec 16, 2012, at 18:06 , Benson Margulies wrote: > You'll have to be a lot more specific. With the antrun plugin? With > something else? I've posted a couple times with my specific query, but no replies to it. I set it up a long time ago, so I didn't know there was more than one way to use