Install plugin

2010-04-17 Thread Magne Skjeret
Hi all I am trying to optimize a large build and have made quite some progress already. I am facing a little annoying problem now, but I am not sure that it is in fact an error or missing feature, as I am calling mvn install directly. The problem is that I have turned of forced jar

Re: Multi Modules / Multi SCM urls?

2010-04-17 Thread Stephen Connolly
if the release plugin pinned the externals to peg revisions for the release tags... otherwise externals are very dangerous On 16 April 2010 17:06, Justin Edelson justinedel...@gmail.com wrote: I don't think such a beast exists. But it's probably doable. But, assuming you're using Subversion,

[ANN] Maven Compiler Plugin 2.3 Released

2010-04-17 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Compiler Plugin, version 2.3. This plugin is used to compile the sources of your project. See the plugin's site for more details: http://maven.apache.org/plugins/maven-compiler-plugin/ To use the updated plugin in your

Re: [ANN] New repository search site - srchmvn.com

2010-04-17 Thread Chetan Sarva
I'm not showing dependency information just yet, but plan to add that soon. At the moment I use them for powering the search -- relevance is determined by the number of dependency references to an artifact. The rsync shouldn't be taking up much bandwidth since poms compress very well (the entire

Integration of an applet jar in a war with Eclipse (Maven integration + WTP plugins)

2010-04-17 Thread Jean-Claude Vogel
Hello, I would like to put an applet Jar built with maven in my war. So in my war pom, I've used the goal copy from maven-dependency-plugin like that : ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance;

Controlling when Plexus injects components into plugins.

2010-04-17 Thread Pankaj Tandon
Hello, I'm writing a plugin that needs to know the dependencies of the project it is configured for, and if the dependencies are missing, do something about it (like install the dependencies from another repo (with required credentials of course)). To get a list of dependencies that a project

Adding some lines to the Notice file packaged with Jars in standard Apache projects

2010-04-17 Thread Marshall Schor
The Apache common POM ( http://repo2.maven.org/maven2/org/apache/apache/7/apache-7.pom ) uses the maven remote resources plugin to retrieve standard files including META-INF/NOTICE for inclusion in Jar file builds for Apache projects. It retrieves the resource