Re: Need to change parameters of War, when overlay.

2012-04-09 Thread mavenbabuk
Here i am given the problem in detail.. *Environment Details*, Apache Maven 2.2.1 Java version: 1.6.0_20 Spring2 *Generating Parent War* I have create a war from the common resource without mention the property va

Re: Need to change parameters of War, when overlay.

2012-04-09 Thread mavenbabuk
*Environment Details*, Apache Maven 2.2.1 Java version: 1.6.0_20 Spring2 *Generating Parent War* I have create a war from the common resource without mention the property value. This war has been generated by m

Re: How to get access to ALL the data in maven central?

2012-04-09 Thread Matt Taylor
Actually I think the jars are going to tell me quite a bit. By looking into the class files I should be able to create a link between not only what dependancies are being used by what projects but what methods/classes are being used within each dependency as well. I can then for instance create a

Re: How to get access to ALL the data in maven central?

2012-04-09 Thread Barrie Treloar
On Tue, Apr 10, 2012 at 3:42 PM, Matt Taylor wrote: > Answered my own question to a degree.  For the benefit of the group here is > how to do it: > > rsync -a -v --include */ --include *.pom --include *.xml --exclude * > --bwlimit=1000 mirrors.ibiblio.org::maven2/ maven2 > > That will retrieve all

Re: How to get access to ALL the data in maven central?

2012-04-09 Thread Matt Taylor
Answered my own question to a degree. For the benefit of the group here is how to do it: rsync -a -v --include */ --include *.pom --include *.xml --exclude * --bwlimit=1000 mirrors.ibiblio.org::maven2/ maven2 That will retrieve all of the pom and xml metadata files for the maven central reposito

[ANN] Maven Reporting Executor 1.0.2 Released

2012-04-09 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Reporting Executor, version 1.0.2 Classes to manage report plugin executions with Maven 3. http://maven.apache.org/shared/maven-reporting-exec You should specify the version in your project's dependency configuration: org.apache

Re: How to get access to ALL the data in maven central?

2012-04-09 Thread Matt Taylor
Lol, Ron has valid points but I am indeed going forward (and have only myself to blame). Agreed I just need the pom files which are much smaller, but it is still lots of hits on the web server. If anyone knows of a 'nice' way of getting just the pom files that would be good enough for the moment.

Re: How to get access to ALL the data in maven central?

2012-04-09 Thread Matt Taylor
I agree it is definitely going to be imperfect and it will in the end only be a sampling of the real usage, but I think that it will still prove interesting information. As far as bogus conclusions reached from others: I plan on putting in some effort into explaining what the results are, what the

Re: How to get access to ALL the data in maven central?

2012-04-09 Thread Barrie Treloar
On Tue, Apr 10, 2012 at 12:31 PM, Ron Wheeler wrote: > You are going to be missing the key ingredient which is the application POMs > that tell you what artifacts are actually used. > > You might get some interesting information about things like log4j which is > probably used by lots of things in

Re: How to get access to ALL the data in maven central?

2012-04-09 Thread Ron Wheeler
You are going to be missing the key ingredient which is the application POMs that tell you what artifacts are actually used. You might get some interesting information about things like log4j which is probably used by lots of things inside Maven Central. You will be grossly misled about the use

Re: Can't download m2e

2012-04-09 Thread Ron Wheeler
You might want to look at the Springframework STS version of Eclipse. It comes with everything that you need for development with Maven already included in the installation. Just one thing to install and you are ready to go to work. Ron On 09/04/2012 8:32 PM, Barrie Treloar wrote: On Tue, Apr

How to get access to ALL the data in maven central?

2012-04-09 Thread Matt Taylor
Perhaps this is already in existence somewhere. If so please point me in the right direction. I want to know what the most popular dependancies are, not based on downloads, but based on dependancies from other projects. I want to explore the full dependency graph and see its evolution over 'time'

Re: Can't download m2e

2012-04-09 Thread Barrie Treloar
On Tue, Apr 10, 2012 at 4:13 AM, hujirong wrote: > Hi > > It seems I can't download the m2e, Maven plugin for eclipse. I am using RTC > 3, an eclipse 3.6. > > Any idea how to fix this? As answered in the next email, contact the m2e mailing list http://www.eclipse.org/m2e/ ---

Re: Persisted container:org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER

2012-04-09 Thread Barrie Treloar
On Tue, Apr 10, 2012 at 3:49 AM, hujirong wrote: > Hi > > I am try to integrate Rational Team Concert 3 (eclipse 3.6) and Maven. After > I load the project, I see the following entries in the eclipse project build > path. What shall I do with them? > > Thanks > Jirong > > Persisted container:org.e

Can't download m2e

2012-04-09 Thread hujirong
Hi It seems I can't download the m2e, Maven plugin for eclipse. I am using RTC 3, an eclipse 3.6. Any idea how to fix this? Thanks Jirong -- View this message in context: http://maven.40175.n5.nabble.com/Can-t-download-m2e-tp5628054p5628054.html Sent from the Maven - Users mailing list archive

Persisted container:org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER

2012-04-09 Thread hujirong
Hi I am try to integrate Rational Team Concert 3 (eclipse 3.6) and Maven. After I load the project, I see the following entries in the eclipse project build path. What shall I do with them? Thanks Jirong Persisted container:org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER Persisted container:org.eclip

idea about capture maven output by something other than text logs

2012-04-09 Thread Tim Drury
I've been throwing around an idea for a bit and wanted to run it by the list to see if it's worth pursuing or if it's been considered and rejected. Running through text logs of maven output to determine exactly what has happened during the build is tedious and, well, unexciting. I'd like to be ab

Re: No overwrite

2012-04-09 Thread mike digioia
Hi Maybe I don't understand the recommendation here! One should never change/bump the rev number of anything that has not changed, including artifacts, especially if they are known elsewhere with the original rev. If use cases require this, then it is broken. On Sat, Apr 7, 2012 at 10:27 PM, Rajw

Re: Need to change parameters of War, when overlay.

2012-04-09 Thread Ryan Wexler
I recently dealt with this exact challenge. In the "child" war project that you are overlaying the parent with, you need to configure the webResource section and turn filtering on like so: In this example I will filter on any xml file in the WEB-INF folder. org.apache.maven.plug

Re: Need to change parameters of War, when overlay.

2012-04-09 Thread Ron Wheeler
What is a parent war? Describe your application a bit more and environment a bit more. Ron On 09/04/2012 2:30 AM, mavenbabuk wrote: Hi, Using assembly i have generated a parent war. I need to use this parent war in another child project, This parent war also having parameters like ${pa

Need to change parameters of War, when overlay.

2012-04-09 Thread mavenbabuk
Hi, Using assembly i have generated a parent war. I need to use this parent war in another child project, This parent war also having parameters like ${path}. Now i run install command for child project. The parent war getting extracted. But i unable to replace the ${path} parameter