[jira] Subscription: Design & Best Practices

2011-02-24 Thread jira
Issue Subscription Filter: Design & Best Practices (24 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

Re: [VOTE] Release Maven Remote Resources Plugin version 1.2

2011-02-24 Thread Tamás Cservenák
+1 Thanks, ~t~ On Thu, Feb 24, 2011 at 8:44 PM, Dennis Lundberg wrote: > Hi, > > We solved 5 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11391&styleName=Html&version=15620 > > Note that MRRESOURCES-51 "Publish the XML schemas for remote-resources > and supplemental-mode

Re: [VOTE] Release Maven Resources Plugin version 2.5

2011-02-24 Thread Tamás Cservenák
+1 Thanks, ~t~ On Thu, Feb 24, 2011 at 11:22 PM, Benjamin Bentmann wrote: > Dennis Lundberg wrote: > >> Staging repo: >> https://repository.apache.org/content/repositories/maven-047/ >> >> Staging site: >> http://maven.apache.org/plugins/maven-resources-plugin-2.5/ > > +1 > > > Benjamin > >

Re: [VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-24 Thread Benjamin Bentmann
Staging repo: https://repository.apache.org/content/repositories/maven-048/ Hm, the following source file carries a MIT license header: http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/utils/CommandLineUtils.java Judging f

Re: [VOTE] Release Maven Remote Resources Plugin version 1.2

2011-02-24 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-046/ Staging site: http://maven.apache.org/plugins/maven-remote-resources-plugin-1.2/ +1 Benjamin - To unsubscribe, e-mail: dev-

Re: [VOTE] Release Maven Resources Plugin version 2.5

2011-02-24 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-047/ Staging site: http://maven.apache.org/plugins/maven-resources-plugin-2.5/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubsc

[PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-24 Thread Benjamin Bentmann
Hi, we're aiming at a bugfix release of Maven 3 in the next week and following tradition we invite interested users in taking the RC for a test drive in order to detect and fix potential regressions since version 3.0.2 before the actual release of 3.0.3. For the duration of the RC testing, sourc

Re: Maven Embedder 2.0.4 replacement; Where to start?

2011-02-24 Thread Benjamin Bentmann
Dan Rollo wrote: Can someone point me to a good starting point to learn about how to embed maven 3.x? [...] I'm looking for a "start reading the source in file xxx" to get started with. http://svn.apache.org/repos/asf/maven/maven-3/trunk/maven-embedder/src/main/java/org/apache/maven/cli/MavenC

Maven Embedder 2.0.4 replacement; Where to start?

2011-02-24 Thread Dan Rollo
I'm hoping to get some cycles to replace a very old use of the 2.0.4 maven embedder - maven-embedder-2.0.4-dep.jar (the last one officially released I think) in the CruiseControl project (specifically the Maven2SnapshotDependency source control plugin). Can someone point me to a good starting poin

[VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-24 Thread Dennis Lundberg
Hi, We solved 16 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11126&styleName=Html&version=17135 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11126&status=1 Staging repo: https://repository.apache.org/co

[VOTE] Release Maven Resources Plugin version 2.5

2011-02-24 Thread Dennis Lundberg
Hi, We solved 5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145&styleName=Html&version=16232 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11145&status=1 Staging repo: https://repository.apache.org/con

[VOTE] Release Maven Remote Resources Plugin version 1.2

2011-02-24 Thread Dennis Lundberg
Hi, We solved 5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11391&styleName=Html&version=15620 Note that MRRESOURCES-51 "Publish the XML schemas for remote-resources and supplemental-model" will be resolved when the release vote has passed. There are still a couple of issu

[ANN] Maven Filtering 1.0 Released

2011-02-24 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Filtering, version 1.0 These Plexus components have been built from the filtering process/code in Maven Resources Plugin. The goal is to provide a shared component for all plugins that needs to filter resources. http://maven.apache.or

[RESULT] [VOTE] Release Maven Filtering version 1.0 (take 3)

2011-02-24 Thread Dennis Lundberg
Hi, The vote has passed with the following result : +1 (binding): Benjamin Bentmann, Hervé Boutemy, Olivier Lamy, Lukas Theussl, Dennis Lundberg I will promote the artifacts to the central repo. On 2011-02-20 22:57, Dennis Lundberg wrote: > Hi, > > Some Java 1.5 code was found by Benjamin in t

Re: How to compile code using maven

2011-02-24 Thread Benson Margulies
you deploy them to a repository and then list them as dependencies. On Feb 24, 2011, at 4:00 AM, "Fuke, Amol" wrote: > Thanks Ben. I did as suggested by Nicolas and able to compile the project. > However I am facing another problem. > How do I copy all the jars in lib folder to my war file whic

Re: How to compile code using maven

2011-02-24 Thread Stephen Connolly
On 24 February 2011 08:57, Fuke, Amol wrote: > Thanks Ben. I did as suggested by Nicolas and able to compile the project. > However I am facing another problem. > How do I copy all the jars in lib folder to my war file which is prepared > by 'mvn package'. These jars are required for running my w

RE: How to compile code using maven

2011-02-24 Thread Fuke, Amol
Thanks Ben. I did as suggested by Nicolas and able to compile the project. However I am facing another problem. How do I copy all the jars in lib folder to my war file which is prepared by 'mvn package'. These jars are required for running my webapp. Any suggestion ? Thanks in advance. Thanks,